Skip to content

Reimplementation of Flappy Bird in console. In Go, with tcell lib.

Notifications You must be signed in to change notification settings

j-sokol/flappyStork

Repository files navigation

FlappyStork

Reimplementation of Flappy Bird in console. This was little project for me to pick up Go language. Library tcell was used for rendering graphics.

Screenshots

Disclaimer

The game is in really early stage of developement and not really playable :)

How to run

You need to have Go compiler downloaded. Then run

go build

and you can run it using

./flappyStork

Graphics kudos

Big thanks to guys below who provided textures for this game.

Stork is from this set, and blocks from this one.

TODO

Here are some things that need to be improved:

  • better hitbox
  • show score
    • draw lower bar
  • send score to some centralized location
  • animate player
  • menu at the end to restart
  • save highscore to file?
  • make gravity not linear

About

Reimplementation of Flappy Bird in console. In Go, with tcell lib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages