/spaceFight-server

Client Server for spaceFight game

Primary LanguageJavaScript

spaceFight-server

Install the server

cd [repertoire]
npm install

Run the server

npm start

Launch the game

localhost:8000, open two browser windows and the game will start in both.

To change the server port, modify the following line in the file server.js

server.listen(8000);