-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Legend of the Green Dragon (LotGD), a text-based RPG browser game, based on Seth Able's Legend of the Red Dragon. Originally developed by Eric Stevens and JT Traub as a remake of and homage to the classic BBS Door game, Legend of the Red Dragon, by Seth Able Robinson. You can play it at numerous sites, including http://www.lotgd.net/.
IDMarinas Edition part of the base of 1.1.2 Dragonprime by Dragonprime Development Team (Dragonprime) and have code of Oliver Brendel (NB Core).
With the premise of updating the core of the game without having to start from scratch and bearing in mind that I wanted to keep some compatibility with the previous version. Start developing version 2.0.0 IDMarinas Edition. This version is compatible with 99%,
With each new version is migrating to new technologies more modern and discarding others that have remained old. To make each new version of the game's kernel as painless as possible, portions of the kernel are changed in each new version. So with each new version you will only need to review a part of your modules and correct them.
A list of modules from 1.1.2 Dragonprime that are being updated for the different versions of IDMarinas Edition is provided.
- Core IDMarinas Edition uses componentes of other projects like:
- Components of Zend Framework
- Componentes of Synfony
- User interface Fomantic UI Framework fork of Semantic UI Framework
- Templates system Twig
- A simple JavaScript popup boxes SweetAlert2
- A simple CronJob manager Jobby, a PHP cron job manager
- Toastr, Javascript library for non-blocking notifications.
- Jaxon-PHP, Easily create Ajax applications with PHP.