danielsonsilva / rpg-system
An extensible RPG System creator
v1.0.0
2020-06-01 22:04 UTC
Requires
- php: >=7.0.0 <=7.3.17
- danielsonsilva/diceroller: ^1.3
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2024-10-29 05:47:44 UTC
README
This repository represents an extensible RPG System creator. It comes with interfaces to implements that has the most common actions in a RPG game. You can use the already systems created or you can extend to your own rules for creation.
This is an example of the Abstract Factory Design Pattern. First you choose which RPG Rule System you would like to use and then you can iteract using the methods in the Interface without knowing which the RPG System the user/player chose.
You are welcome to extend to new RPG Rule Systems.
Systems Created:
- 3D&T
- Drogphia (Own creation)
License
MIT