K4ugummi
carambolage
Rust

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

logo small Build Status License: GPL v3

Contents

A game written in Rust!

screenshot (Click on this screenshot to be redirected to a gameplay video on Youtube)

Controls

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 v3

Download

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 clippy and 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

ยฉ 2026 GitRepoTrend ยท K4ugummi/carambolage ยท Updated daily from GitHub