Skip to content

PainsPerdus/gboi-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Gameboy of Isaac -- Team Rocket

Description

This is a university project at Télécom Paris (PAF, see here)

This project aims at remaking the popular game The Binding of Isaac for Gameboy classic, in assembly.

Checkout our blog !

Features

  • Basic room with rocks and walls
  • Isaac that can move with animations
  • Working collisions !
  • In developpement sound system
  • Basic room generation (not integrated yet)

Building

Build the whole project

make

Run in emulator

make run

Remove build files

make clean

Install to SD Card (for Everdrive cartridge)

You need to modify the makefile and change INSTALL="" to your SD card mounting point.

make install