This project was generated with Angular CLI version 16.1.0.
A live version of this project can be found at Just Another Tic Tac Toe.
Run yarn install
to install all dependencies.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
- Implement the Minimax algorithm to smarten up the bot player even more
- Implement score keeping and allow records to be cached and cleared
- Enhance UX (storytelling, animations, etc)