A game written in Rust.
Last updated Oct 14, 2025
39
Stars
5
Forks
8
Issues
0
Stars/day
Attention Score
19
Language breakdown
Rust 93.0%
GLSL 7.0%
RenderScript 0.0%
โธ Files
click to expand
README
Carambolage
Contents
A game written in Rust!
(Click on this screenshot to be redirected to a gameplay video on Youtube)
Controls
Open Menu: [Esc]
Player 1 movement: [W],[A],[S],[D] boost: [Left Shift]
Player 2 movement: [Up],[Left],[Down],[Right] boost: [Right Shift]
License
Carambolage is licensed under GNU General Public License v3Download
No precompiled binaries yet ยฏ\\\(ใ)\/ยฏBuild yourself
- Download and install the Rust-lang compiler.
- You have to setup GLFW on your system in order to build the game, because it handles a the OpenGL context window for your platform.
- Clone this repository
git clone https://github.com/K4ugummi/carambolage.git cd carambolage- Build and run the game
cargo run --release
Contributing
- Fork the project
- Create a new branch
git checkout -b <branch> - Make changes
- Run
cargo fmt - Run
cargo clippyand make sure it compiles wihtout warnings. - Push your changes to your fork and create a pull request
A huge thanks to
- The Rust Team
- Joey de Vries Author of learnopengl.com
- YOU for spending your time reading this readme, playing the game or even contributing to the project!
๐ More in this category