https://github.com/rusty-crank/dino
The Chrome dinosaur game on playdate, in Rust.
https://github.com/rusty-crank/dino
game game-development playdate playdate-console rust rust-lang
Last synced: about 2 months ago
JSON representation
The Chrome dinosaur game on playdate, in Rust.
- Host: GitHub
- URL: https://github.com/rusty-crank/dino
- Owner: rusty-crank
- License: mit
- Created: 2023-09-01T08:20:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T02:59:27.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:37:06.821Z (2 months ago)
- Topics: game, game-development, playdate, playdate-console, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 1.29 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino
[](https://github.com/rusty-crank/dino/actions/workflows/ci.yml)
[](https://wenyuzhao.itch.io/dino)This is a recreation of [Google Chrome's offline dinosaur game](https://www.rust-lang.org) on [Playdate](https://play.date).
The game is developed using the Rust programming language and is built upon [playdate-rs](https://github.com/rusty-crank/playdate-rs), a safe C-API binding for Rust. It serves as a showcase for the API binding, demonstrating its capabilities.
Available for free at [wenyuzhao.itch.io/dino](https://wenyuzhao.itch.io/dino).

# Getting Started
1. Install playdate sdk
2. `cargo install playdate-cli`
3. Clone this repo
4. `cargo playdate run`