KRPGE
From Kibabase
KRPGE or Kiba Role Playing Game Engine is an engine/framework for role-playing game. It is extracted from the game The CopyPirate.
The latest release is krpege-0.0.3.
Contents |
Download
We have a complete standalone version of KRPGE that you can run(and modify) to your heart desire.
Documentation
- Documentation on KRPGE is sparse at the moment. Come back later, at least until several revision of the framework has passed.
Features
- Everybody is a character. All enemies, monsters, players are managed in the Character Tracker object. All characters inherit the character class.(See Example and Example2 class) These characters can be specified in the CharType class. New characters will have to be written.

