A modern iOS arcade game built with SpriteKit featuring a hungry frog collecting bugs while avoiding obstacles. Published open-source to demonstrate Swift game development best practices.
- Character Control: Tap-based movement system with smooth animations
- Dynamic Environment: Procedurally generated obstacles (logs, rocks) and collectibles (flies, spiders)
- Progression System: 10 levels with increasing difficulty and unique background music per level
- Score Tracking: Real-time scoring system with win/lose conditions
- Time Challenge: 2-minute countdown timer with visual feedback
- Audio Management: Background music and sound effects handling via dedicated
SoundManager
- Adaptive UI: Responsive layout supporting all iOS device sizes
Tech Stack: Swift 5, SpriteKit, GameplayKit
-
GameViewController (Entry Point)
- Manages SKView presentation
- Configures scene scaling and debug settings
- Handles device orientation
-
GameScene (Core Logic)
- Manages game state (playing/over)
- Handles touch input and physics collisions
- Controls spawn systems for:
- Collectible food items 🪰
- Environmental obstacles 🪵
- Implements level progression system
-
SoundManager (Audio Service)
- Background music playlist management
- Sound effect triggering system
- Audio session configuration
git clone https://github.com/jdawud/FrogGame.git
open Froggy\ Hopper.xcodeproj
Action | Points |
---|---|
Collect Fly | +10 |
Avoid Spider | +5 |
Complete Level | +25 |
Hit Obstacle | -15 |
Win Condition: Reach 100+ points before timer expires
We welcome contributions! Please follow our:
🔒 Prohibited:
- Breaking changes to core gameplay mechanics
- Introduction of non-SpriteKit dependencies
MIT Licensed - Free for educational and commercial use