No description
This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2011-02-28 11:45:09 +01:00
ebin Added some basic echo functionality 2011-02-16 19:49:43 +01:00
erlang_js@2f2785fafb added ggs_gamevm: 2011-02-24 12:58:16 +01:00
games Added tool to kill GGS subsystems, added ggs_coordinator:get_all_players 2011-02-25 20:46:45 +01:00
src Now all the tokens work 2011-02-28 11:45:09 +01:00
tests added ggs_gamevm: 2011-02-24 12:58:16 +01:00
.gitignore Merge branch 'master' into jonte_rewrite 2011-02-24 11:38:36 +01:00
.gitmodules Removed erlv8 2011-02-06 18:28:23 +01:00
Makefile added erlang_js path to test 2011-02-24 13:00:20 +01:00
python_client Added some more ggsvm_e functionality and also a chat client 2011-02-20 01:41:40 +01:00
README merged with HOWTO 2011-02-22 19:48:33 +01:00

GGS is a Generic Game Server

Check out http://ggs-kandidat.blogspot.com/

PREREQUISITES:
python version 2.x set to default.

INSTALL
1.  cd into directory where you to have the project
2.  git clone git@github.com:jeena/GGS.git (remember to have a local key)
3.  cd GGS/
4.  git submodule init
5.  git submodule update

USAGE
1. start a second terminal
2. in new terminal do command: ./python_client 9000
3. back to first terminal
4. 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)