BluePat / flappy-dragon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flappy-dragon

Flappy Bird clone impleneted in Rust for learning puproses while following Herbert Wolverson's Hands-on Rust (check it out!). Also extended the exercise while reading Herbert's blog post and done other minor tweeks and improvements.

The original game art is from OpenGameArt.

This is basically the "Hello, World!" of game development. But I had a fun time writing it nontheless!

How to play the game?

  • install Rust
  • clone the repo
  • cd into it.
  • cargo run

About

License:MIT License


Languages

Language:Rust 100.0%