Modular Gaming is an open source browser game framework based on Kohana 3.x.
Modular Gaming can be used to speed up the development of your game(s), by giving you the basic core elements of your game.
Using the event/hook system you can easily modify the core and include modules that can be installed by simply adding them to the bootstrap.
Features
- Highly secure
- Extremely lightweight
- Uses the (H)MVC pattern
- 100% UTF-8 compatible
- Loosely coupled architecture
- Extremely easy to extend
Game related features
- Authentication/authorisation - (Register/Login/Roles/Settings)
- Communication - Messages and Forum
- Battle system
- Shop and Inventory system
- Traveling between zones.
- Zones - shops/npcs/monsters in different zones.
Requirements
- PHP 5.2.3 or higher.
- MySQL 5.x or higher.
- Apache with Mod_Rewrite (for nice urls)