A simple Implementation of tic tac toe game using Vuex. Check out the demo over here
Features
- Two player game
- Score board
- auto restart in 5 seconds
To be added[Future work]
- enhancing the UI
- keyboard commands
- single player against computer
For running the project locally.
yarn install
yarn serve
# Building the project
yarn build
git subtree push --prefix dist origin gh-pages