A simple runner like game written in rust, it uses glium library written by @Tomaka. For now the game is separated in two folder, one would become the library, the other is the game logic system.
To play with this game, you may use rustup to get the latest stable version of rust.
Then, to build the game, use the command cargo build --release in the project folder. Then cargo run to launch the game.