Eiradir is an open source online roleplaying game with focus on textual roleplay and live character interaction.
This repository holds the sources for the game server developed in Kotlin.
- Java 8 or higher
- Clone the repository
git clone https://github.com/Eiradir/eiradir-server.git
- Run
./gradlew run
to start the server
A more extensive guide on how to setup a development environment can be found here.
Any contributions you make are greatly appreciated. Follow the steps below to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
For detailed information on everything to consider when contributing, please read our Contribution Guide.
See LICENSE for more information.