About
Bio Menace is a side-scrolling action game released by Apogee Software in 1993 for MS-DOS. This is a work-in-progress decompilation and source reconstruction of Bio Menace, built on the same id Software-derived engine as the second Commander Keen trilogy, though nearly all of the game-specific logic is unique to this game. It currently reproduces a byte-for-byte identical executable to both the original freeware release and the shareware v1.1 build of episode 1; episodes 2 and 3 are not yet covered.
Getting started
Building requires Borland C++ 2.0 running in a real or emulated DOS environment, with the compiler installed at a fixed path; running the resulting executable also requires the original game's data files, which are not included in this repository.
Additional notes
- Related work
- This reconstruction is based on K1n9_Duk3's earlier Commander Keen 4 source reconstruction; K1n9_Duk3 has since separately released a more complete reconstruction covering all three Bio Menace episodes.