Erlang Game Server
Go to file
Loïc Hoguin 1da6ac4847 maps: Add all known and used lobbies on all planets.
All GC and Parum are available. Neudaiz and Moatoob are main city only.
Parum GUARDIANS and GRM aren't working properly yet but the map loads fine.
2010-05-24 11:25:20 +02:00
conf Updated MOTD with Neudaiz related info. 2010-05-22 22:59:00 +02:00
data/lobby Add data folder for game files. 2010-05-24 06:23:07 +02:00
ebin Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
include maps: Add all known and used lobbies on all planets. 2010-05-24 11:25:20 +02:00
p Fix seeing players in other lobbies than floor 1. 2010-05-17 04:55:51 +02:00
save Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
src maps: Add all known and used lobbies on all planets. 2010-05-24 11:25:20 +02:00
ssl Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
.gitignore Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
Emakefile cron: New module for keepalive packet handling and other cron jobs. 2010-05-20 23:50:56 +02:00
LICENSE.txt Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
Makefile Copyright notice: gasetools -> EGS. Whoops! Thanks. 2010-05-15 01:55:23 +02:00
README Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00

EGS is a GPLv3 Erlang Game Server for AOTI. See LICENSE.txt for details.

 * This is a work in progress!
 * Server files are not included.

Use 'make' to compile, 'make run' to run and 'make fclean' to cleanup.