updated README.md

This commit is contained in:
frtk 2016-02-10 11:55:20 +01:00
parent 3e75ecf30e
commit cf5fd991df
1 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,7 @@
# **Multiplayer online Pong Game using nodejs and socket.io** # **nodePong**
nodePong is a multiplayer online Pong game based on socket.io and nodejs.
Users can play or spectate games.
# Install # Install
@ -9,7 +12,7 @@ clone project from git
git clone https://git.tetalab.org/frtk/nodePong.git git clone https://git.tetalab.org/frtk/nodePong.git
``` ```
nodejs dependencies: packages already included in the "node_modules" directory, or remove dir and install them manually The app has a few nodejs packages dependencies. If you want to install them manually, follow the instructions below, else use the "node_modules" directory from the cloned project.
``` ```
cd nodePong cd nodePong
@ -23,9 +26,10 @@ npm install socket.io
# Parameters # Parameters
- Server: - Server side:
Server parameters can be tweaked from "nodePong/server/server_params.js"
- *port*: http and iostream port (default: 8042) Parameters can be tweaked from "nodePong/server/server_params.js"
- *port* : http and iostream services port (default: 8042)