Overbearing Burgers is a Sega Dreamcast homebrew game featuring a hungry brown bear. The bear must jump at the right time to not only not hit the rocks on the ground, but also to not miss any of the hamburgers.
Overbearing Burgers is very easy to play; the only button used is A
, which will make the bear jump.
This mini-game was developed by Sebastian Mihai and was released the December 20, 2016.
To compile Overbearing Burgers, you will need a modern KallistiOS environment, like DreamSDK or any other modern KallistiOS 2.0.0+ environment.
Basically the procedure to build this mini-game is pretty simple:
- Open your shell prompt.
- Enter the
src/
directory. - Enter
make && make dist
.
You will get an overbearing.elf
file. Follow the standard procedure to generate a selfboot disc image. Basically, if you are under DreamSDK:
mkdir cd_root
elf2bin overbearing.elf
scramble overbearing.bin cd_root/1ST_READ.BIN
ipcreate -silent -m "SEBASTIANMIHAI" -a "OVERBEARING BURGERS"
makedisc overbearing.cdi cd_root IP.BIN
You'll have a ready-to-use overbearing.cdi
file, that you can burn or use with Demul.
All credits goes to Sebastian Mihai.