Benheck's original source code for the gameBadge3.
- libgtk-3-dev
- libgme-dev
sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev libgme-dev
pacman -S base-devel mingw-w64-i686-toolchain mingw-w64-i686-gtk3 mingw-w64-x86_64-libgme
brew install llvm gtk+3 game-music-emu
Once the dependencies are installed ...
git clone https://github.com/dadecoza/Catskillvania.git
cd Catskillvania
make
./catskill
You can change the game speed by passing a number between 100 (slower) and 300 (faster) as a command line argument.
catskill.exe 100
The default is 120.
- https://github.com/benheck/gamebadge3
- Youtube Videos
- Ben Heck Hacks - Gamebadge3 Part 1: Creating Graphics
- Ben Heck Hacks - Gamebadge3 Part 2 Assembly and Code
- Ben Heck Hacks - GameBadge Part 3: Game Design and Testing <-- a lot of technical detail regarding this game!
- Ben Heck Hacks - MGC 2024 Gamebadge 3B - Sponsored by PCBWay!
- Ben Heck Hacks - gamebadge3 Catskillvania: Condo of Bud
- What's Ken Making - The New 2024 gameBadge | Episode 1: Design Overview
- What's Ken Making - The New 2024 gameBadge | Episode 2: Step-by-Step Build
- What's Ken Making - The New 2024 gameBadge | Episode 3: Games & Emulators