Browser based Tic Tac Toe
2 players play Tic Tac Toe taking turns on the same browser window (no network-multiplayer, no AI).
You can find detailed information about the game on Wikipedia.
- NodeJS (Version 10.x)
- Fork this project into your GitHub account
- Clone your fork to your machine
- In project folder:
npm install
- Start dev server:
npm start
- To run the application open
http://localhost:8080/webpack-dev-server/
- To run tests open
http://localhost:8080/webpack-dev-server/test
- (Build release version to ./release:
npm run-script webpack
)