Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/pacman.io
Pacman in Agar.io style
https://github.com/florianvazelle/pacman.io
multiplayer-game phaser3 socket-io
Last synced: 28 days ago
JSON representation
Pacman in Agar.io style
- Host: GitHub
- URL: https://github.com/florianvazelle/pacman.io
- Owner: florianvazelle
- License: mit
- Created: 2018-11-16T18:27:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T11:22:20.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T21:43:02.493Z (3 months ago)
- Topics: multiplayer-game, phaser3, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pacman.io
### Prérequis
* Nodejs v10.15.0
### Installation
Pour installer les dépendances du projet :
```
npm install
```
### Démarrage
Pour lancer le serveur :
```
node server.js
```
### Capture d'écran
![home](https://florianvazelle.github.io/resources/images/pacman/home.png?raw=true)
![game](https://florianvazelle.github.io/resources/images/pacman/game.png?raw=true)