This is a tic tac toe app built using Ionic that features one and two player game modes. One player mode contains an AI using the minimax algorithm. This makes it impossible for it to lose, it will always draw or win. Two player mode allows for two players to pass the device and play.
To run app: install Node.js and Ionic CLI, then run commands npm install and ionic serve