An open API service indexing awesome lists of open source software.

https://github.com/thericecold/tictactoe

Tictactoe using 2D array with game history states
https://github.com/thericecold/tictactoe

alpha-beta-pruning board-game functional-programming game html javascript minimax-algorithm tictactoe vanilla-javascript

Last synced: 2 months ago
JSON representation

Tictactoe using 2D array with game history states

Awesome Lists containing this project

README

        

# Activity7-TicTacToe-2D-Array-