#guys could you help me , in this game when the player touch the creeps the game never stops
5 messages · Page 1 of 1 (latest)
Yeah @true venture please provide more context and host your code on GitHub or a similar site for others to look at, standalone zip are unsafe and very suspicious. we will have to remove them
i am sorry put i am a beginner and i don't know how to get the idea across to you
thank you very much for your help and the problem is solved , i love you guys
a few questions you can ask yourself when this happens is
- what do you expect to happen, according to the guidance you have?
- from the tutorial or written instructions, or writing yourself, what steps were you following?
- when you perform the action, do you remember doing anything different?
- it's okay to deviate from the tutorial, that's exactly how you get to fully internalize something. the important part is to remember the notes you take
- what is the result of what happened?
- the most important part of asking for help is to never only say "it didn't work", but actually describe what does happen. there are countless things that can trigger the exact same behavior, so explaining the observation rather than the boolean is always helpful for giving a frame of reference to everyone involved.
- what moving parts are involved in this issue?
- for instance, if the game is supposed to end when you touch the opponent, the moving pieces to check up on are:
- the opponent's collision
- the player's response to the collision
- the level itself or component responsible to handling the end of the game as a response to the player informing of the collision
- for instance, if the game is supposed to end when you touch the opponent, the moving pieces to check up on are:
keep notes of this or save it somewhere, this is important