Skip to content

wlindsay/ECE457A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoeAlphaBeta - Builds the game tree only once and moves the state at every decision using alpha beta. Will create a new tree if it enters a branch that was not traversed before.

tictactoeMinMax - Builds the game tree only once and moves the state at every decision like the alpha beta prunning

Releases

No releases published

Packages

No packages published

Languages