Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 499 Bytes

File metadata and controls

14 lines (13 loc) · 499 Bytes

Tron_game

##How to run it? To run the server you need nodejs and npm.

  • Do an npm install to install express.io.
  • Call "app.js" with nodejs, it will start the server.
  • Check your localhost:7076. The server runs there by default.

##What is it? This project is a work in progress being made as a graded assignment. It is a a Tron game in Javascript where multiple players can connect during the course of the game. This project is separated in three parts:

  • Client page
  • Server
  • Game module