Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.64 KB

CrabbyBird

Flappy Bird clone with godot-rust.

Project is under active development, more features soon.

Demo

CrabbyBird demo

How to run

Use Cargo package menager to build the Rust library by running cargo build from CrabbyBird directory. Then open the project in Godot editor and run it.

Commit roadmap

If you want to use this repo as tutorial, here's a list of development stages:

  1. Basic player movement

  2. Jump animation

  3. Camera movement

  4. World generation part 1 – ground

  5. World generation part 2 – pipes

  6. World structure separation

  7. Game stages

  8. Scores

  9. Game Over screen

  10. Particle jump effect