https://github.com/mwehrstedt/sheercold
Think Mega Man bosses, but with a boxer. Made for Game Boy and Game Gear with GBDK-2020
https://github.com/mwehrstedt/sheercold
gameboy gamegear gbdk-2020 homebrew
Last synced: 3 months ago
JSON representation
Think Mega Man bosses, but with a boxer. Made for Game Boy and Game Gear with GBDK-2020
- Host: GitHub
- URL: https://github.com/mwehrstedt/sheercold
- Owner: MWehrstedt
- License: other
- Created: 2024-09-08T12:58:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T23:59:13.000Z (3 months ago)
- Last Synced: 2025-03-30T00:25:32.556Z (3 months ago)
- Topics: gameboy, gamegear, gbdk-2020, homebrew
- Language: C
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sheer Cold
Think Mega Man bosses, but with a boxer. Made for DMG and Game Gear. It aims to run on original hardware and uses MBC5 (for DMG).# Controls
| Button Game Boy | Button Game Gear | Action |
|---|---|---|
| Directional Pad | Joypad | Move Character |
| A | 2 | Jump |
| B | 1 | Jab |
| Up + B | Up + 1 | Uppercut, also possible in the air |
| Down + B | Down + 1 | Dash |
| Hold B and Release | Hold 1 and Release | Side Step, short invincible Dash |# Compiling
Adjust paths to GDBK and your favourite emulator if necessary and run the makefile or `compile.bat`. You can use `compile.bat -nostart` To just compile the game.## Parameters
```
compile.bat [-nostart]
compile.bat [-nostartgb] [-nostartgg]-nostart : Don't start any emulator, combines -nostartgb and -nostartgg
-nostartgb: Don't start DMG emulator
-nostartgg: Don't start GG emulator
```> [!WARNING]
> Makefiles do not work now. I might fix them, eventually. Maybe.## Frameworks
Made with [GBDK 2020 version 4.3.0](https://github.com/gbdk-2020/gbdk-2020)