SOI_MD is a recreation of the 90s MacOS game Step On It! by Cassady and Greene, for the Sega MegaDrive console.
It was made a reality thanks to the SGDK framework by Stephane-D .
Original:
SOI_MD:
This repo crams the original game into the color and display capabilities of the Sega MegaDrive, and implements the same gameplay to be performed on the MegaDrive controller, from scratch.
The Releases page of this repo contains playable .bin rom files. The roms are ready to be executed on original hardware, or on an emulator. The emulator used during development is blastem, choosen for it's focus on accuracy.
This code is currently compiled using a frozen version of kubilus1 's packaging of SGDK for Linux, GENDEV.
For easiness of use, GENDEV was packaged by kubilus1 into a Docker Image. This repo uses a frozen version of that container, gvjaime/gendev. The compiling command would be then
bash ./scripts/build.sh
And the output of the compilation should appear in the out/
folder, with rom.bin
as filename.