Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.73 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.73 KB

SOI_MD

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:

drawing

SOI_MD:

drawing

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.

Playing

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.

Compiling

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.