GGS
GGS copied to clipboard
Generic Game Server
GGS is a Generic Game Server
Check out http://ggs-kandidat.blogspot.com/
PREREQUISITES: python version 2.x set to default.
INSTALL
- cd into directory where you to have the project
- git clone [email protected]:jeena/GGS.git (remember to have a local key)
- cd GGS/
- git submodule init
- git submodule update
USAGE
- start a second terminal
- in new terminal do command: ./python_client 9000
- back to first terminal
- make run
MAKE To compile modules (even erlang_js): make
To run server: make run
To clean (even erlang_js): make clean
To compile and run all tests: make test
To compile and run one test: make test MOD=ggs_modulename # (must have /tests/ggs_modulename_test.erl)