MikeDX - 5-11-2016 at 07:51 AM
This is a remake of the ZX Spectrum game "Oh Mummy"
It's pretty much complete except for the appearing guardian and the instructions / options screen
You can play it online
http://js.mikedx.co.uk/ohmummy.html
or get the code
http://github.com/MikeDX/DIV-OhMummy
RKSoft - 5-11-2016 at 01:37 PM
Nice game, but i would change the control (ie.: press down und right, right is a wall, so the man goes down and don't stop). I could remake this game
in Commodore BASIC :D.
MikeDX - 5-11-2016 at 01:51 PM
Part of the reason for doing this game was to start with a perfect clone and then make better graphics and sounds and do a DX version.
You should do a plus4 version
Feel free to fix the controls in the player() process. I had to prevent down+right being pressed at the same time to avoid diagonal moves. It needs
some tweaking but i think it could be made a lot better.
The collision detection is also quite poor and you can run through enemies sometimes!