This repository contains the source code and assets for "Schlange", a Game Boy game developed using the RGBDS toolchain.
- Classic snake gameplay on the Game Boy.
- Custom graphics with unique tiles for the snake and background.
- Built with assembly language for authentic retro hardware.
Download the latest dev build to get the very latest ROM, up-to-date with the dev branch.
- RGBDS toolchain installed and accessible in your system path.
To build the ROM, clone this repository and run make
in the project directory:
git clone https://github.com/CodeWithMa/schlange.git
cd schlange
make
This will generate schlange.gb
.
main.asm
: Main game logic.gfx/
: Folder containing PNG images and converted.2bpp
files for graphics.