Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeanrauwers/node-multiplayer

The multiplayer game built using sockets.io and express
https://github.com/jeanrauwers/node-multiplayer

game-development multiplayer-game multiplayer-web-game socket sockets-io

Last synced: about 2 months ago
JSON representation

The multiplayer game built using sockets.io and express

Awesome Lists containing this project

README

        

![multiplayer](https://user-images.githubusercontent.com/10606291/79117119-28166c00-7d82-11ea-9f4a-ee4cf72ff332.gif)

## The multiplayer Game

This is a multiplayer game built with Nodejs, express and sockets.io.

## Setup

Clone the repo and then:

``` $npm install ```

``` $npm run start:game```


Go to http://localhost:3000/ and have fun.