a manifestation of Minimax algorithm over a classic tic-tac-toe game
this project has and is developed in three modules as follow:
void of artificial intelligence. Rather, both the characters of game, i.e. Poop :poop: and Ghost :ghost: (similar to classic tokens X and O), are controlled manually by player(s)
this mode is powered by a relatively easy artificial intelligence game engine which randomly decides moves of :ghost: out of available spots (referred as Cells in source code)
this is where the game engine utilizes miniMax algorithm. It is impossible for you :poop: to defeat :ghost: in this mode!
apart from the initial react-native directory structure, "src" is root of rest of the source code of this repository which contains react components such as GameEngine, Cell, AppGrid, et cetera.