thaw-tic-tac-toe-web-app
v0.0.1
Published
A playable Express.js Tic-Tac-Toe Web application.
Downloads
3
Maintainers
Readme
thaw-tic-tac-toe-web-app
A playable Express.js Tic-Tac-Toe Web application that uses the thaw-tic-tac-toe-web-service package as the game engine.
Note: thaw-tic-tac-toe-web-service will need to be running on localhost port 3000/TCP in order for thaw-tic-tac-toe-web-app to make automatic moves.
To install and run thaw-tic-tac-toe-web-service, execute these commands in a separate terminal window:
npm install -g thaw-tic-tac-toe-web-service
thaw-tic-tac-toe-web-service
Git installation and launch instructions for thaw-tic-tac-toe-web-app:
git clone https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app.git
cd thaw-tic-tac-toe-web-app
npm install -g grunt
npm install
grunt
npm start
Note: The command "grunt" runs lint and security tests.
npm installation and launch instructions for thaw-tic-tac-toe-web-app:
npm install -g thaw-tic-tac-toe-web-app
thaw-tic-tac-toe-web-app
Then browse to http://localhost:3001 .
License
MIT