forked from domasx2/banditracer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (23 loc) · 999 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
RingoJs
===========
* Install RingoJs <http://ringojs.org/getting_started>
* Install packages:
$ ringo-admin install domasx2/banditracer-client
$ ringo-admin install domasx2/banditracer-server
$ ringo-admin install oberhamsi/gamejs
$ ringo-admin install hns/stick
* Start http & websocket server:
$ ringo -e "require('banditracer-server').startUp()"
* access the Game server
firefox http://127.0.0.1:8080/
If you want other's to be able to join your game, they must access the game
with <Your IP:8080> and you must appropriatly set <ws://IP:8787>
in banditracer-client's settings.js!
Node.js
===========
Can be run on Node.js server, main file is nodemain.js
Node.js has to have these modules installed:
http://github.com/GameJs/gamejs
http://github.com/miksago/node-websocket-server
Requires a symlink called 'client' in the main directory banditracer client main,
available at http://github.com/domasx2/banditracer-client.