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 !
- Basic room with rocks and walls
- Isaac that can move with animations
- Working collisions !
- In developpement sound system
- Basic room generation (not integrated yet)
make
make run
make clean
You need to modify the makefile
and change INSTALL=""
to your SD card mounting point.
make install