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.
- Host: GitHub
- URL: https://github.com/kinetictactic/circle-fight
- Owner: KineticTactic
- Created: 2020-06-17T07:41:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:05:29.000Z (about 2 years ago)
- Last Synced: 2025-04-13T03:56:01.279Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://circle-fight.herokuapp.com/
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/)