An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Dino

[![workflow-status](https://img.shields.io/github/actions/workflow/status/rusty-crank/dino/ci.yml?style=for-the-badge&logo=github&label=checks)](https://github.com/rusty-crank/dino/actions/workflows/ci.yml)
[![itch.io](https://img.shields.io/badge/Itch.io-Dino-blue?style=for-the-badge&logo=itch.io&logoColor=white)](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).

![demo](./demo.gif)

# Getting Started

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