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.
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