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

Here's an example of how you can modify your max_node function: def max_node(board): if gameover(board) == 1: # Check if the current state is a winning state for the computer return 1 # ...
Tecki Homework 6 1,284 Dec-15-2023, 06:37 AM

User Panel Messages

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