Coding Challenge 0
Author: Max and Cameron
Modified: 2025-02-20
0. What is the link to your project on itch.io?
https://majikal.itch.io/coding-challenge-0
1. What are the controls to your game? How do we play?
WASD to move, space to jump. Falling platforms are black, regular platforms are white
2. What creative additions did you make? How can we find them?
When landing from a jump or any height, the player makes a sound and changes color briefly. We also added falling platforms that fall after the player stands on it for a second, and it will reappear.
3. Any assets used that you didn't create yourself?
The simple landing sound comes from this free asset: https://assetstore.unity.com/packages/audio/sound-fx/free-casual-game-sfx-pack-54116
4. Did you receive help from anyone outside this class or from anyone in this class that is not in a group with you?
We had a large discussion group talk about the wasGrounded state. I don't remember all the names, but Will was one of them. For the falling platform, I tried to find the issues on my own before going to Jeremy, so I got help from him.
5. Did you get help from any AI Code Assistants?
No
6. Did you get help from any online websites, videos, or tutorials?
For the falling platform: https://www.youtube.com/watch?v=uzbMPEkkSmo
7. What trouble did you have with this project?
Figuring out the wasGrounded section was pretty difficult, and though we eventually figured it out, it currently doesn't include the player squishing. For the falling platform, I tried to see if I could make it so the player can still be on the platform as it is falling, but if I add the rigidbody back in the code, it makes the platform not respawn to it's original position.
8. Is there anything else we should know?
No answer given.
Leave a comment
Log in with itch.io to leave a comment.