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.
- Host: GitHub
- URL: https://github.com/oslavdev/simple-rust-game
- Owner: oslavdev
- Created: 2022-12-14T14:18:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T14:18:53.000Z (about 3 years ago)
- Last Synced: 2025-01-24T05:11:34.252Z (about 1 year ago)
- Topics: game-development, rust
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```