Skip to content

Chrome's Dino game made with Rust and ggez crate.

Notifications You must be signed in to change notification settings

Kapanion/rust-dino-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Dino Game Implemented in Rust

Chrome's Dino game made with Rust and ggez crate. ggez is used for loading resources and displaying graphics, while everything else (entity-component system, physics, collision, animation, asset management) is written from scratch.

How to Run

You can download the built game from itch.io.

You can also compile the source code yourself. For that, you must have cargo installed. Open the base directory and run the following command:

cargo run

About

Chrome's Dino game made with Rust and ggez crate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages