Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 372 Bytes

Spaceship

Spaceship is a conceptual distributed video game for LAN. It trys to simulate a spaceship in which each room is a client.

Dev

Setup:
$ git clone https://github.com/yoann-dufresne/Spaceship_node.git
$ cd Spaceship_node 
$ npm install
Run the server:
$ npm start
Process the unit tests:
$ npm test