Racer Project is as one might expect a racing game. The racing is done on tracks that have been generated from manually written files. Because of there being no real editor, the tracks are pretty simple. There's no mud, grass or water but plenty of tricky turns. For better or worse there are also items that help you on your journey to the finish line. Some items powers up your car while you can use others as projectiles and traps.
Local multiplayer is possible with up to 4 players sharing a single screen. The biggest problem here is keyboard space and also how many buttons can be pressed simultaneously on your keyboard.
-
Linux or Mac
- Run
gradlew
- Run
-
Windows
- Run
gradlew.bat
- Run
If the compiler complains that it cannot find a .png
, copy the contents of core/assets/
into desktop/bin/
Alternatively if you just want to play the game, you can use core/project-racer.jar
.
The default controls are as follows:
Player | Accelerate | Brake | Turn Left | Turn Right | Use Item | Look Back |
---|---|---|---|---|---|---|
1 | W | S | A | D | Left Shift | Left Ctrl |
2 | UP | DOWN | LEFT | RIGHT | Right Shift | Right Ctrl |
3 | I | K | J | L | B | N |
4 | 8 | 5 | 4 | 6 | 0 | 1 |
*The controls for player 4 refer to the numpad.
As mentioned before, most keyboards aren't wired for them to able to register many keys at the same time. Therefore, more than 2 players is not recommended unless you have a super awesome keyboard.