Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 606 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 606 Bytes

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