Skip to content

SyBen/EatEmAll

Repository files navigation

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

About

School project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published