A simple endless runner game built with Kotlin and Compose for Desktop. Navigate your car through lanes, collect coins, and avoid obstacles while adjusting game settings to your preference.
- Movement: Use WASD keys to control your car
- Objective: Collect yellow coins to increase your score
- Obstacles: Avoid red barriers to prevent game over
- Pause: Press
Escape
to pause and access settings
- Endless scrolling gameplay with dynamic spawning
- Adjustable game settings (car size, car speed, world speed)
- Pause and resume functionality
- Score tracking
- Cross-platform compatibility
Main gameplay showing car, coins, and obstacles
Pause menu with adjustable game settings
2025-08-17_11-22-14.mp4
Download rase-1.0.0.jar
from releases and run:
java -jar rase-1.0.0.jar
Download rase_1.0.0_all.deb
from releases and install:
sudo dpkg -i rase_1.0.0_all.deb
- JDK 17 or later
- Kotlin 2.1.20 or later
./gradlew run
./gradlew packageDistributionForCurrentOS
Key | Action |
---|---|
W | Move up |
S | Move down |
A | Move left |
D | Move right |
Escape | Pause/Menu |