https://github.com/dvberkel/tag
A simple game accompanying the blog post Real-time Communication with SocketIO.
https://github.com/dvberkel/tag
Last synced: 2 months ago
JSON representation
A simple game accompanying the blog post Real-time Communication with SocketIO.
- Host: GitHub
- URL: https://github.com/dvberkel/tag
- Owner: dvberkel
- License: mit
- Created: 2015-05-01T09:33:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T13:02:37.000Z (about 10 years ago)
- Last Synced: 2025-02-07T23:31:41.724Z (4 months ago)
- Language: JavaScript
- Size: 496 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tag
===A simple game accompanying the blog post Real-time Communication with SocketIO.

Setup
-----This game relies on [nodejs][]. Go to their website to install it, if you haven't already done so. Then you need to install all dependencies with the following command
```sh
npm install
```Once it is finished downloading the dependencies you can run the game with the next command
```sh
npm run game
```[nodejs]: https://nodejs.org/