project / 2023 / Game Developer
Mother Frogger
FROGGER but with Ragdoll Physics, made with Unity.



overview
A simple infinite game inspired by FROGGER, incorporating these modern elements. While the game is loosely based on the original, it introduces significant changes in gameplay to take advantage of the current physics-based movement of the frog and the overall environment.
features
Physics-Based Movement
Realistic character dynamics with physics-based movement. Every joint of the character is governed by physics, adding an extra layer of challenge.
Global Scoreboard
The scoreboard can store up to 10 top scores, motivating players to strive for a spot in the top 10.
Traffic System
A dynamic environment with our physics-based traffic system. Traffic flow can be disrupted by placing random obstacles, adding a strategic element to your gameplay.
challenges
The project's primary challenge involved integrating realistic, physics-based movement akin to games like Humans Fall Flat and Gang Beasts for the frog character, ensuring both realism and playability. Developing a secure global scoreboard, a dynamic physics-based traffic system influenced by random obstacles, and an intuitive grab and put system for environmental interactions added further complexity to the project.