A simple SpriteKit based game written in Swift
Stars
10
Forks
2
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
refactor score label to its own class, add unit tests for Switch and ScoreLabel classes
b030d84View on GitHubupdate world gravity on each successful switch, add game over sound, add app logo
f4fb5e0View on GitHubsave high and recent scores and display on the menu scene
bed61a5View on GitHubimplement main game logic - switch correct and game over condition
f9cfef4View on GitHubimplement SKPhysicsContactDelegate protocol to detect collision
125c11fView on GitHub