https://github.com/filippofinke/multiplayergame
đšī¸ HTML5, NodeJS, JavaScript, Socket.IO, Express MultiplayerGame
https://github.com/filippofinke/multiplayergame
express expressjs game javascript multiplayer nodejs socket-io
Last synced: 4 months ago
JSON representation
đšī¸ HTML5, NodeJS, JavaScript, Socket.IO, Express MultiplayerGame
- Host: GitHub
- URL: https://github.com/filippofinke/multiplayergame
- Owner: filippofinke
- License: gpl-3.0
- Created: 2018-03-17T15:44:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:36:18.000Z (over 3 years ago)
- Last Synced: 2025-06-18T07:44:52.833Z (about 1 year ago)
- Topics: express, expressjs, game, javascript, multiplayer, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 6.64 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiplayerGame
## HTML5, NodeJS, JavaScript, Socket.IO, Express MultiplayerGame
------------
### Dipendenze:
> [NodeJS](https://nodejs.org/)
> [Socket.IO](https://socket.io/)
> [ExpressJS](http://expressjs.com/)
------------
### Test server:
> http://filippo.site:8080
### Come installarlo:
* Scaricare ed installare nodejs
* Scaricare il progetto
> git clone https://github.com/filippofinke/MultiplayerGame.git
* Installare le dipendenze
> npm install socket.io express --save
* Aprire un terminale e digitare:
> node server.js
* Recarsi su http://localhost:80
* Fine
------------
### Descrizione:
Base per implementare un gioco multiplayer.
In questa base ci sono le seguenti caratteristiche:
* Connessione al server.
* Sincronizzazione giocatori.
* Movimento giocatori.
* Disconnessione.
------------
Ringrazio tutti i contributori del progetto!
------------
> [Licenza](LICENSE)
------------