Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.92 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.92 KB

alt text

Retro Jam 2021 A Game Boy demake/prototype of Bonanza Bros originally released for the Sega Genesis. You can find the link to the submission on itch.io.

Some things I was really proud of making was the A.I for the Guard, looking around and then having this alert phase where he would chase you.

Latest Update:

  • March 12th, 2021
    • The finishing touches, the player can shoot, look at him go!
    • Logic was created in order to handle the animation changes when the player's state changed (example: jumping -> moving, moving -> shooting and vice versa).
    • Artificial Intelligence was created for the guard. They will turn left/right and if the player is in view, they will move towards them.

alt text

How to Play

Movement: directional pad

To Attack: the a button

To Jump: the b button

alt text

Miscellaneous

Tools used:

To Run it

To get it up and running, you'll need to have a emulator that can run Game Boy games. My preference is to use BGB GameBoy Emulator

Once you have an emulator of choice, then:

  • Download the .gb file from the releases section.

  • Load up the .gb file and have fun!