MikeDX
|
|
New WIP - OH MUMMY!
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
Game Making Machine!
Posts: 232
Registered: 1-3-2016
Location: Germany
Member Is Offline
|
|
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
|
|
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!
|
|