This is an implementation of the classic Tic-Tac-Toe game using AngularJS.
- Choose between 3 game modes
- Show who the winner is
- Know if the game endend in a tie
- Although the game only has 3 game modes, it is capable of generating an NxN size board with an arbitrary number for the win condition. Currently shows 3 only for user friendliness.
- The project was generated with angular-generator for Yeoman for quick scaffolding
- It uses
JS
for all the logic,HTML
for the views andSCSS
for the styling - For better experience run the game on Google Chrome on a large display
- Clone the project
- Run
bower install
to get all the dependencies - Run
grunt
for building andgrunt serve
for preview.