The soapbox-race-core project is focused on developing a game server compatible with the game Need for Speed: World. Currently, most of the original game functionality is implemented, but development is still ongoing.
The server is an application built to run on the Wildfly platform, through Thorntail. Maven is used as the build system. All code is written for Java 8.
Installation documentation is WIP.
Want to make a contribution? It's easy - just follow these steps:
- Fork this repository if you haven't done so already
- Create a new branch with an appropriate name in relation to your changes
- Commit and push your changes (please try to avoid putting in irrelevant changes, focus on your idea)
- Make a pull request against this repository. Make sure to explain what you did, how you tested it, and if it is a breaking change.
- Sit back and wait for feedback on your pull request.