Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T22:45:33.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T04:45:16.249Z (24 days 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).
![Title Screen img](res/screenshots/title.png) ![Gameplay img](res/screenshots/gameplay1.png) ![Gameplay img](res/screenshots/gameplay2.png) ![Game Over img](res/screenshots/gameover.png)
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.
![worm](https://img.itch.zone/aW1nLzIzMjEyODAucG5n/original/Yj3lLb.png)=GOOD
![rock](https://img.itch.zone/aW1nLzIzMjEyODIucG5n/original/DKkSRr.png)=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).