(Complete) Tic Tac Toe brought into 3-Dimensional Space --Extra Views--
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
55
commits
Merge pull request #5 from WilliamRADFunk/inert-center-node
f8ab0a8View on GitHubMade center clock inert for a more challenging game. Also, tweaked the checkForWin().
2d6f016View on GitHubMerge pull request #4 from WilliamRADFunk/memoization
b982b51View on GitHubMade sure the depth cutoff wasn't different from a tie game.
fc4c3a3View on GitHubMemoization works, but the improvement wasn't enough to keep the computer from giving up when it's a lose-lose scenario.
dadb8ebView on GitHubFunctionality complete, but something is off with the getHash().
1a5ec29View on GitHubMerge pull request #3 from WilliamRADFunk/memoization
31684baView on GitHubAdded a cutoff time to further control how long the computer has time to think about its move.
2d18b32View on GitHubMerge pull request #2 from WilliamRADFunk/alpha-beta-pruning
29b8930View on GitHub