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

https://github.com/kinetictactic/circle-fight

This is a simple multiplayer game with node.js, express.js and socket.io.
https://github.com/kinetictactic/circle-fight

Last synced: 11 months ago
JSON representation

This is a simple multiplayer game with node.js, express.js and socket.io.

Awesome Lists containing this project

README

          

## Circle Fight!

This is a simple multiplayer game created with [Node.js](https://nodejs.org/en/) using [Express](https://expressjs.com/) and [Socket.io](https://socket.io/) and uses [P5.js](https://p5js.org/) on the client.

### `npm install`

Run this command to install the required dependencies.

### `npm start`

Run this command to start the server.
Default port is 5500.

---

This game is avaible on [https://circle-fight.herokuapp.com/](https://circle-fight.herokuapp.com/)