Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 776 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 776 Bytes

Gameboy Snake Game

Minimal implementation of the classical snake game, for the original Gameboy.

Setup and Requirements

Download and extract the 2020 GBDK library inside lib folder.

Portability is guaranteed for Linux.

To support other operating systems, you can try to adjust the makefile.

Usage

The gameboy .gb ROM file can be created by running the makefile. The ROM file can be ran in a emulator like BGB or Emulicious.

Credits

GBDK 2020 Docs

LaroldsJubilantJunkard.com - How to make a Gameboy Game