https://github.com/gutenfries/dino_rs
Chrome Dino Game written in rust
https://github.com/gutenfries/dino_rs
chrome dino game rust
Last synced: about 2 months ago
JSON representation
Chrome Dino Game written in rust
- Host: GitHub
- URL: https://github.com/gutenfries/dino_rs
- Owner: gutenfries
- Created: 2022-10-12T16:34:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T12:46:16.000Z (over 3 years ago)
- Last Synced: 2025-01-19T02:41:48.382Z (over 1 year ago)
- Topics: chrome, dino, game, rust
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dino_rs
A simple implementation of the Google Chrome Dino game in Rust.
The graphics/game engine is written using [bracket-lib](https://github.com/thebracket/bracket-lib), which is the only dependency.
```toml
[dependencies]
bracket-lib = "0.8.1"
```
Including all whitespace, the project is only 250 LOC.
## Running
```bash
cargo run --release
```
## Controls
- `P` _or_ `Space` to play & replay the game
- `Space` _or_ `Up` to jump
- `P` to pause & unpause (While in game mode)
- `Esc`, `Q`, _or_ `C` to quit
## Screenshots
### Main Menu

### Game Play
