This is a reboot of a game I wrote for the Sinclair ZX Spectrum in early 1985. It's a bit faster, a bit better looking and I had a lot more fun making the sound effects this time.
You're an astronaut out spelunking on an alien world and you've been charged with finding the bottom of a seemingly endless crater.
Keys are:
- I Toggle jetpack
- J Left
- K Place a bomb
- L Right
You'll find extra shields, bombs and jet fuel along the way but beware the flames. If you sit too still for too long, the timer will get you.
To install:
pip3 install pygame
git clone https://github.com/KF-R/mwm
To play:
python3 mwm/mwm.py
To turn into a command for easy launching, shortcuts etc.:
mv mwm.py mwm
chmod +x mwm
./mwm
To install:
python3 -m pip install pygame
git clone https://github.com/KF-R/mwm
Play and other instructions as for linux
Install Python and follow other instructions for using pip to install the pygame module and git clone to download the game itself.
All emojis designed by OpenMoji – the open-source emoji and icon project. CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
IBM 3270 styled font from: https://github.com/hbin/top-programming-fonts/
All other assets, code and materials (c) Kerry Fraser-Robinson 1985, 2023