https://github.com/oshf/hungry_birds
A small Nintendo Game Boy game created in 48 hours during ZGBJAM2.
https://github.com/oshf/hungry_birds
c gameboy gbdk homebrew zgb zgbjam
Last synced: 6 months ago
JSON representation
A small Nintendo Game Boy game created in 48 hours during ZGBJAM2.
- Host: GitHub
- URL: https://github.com/oshf/hungry_birds
- Owner: oshf
- Created: 2019-12-17T23:06:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T22:45:33.000Z (over 4 years ago)
- Last Synced: 2024-11-29T04:45:16.249Z (6 months ago)
- Topics: c, gameboy, gbdk, homebrew, zgb, zgbjam
- Language: C
- Size: 40 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hungry Birds
A small Nintendo Game Boy game created in 48 hours for the ZGBJAM2 game jam. Made with C, GBDK, and [ZGB](https://github.com/Zal0/ZGB).
   
You control three chicks using the A (worth 3 points), B (worth 2 points), and UP (worth 1 point) buttons. Help the hungry chicks devour worms thrown by mother bird while avoiding the rocks.
=GOOD
=BAD
Be careful as the speed of the worms and rocks will increase with your score!
Download the Game Boy ROM file [here](bin/HungryBirds.gb).
To compile the code you'll need [ZGB](https://github.com/Zal0/ZGB).