jRpgCore provides the foundations for a modern roleplaying game written in Java.
The project is hosted on SourceForge. Currently, it is still in the planning phase. If you want to contribute, please take a look at the forum. There's a posting requests feedback on the domain model.
You can download the latest release with the following link: jRpgCore Files
If you encounter any problems or would like the help please take a look at the tracker: jRpgCore Tracker
Need support? - Please visit: jRpgCore's support page on SourceForge
Interested in seeing how jRpgCore works? - Take a look at the following snippets and assume that there are two instances of monsters referenced by firedrake and orc:
// already defined: // // Creature firedrake = ... // // Creature orc = ... firedrake.attack( orc ); // for making a simple attack
You can get the latest sources form the source repository via
git clone git://jrpgcore.git.sourceforge.net/gitroot/jrpgcore/jrpgcore