Graveborn is a multiplayer game written in Java currently under early development.
Graveborn is licensed under the GNU Affero General Public License v3.0.
To get started with Graveborn, follow these steps:
git clone https://github.com/fkoppe/graveborn.git
cd graveborn
./gradlew build
./gradlew run
We appreciate your contributions to Graveborn! If you would like to contribute, please follow these steps:
git checkout -b feature-branch
git commit -m 'Add new feature'
git push origin feature-branch
Ensure that your code follows the coding standards outlined in the styleguide file.
To better understand the gamestructure see the structure file.