Skip to content

warnp/runner_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Runner game

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.

Using

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.