Files

745 B

Gameboy Breakout

Features a Title screen, one level, breakable blocks and a win/loose condition.

-> PLAY NOW IN THE BROWSER!

How to:

assemble: make all (requires rgbds)
run : make run (requires emulicious)
cleanup : make clean

output is written to build/main.gb

Screenshots:

Credits:

This game was created taking gbdev.io's assembly course as a base. I used this guide to learn and for the structure of my game. All functions were reimplemented by me though.

  • Assets by gbdev.io
  • Code by my