Skip to content

CodeWithMa/schlange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schlange Gameboy ROM

This repository contains the source code and assets for "Schlange", a Game Boy game developed using the RGBDS toolchain.

Features

  • 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

Download the latest dev build to get the very latest ROM, up-to-date with the dev branch.

Requirements

  • RGBDS toolchain installed and accessible in your system path.

Building the ROM

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.

Project Structure

  • main.asm: Main game logic.
  • gfx/: Folder containing PNG images and converted .2bpp files for graphics.

Links