An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Tag
===

A simple game accompanying the blog post Real-time Communication with SocketIO.

![A Game of Tag](https://raw.githubusercontent.com/dvberkel/Tag/master/public/image/tag.png "A Game of Tag")

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/