A game created during a 6-days sprint by 3 software developers in training !
Check out our feminist and inclusive coding school in Paris : Ada Tech School https://adatechschool.fr/
Your goal : find the key to escape this haunted house.
Beware of the zombies... and hurry : you only have 40 seconds to get out !
Good job on making a functional game. I noticed a couple bugs though. Here they are, in case you're allowed to fix them:
- Calling
_init()
doesn't reset the map. You should either userun()
instead or have the_init()
function callreload()
to reset the map. - The enemy referred to as
e1
is drawn at x * 2 rather than x but still deals damage at x. If you want an enemy that can move at twice the speed, you need to actually change the x at twice the rate.
Nicely done, @thealela. The creeping and sudden jumping movements of the zombies adds a unique mode of play to this. Earns you a gold star.
If you want to take it further you could show your score based upon how many hearts you grabbed and time remaining once you have succeeded in winning.
Thanks a lot @kimiyoribaka for taking the time to review our code! We fixed the two bugs mentioned!
Thank you @dw817 for this kind review :D
We'll try to improve it and will keep in mind your proposals!
I've just finished there now well done. It says your alive then your dead however.
[Please log in to post a comment]