Welcome to jRpgCore!

- the framework for creating a great RPG core -


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.



How jRpgCore works

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

jRpgCore Team

Source Content Management system

You can get the latest sources form the source repository via

git clone git://jrpgcore.git.sourceforge.net/gitroot/jrpgcore/jrpgcore

or browse the source online.