Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dadecoza/catskillvania
Catskillvania - CONDO OF BUD
https://github.com/dadecoza/catskillvania
game-music-emu gtk3 libgme miniaudio nsf
Last synced: 24 days ago
JSON representation
Catskillvania - CONDO OF BUD
- Host: GitHub
- URL: https://github.com/dadecoza/catskillvania
- Owner: dadecoza
- Created: 2024-04-08T23:16:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T01:10:17.000Z (7 months ago)
- Last Synced: 2024-04-13T22:08:58.855Z (7 months ago)
- Topics: game-music-emu, gtk3, libgme, miniaudio, nsf
- Language: C
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catskillvania - CONDO of BUD
[Windows Download](https://github.com/dadecoza/Catskillvania/releases/download/ninth/catskill_win64_20240418.zip)
[Benheck's](https://github.com/benheck) original source code for the [gameBadge3](https://github.com/benheck/gamebadge3).
![Game](https://github.com/dadecoza/Catskillvania/blob/main/UI/Screenshot.png?raw=true)
# Dependencies
* libgtk-3-dev
* libgme-dev### Debian/Ubuntu
```
sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev libgme-dev
```### Windows (MinGW)
```
pacman -S base-devel mingw-w64-i686-toolchain mingw-w64-i686-gtk3 mingw-w64-x86_64-libgme
```### macOS
```
brew install llvm gtk+3 game-music-emu
```# Installation
Once the dependencies are installed ...
```
git clone https://github.com/dadecoza/Catskillvania.git
cd Catskillvania
make
./catskill
```# Game speed
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.# Useful links
### Awesome open source libraries
* https://www.gtk.org/
* https://github.com/libgme/game-music-emu
* https://miniaud.io/index.html
### The original game
* https://github.com/benheck/gamebadge3
* Youtube Videos
* Ben Heck Hacks - [Gamebadge3 Part 1: Creating Graphics](https://www.youtube.com/watch?v=43q2bR-B3sI)
* Ben Heck Hacks - [Gamebadge3 Part 2 Assembly and Code](https://www.youtube.com/watch?v=VSEMkjyJ5Pk)
* Ben Heck Hacks - [GameBadge Part 3: Game Design and Testing](https://www.youtube.com/watch?v=T-2CkQOANOM) <-- *a lot of technical detail regarding this game!*
* Ben Heck Hacks - [MGC 2024 Gamebadge 3B - Sponsored by PCBWay!](https://www.youtube.com/watch?v=4nOpY00oYIk)
* Ben Heck Hacks - [gamebadge3 Catskillvania: Condo of Bud](https://www.youtube.com/shorts/jR1i1R3pn3c)
* What's Ken Making - [The New 2024 gameBadge | Episode 1: Design Overview](https://www.youtube.com/watch?v=2F5WBwUce5I)
* What's Ken Making - [The New 2024 gameBadge | Episode 2: Step-by-Step Build](https://www.youtube.com/watch?v=bGKaDP4sNoU)
* What's Ken Making - [The New 2024 gameBadge | Episode 3: Games & Emulators](https://www.youtube.com/watch?v=j67-PjNnY_U)