Log In  

Cart #ada_haunted_house-2 | 2022-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

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 !

P#120064 2022-11-03 14:57 ( Edited 2022-11-04 09:25)

I escaped !!!! love the game, well donne with the enemies!

P#120068 2022-11-03 15:02 ( Edited 2022-11-03 15:02)

Ces décors trop chiadés !! J'adore !

P#120070 2022-11-03 15:11

Good job on making a functional game. I noticed a couple bugs though. Here they are, in case you're allowed to fix them:

  1. Calling _init() doesn't reset the map. You should either use run() instead or have the _init() function call reload() to reset the map.
  2. 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.
P#120075 2022-11-03 15:49


"Well played, you are alive !"

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.

P#120101 2022-11-04 00:09 ( Edited 2022-11-04 00:09)
1

Thanks a lot @kimiyoribaka for taking the time to review our code! We fixed the two bugs mentioned!

P#120110 2022-11-04 09:34
1

Thank you @dw817 for this kind review :D
We'll try to improve it and will keep in mind your proposals!

P#120119 2022-11-04 15:14

I've just finished there now well done. It says your alive then your dead however.

P#120316 2022-11-08 15:30

[Please log in to post a comment]