Splashy’s a 2D game inspired by FlappyBird. The more rubies you pick in a row, the more momentum you gain and with momentum you’ll be able to achieve higher scores.
Gameplay
Technologies
- MVVM-C - Model, ViewModel, ViewController, Coordinator
- SpriteKit - SKScene, SKSpriteNode, SKAction, SKPhysicsBody, SKPhysicsContact, SKTexture
- XCTest - Unit testing, Mock, Delegate Spying
- UserDefaults - Highest Score
Notes
This project was created as a first steps into Spritekit. It follows the MVVM-C pattern, so it can help people learning both MVVM-C and SpriteKit.