Releases: StewBC/mminer-apple2
Manic Miner Machine (Apple II Emulator that plays this MM on Windows)
All that this release adds is a Windows excutable for the Manic Miner Machine (src/mmm). It's a very small Apple II emulator that plays the unmodified Apple II version of Manic Miner on a modern machine (only Windows version here but macOS tested as well).
The zip file contains mmm.exe and all of the SDL2 DLLs. If you have those, you should be able to just drop the ones the game needs next to mmm.exe and play. These appear to be:
libpng16.dll
sdl2_image.dll
sdl2.dll
zlib1.dll
The actual Apple II Manic Miner game remains unchanged.
Unrolled tile render and fix game speed
The 1.1 Release was meant to be what's in this release but I bungled it, so now a 1.1A release; The render loop has been unrolled and therefor the game does not slow down as much on the tile heavy levels (The Vat and the Warehouse for example).
Initial Release
Initial release.