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
JSfor all the logic,HTMLfor the views andSCSSfor the styling - For better experience run the game on Google Chrome on a large display
- Clone the project
- Run
bower installto get all the dependencies - Run
gruntfor building andgrunt servefor preview.