⚠️ Code comments are written in Spanish as part of my university coursework.
Exercise from the App Development with Swift: Explorations book, implementing a physics-based ball game in Swift Playgrounds at the iOS Development Lab at UANL.
Bouncy Ball is a physics-based game where a ball drops from a funnel and must hit all targets on the way down. Barriers can be repositioned before dropping the ball to guide it toward each target. The game ends when the ball exits the scene — if all targets were hit, you win.
- Physics-based ball with bounce and gravity
- Draggable barriers to guide the ball's path
- Diamond-shaped targets that turn green on hit
- Win condition detection with alert
- Tap the funnel to drop the ball, tap the ball to reset
This project is licensed under the MIT License.