Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 699 Bytes

File metadata and controls

32 lines (23 loc) · 699 Bytes

EatEmAll

School project for a distributed game. The game should be playable by multiple players at the same time. The rules are :

  • a player gain a point whn he eats a candy
  • only one player can eat a candy
  • two players can't overlap

Requirement & installation

To run this application, you will need to have node.js and npm installed on your machine Go to the root of the folder

	npm install
	npm install bower -g
	bower update

If errors, they are due to the node-gyp module but this is not important to build this project.

Run the application

	node server.js

It will start the application server, then go to http://localhost:8080