A lightweight game server framework implemented with Actor Model
Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development.
OGP has moved to GitHub. The sourcecode hosted here is obsolete and is no longer being updated.
Please visit our GitHub here:
https://github.com/OpenGamePanel/
A PHP webapp (formerly known as hldstart2) used to manage server softwares, such as, Halflife1/2, UT2004, UrbanTerror4 and Warsow (and many more). Powerful features, great for game server companies, and single users.
Diplomacy is a popular turn based strategy game in which you battle to control Europe; to win you must be diplomatic and strategic. webDiplomacy lets you play Diplomacy online. Official game server: http://webdiplomacy.net/
NAGS (Not Another Game Server) is a core system for creating a talker or mud, the code base uses object orientated PHP with a SQL database backend (MySql, Sqlite, Oracle) to track users, room, objects and npc's.