a simple Online RPG for PHP newbies. The goal of the project is to see if it is possible to create an RPG with simple sourcecode.
- download the script from github
- unzip eg in C:\webrpg
- a) start php built-in webserver
php -S localhost:8080 -t C:\webrpg\public
or define the folder public as document root
b) change the path to your local php.exe in local-server.bat and run the local-server.bat
- copy config/database.example.php to config/database.php
- create a database and import the install.sql
- apply the database configs
- open http://localhost:8080 click on "create dummy user" button
- login
#contribute
Please check the issues