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-05-05 02:46:21 +02:00
doc added different stats messages 2011-04-26 16:56:58 +02:00
ebin Added some basic echo functionality 2011-02-16 19:49:43 +01:00
games changes to make joining a friends table possible 2011-05-03 18:34:19 +02:00
lib Added eqcmini quickcheck library to lib/ 2011-05-05 02:46:21 +02:00
src changes to make joining a friends table possible 2011-05-03 18:34:19 +02:00
tests removed output 2011-04-14 17:47:55 +02:00
.gitignore moved erlang_js and erlv8 to lib 2011-04-27 16:21:15 +02:00
.gitmodules moved erlang_js and erlv8 to lib 2011-04-27 16:21:15 +02:00
Makefile Merge branch 'master' of github.com:jeena/GGS 2011-04-30 18:55:55 +02:00
python_client merge 2011-04-26 16:16:20 +02:00
python_client_reconnect Now we can reconnect to a JSVM\! 2011-02-14 19:47:28 +01:00
README merged with HOWTO 2011-02-22 19:48:33 +01:00
texput.log removed output 2011-04-14 17:47:55 +02: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)