Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: tic tac toe python minimax alpha beta
Post: RE: tic tac toe python minimax alpha beta

import turtle import copy import random screen = turtle.Screen() screen.setup(800,800) screen.title("Tic Tac Toe ") screen.setworldcoordinates(-5,-5,5,5) screen.bgcolor('light gray') screen.tracer(...
FSNWRMH Homework 6 1,284 Nov-29-2023, 03:31 AM
    Thread: tic tac toe python minimax alpha beta
Post: RE: tic tac toe python minimax alpha beta

sorry i cant get the code in proper format so i am attaching it[attachment=2660]
FSNWRMH Homework 6 1,284 Nov-28-2023, 09:19 AM
    Thread: tic tac toe python minimax alpha beta
Post: RE: tic tac toe python minimax alpha beta

my code is more than 25 lines so i posted from pastebin https://pastebin.com/z8mqnCeW
FSNWRMH Homework 6 1,284 Nov-28-2023, 09:12 AM
    Thread: tic tac toe python minimax alpha beta
Post: tic tac toe python minimax alpha beta

Hi everyone I have this python code which works but is not optimal . Its a tic tac toe using minimax and alpha beta pruning .the computer is not selecting the third x and winning if it has the chance ...
FSNWRMH Homework 6 1,284 Nov-28-2023, 08:08 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020