Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 774 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 774 Bytes

FlappyAceWin

A flappy bird clone for the Amiga 500

Built using the Amiga C Engine. All in C.

The game is fully working, with the ADF in the root directory.

It is a little quirky, the collision detection is instant so if you hit a pipe you'll be flashed to the menu pretty quickly, And the text in the replay menu sometimes is chopped.

All game logic is within src/game.c with the menu in menu.c. There are headers included for functions I wanted to deal with high score saves but AmigaOS wasn't happy with writing to files inside a floppy for some reason and I just left it.

Here is a simpler link for downloading the ADF: https://nzjeux29.itch.io/flappy-ace

image