Leikr is not only intended to be a welcome platform for those creating games, it's a welcome platform for those willing to improve Leikr as a game creation tool.
Leikr is written in Java and uses Gradle to build.
Clone the repository to your local machine. In the Leikr
folder, run gradlew launchDesktop
to build and launch Leikr.
To submit code to the Leikr repository, simply do the following:
-
Fork the Leikr repository using the Fork button on the main repository.
-
Clone your forked repository to your local machine. Create a new branch (do not use
master
) for your intended changes. Please try to be descriptive as to the branch contents, and try to limit the scope of a single branch. -
Optionally, feel free to add your name to the
AUTHORS
file. -
Commit your changes and push the branch to Github.
-
Github will show a button in your repository to compare your branch changes to the main repository and create a Pull Request. Click the button and fill out the PR description field, then submit your Pull Request for approval. PRs are generally approved within a day or so.
Use the Github Issues page to create either bugs or feature requests.