A PHP based web rpg system that uses user friendly modules to enhance the game framework.
License
GNU General Public License version 2.0 (GPLv2)Follow Open PHP RPG system
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a decent start to an RPG, but my biggest issue is that it really needs to be using PHP's include function in the files. The database variables should be stored in a single file such as db.php, then use the PHP include function at the top of the page like this: include("db.php"); to include the database variables. Using the include function, the IFrames/frameset would be virtually unnecessary. CSS scripts would also be very helpful in themeing the RPG.