Browser based, 2 player Ultimate Tic Tac Toe.
2 players play Ultimate Tic Tac Toe taking turns on the same browser window (no network-multiplayer, no AI). To start, simply press the "New Game" button on the bottom of the screen. The current player is then displayed (and updated) where the button was and you can now make your move in any of the purple fields. The game can be aborted at any time by pressing the "Abort" button in the top right corner.
You can find more detailed information about the game on Wikipedia. Please feel free to report any bugs or feature requests here.
Open a command line into this project's folder and type
npm install
Once that is done, you can start a local web server by typing
npm start
Lastly, you just need to open http:/localhost:8080/ and you're ready to go!
So far, there are only a few unit tests located in the test folder. To run them, yo can either run
npm test
In a command line or you can visit http:/localhost:8080/test while your web server is running.
npm webpack
This will create a release folder which can be copied onto any server and into any folder.