Devlog #25 : Introducing puzzle element - Bouncy Football
Welcome to the latest installment of our development diary! In this devlog, we're diving deep into one of the most exciting puzzle elements we've introduced in our ToyZone—the Bouncy Football. If you're familiar with our Boulder element, you'll find some intriguing similarities and a few exciting differences. You can revisit our blog on the Boulder element here for a quick refresher. So, grab a seat, and let's bounce right into it!
Much like the Boulder, the Bouncy Football serves multiple purposes within our game world. Players can use it to block pathways, drag it around, and even use it as a platform for reaching higher places or activating buttons to advance in the game. However, the key distinction lies in its physics. Not only did we design the Bouncy Football to complement the ToyZone's aesthetics, but we also made sure it presented a unique challenge for both our players and us as developers.
The Bouncy Football lives up to its name with physics that keep you on your toes. It's lightweight and, well, bouncy, making it quite a challenge to control precisely. Players must act swiftly, timing their jumps just right to hop aboard before the ball rolls off or takes an unexpected tumble. This dynamic adds a thrilling fast-paced element to the gameplay that keeps everyone on their toes.
[previewyoutube]https://youtu.be/XDczgNbKvKs[/previewyoutube]
To achieve this bouncy behavior, we adjusted the physics material's 'Bounciness' parameter to 0.6, fine-tuning both dynamic and static friction to get the feel just right. However, creating this playful physics experience required more than simple parameter tweaks. We had to implement additional checks and constraints in our code to ensure the physics remained manageable. By carefully clamping the velocity and position of the Bouncy Football within certain bounds, we maintained control over its behavior, even with relatively low solver iterations to optimize performance.
[previewyoutube]https://youtu.be/-sWUvpSId_s
[/previewyoutube]
The Bouncy Football has been an exciting addition to our ToyZone, and we can't wait for you to experience it firsthand. Stay tuned for more behind-the-scenes looks, exciting reveals, and game development insights as we continue to work on crafting an unforgettable gaming experience.
Thank you for being a part of our journey. Until next time, keep gaming and keep bouncing!
Best Regards,
Playdew team
Much like the Boulder, the Bouncy Football serves multiple purposes within our game world. Players can use it to block pathways, drag it around, and even use it as a platform for reaching higher places or activating buttons to advance in the game. However, the key distinction lies in its physics. Not only did we design the Bouncy Football to complement the ToyZone's aesthetics, but we also made sure it presented a unique challenge for both our players and us as developers.
The Bouncy Football lives up to its name with physics that keep you on your toes. It's lightweight and, well, bouncy, making it quite a challenge to control precisely. Players must act swiftly, timing their jumps just right to hop aboard before the ball rolls off or takes an unexpected tumble. This dynamic adds a thrilling fast-paced element to the gameplay that keeps everyone on their toes.
[previewyoutube]https://youtu.be/XDczgNbKvKs[/previewyoutube]
To achieve this bouncy behavior, we adjusted the physics material's 'Bounciness' parameter to 0.6, fine-tuning both dynamic and static friction to get the feel just right. However, creating this playful physics experience required more than simple parameter tweaks. We had to implement additional checks and constraints in our code to ensure the physics remained manageable. By carefully clamping the velocity and position of the Bouncy Football within certain bounds, we maintained control over its behavior, even with relatively low solver iterations to optimize performance.
[previewyoutube]https://youtu.be/-sWUvpSId_s
[/previewyoutube]
The Bouncy Football has been an exciting addition to our ToyZone, and we can't wait for you to experience it firsthand. Stay tuned for more behind-the-scenes looks, exciting reveals, and game development insights as we continue to work on crafting an unforgettable gaming experience.
Thank you for being a part of our journey. Until next time, keep gaming and keep bouncing!
Best Regards,
Playdew team