Seally Racing is a racing game in a 3D space with seals! This project targets jMonkeyEngine 3 and is written in Java.
Fly around in a 3D space (under the sea, in the air, etc) and follow a course marked by rings. Race your opponents and be the first to finish. Currently, the plan is to make a single network multiplayer mode, but this plan is not finalised.
First you must check out the assets submodule if you want the game to run. From the project directory, run:
git submodule init
git submodule update
Gradle is used to build this codebase. A wrapper is provided that can download Gradle. You just need Java first, then you can run via Gradle:
./gradlew run
Optionally, build a runnable distribution:
./gradlew installDist
cd build/install/seally-racing
bin/seally-racing
While this project is in early stages of development, there are several ways you can start getting involved:
- Look at issues and milestones in the issue tracker on GitHub.
- Read the wiki on GitHub.
- Join us in IRC on freenode (irc.freenode.net) in the channel #seally-racing. If you don't have or want your own IRC client, you can use the freenode web chat or services like IRCCloud.
- Fork the project, change the code or art, and submit a pull request.