Erlang Game Server
Go to file
Loïc Hoguin 2fa07b0cc9 Make new players appear. Probably incorrect way to do it.
Players disconnecting still leave a ghost behind them.
2010-05-15 01:53:20 +02:00
conf Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
ebin Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
include Handle other players and their movements. 2010-05-14 23:45:03 +02:00
p Handle other players and their movements. 2010-05-14 23:45:03 +02:00
save Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
src Make new players appear. Probably incorrect way to do it. 2010-05-15 01:53: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 Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
LICENSE.txt Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
Makefile Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +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.