SkillAgentSearch skills...

Webrpg

a simple web based RPG written in PHP for newbies

Install / Use

/learn @BlackScorpGames/Webrpg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

webrpg

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.

installation

  1. download the script from github
  2. unzip eg in C:\webrpg
  3. 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

  1. copy config/database.example.php to config/database.php
  2. create a database and import the install.sql
  3. apply the database configs
  4. open http://localhost:8080 click on "create dummy user" button
  5. login

#contribute

Please check the issues

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated14d ago
Forks7

Languages

PHP

Security Score

95/100

Audited on Mar 11, 2026

No findings