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

https://github.com/oslavdev/simple-rust-game

[TRY OUTS] Flapper game. Exploring Rust for game dev.
https://github.com/oslavdev/simple-rust-game

game-development rust

Last synced: 10 months ago
JSON representation

[TRY OUTS] Flapper game. Exploring Rust for game dev.

Awesome Lists containing this project

README

          

## About

A simple 'Flappy dragon' game built with bracket-lib game engine.

## Run

To build the project

```
cargo build
```
To run

```
cargo run
```