Skip to content

xmoonman/touhou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33f9fcd · Jan 3, 2025

History

49 Commits
Jan 3, 2025
Jan 3, 2025
Dec 30, 2024
Jan 1, 2025
Jan 2, 2025
Jan 3, 2025

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