Action-Adventure Template

Whenever I create a project, I resort to starting a project from scratch. While I have sample code I can grab from other projects, I never really had a sample project/template that I can start from. Hence, my goal for this project, is to create a template in which I can use for future projects.


Recent Updates

April 22nd, 2021
  • Issue with collision. Player in certain directions would clip into tile, causing issues being able to move.
April 21st, 2021
  • Based on whatever information is set for the player's x and y tile's position, the screen will display the right area.
April 20th, 2021
  • Player's health has been tied to the heads up display. Taking damage results in change for the health icons.

More Information

Download

action-adventure-template.gb 32 KB

Installation Instructions

Grab a Game Boy emulator if you don't have one (bgb is a great emulator to use!). Download the .gb file, and load it in to your GameBoy emulator.

Repository Link

https://github.com/ASGitH/game-Boy-Action-Adventure-Template

Tools Used

Backgrounds/Sprites/Tiles - Game Boy Map Builder & Game Boy Tile Designer

Developer Kit - Game Boy Development Kit

Emulator - BGB GameBoy Emulator


Screenshots


History

April 22th, 2021
  • Issue with collision. Player in certain directions would clip into tile, causing issues being able to move.
April 21st, 2021
  • Based on whatever information is set for the player's x and y tile's position, the screen will display the right area.
April 20th, 2021
  • Player's health has been tied to the heads up display. Taking damage results in change for the health icons.