Skip to content

chudware/touhou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touhou for the Game Boy

alt text

Credits

  • MOONMAN (Original creator)
  • talbott9 (Optimization, bug fixes)

Dependencies

  • GBDK Game Boy Development Kit
  • mGBA Game Boy emulator
  • C Compiler (gcc, ...)

Build instructions

# Clone this repo
git clone https://github.com/chudware/touhou.git
cd touhou

# Create a build folder
mkdir build
cd build

# Build
make

# Run
mgba ./build/_touhou.gb

Note: Edit the makefile to point it to your GBDK installation