Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app
A playable Express.js Tic-Tac-Toe Web application.
https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app
Last synced: about 6 hours ago
JSON representation
A playable Express.js Tic-Tac-Toe Web application.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app
- Owner: tom-weatherhead
- License: mit
- Created: 2017-09-01T22:10:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:31:45.000Z (about 2 months ago)
- Last Synced: 2024-11-08T17:50:11.653Z (9 days ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.[![Build Status](https://secure.travis-ci.org/tom-weatherhead/thaw-tic-tac-toe-web-app.svg)](https://travis-ci.org/tom-weatherhead/thaw-tic-tac-toe-web-app)
[![npm](https://img.shields.io/npm/v/thaw-tic-tac-toe-web-app.svg)](https://www.npmjs.com/package/thaw-tic-tac-toe-web-app)
[![npm](https://img.shields.io/npm/dm/thaw-tic-tac-toe-web-app.svg)](https://www.npmjs.com/package/thaw-tic-tac-toe-web-app)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app/blob/master/LICENSE)
[![Maintainability](https://api.codeclimate.com/v1/badges/c5242eb9f19df91a4da9/maintainability)](https://codeclimate.com/github/tom-weatherhead/thaw-tic-tac-toe-web-app/maintainability)
[![Known Vulnerabilities](https://snyk.io/test/github/tom-weatherhead/thaw-tic-tac-toe-web-app/badge.svg?targetFile=package.json&package-lock.json)](https://snyk.io/test/github/tom-weatherhead/thaw-tic-tac-toe-web-app?targetFile=package.json&package-lock.json)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