thaw-tic-tac-toe-web-app

0.0.1 • Public • Published

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.

Build Status npm npm license Maintainability Known Vulnerabilities

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

Package Sidebar

Install

npm i thaw-tic-tac-toe-web-app

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

36.2 kB

Total Files

17

Last publish

Collaborators

  • tom-weatherhead