An implementation and Migration of Flappy Bird in Swift for WatchOS 10.
- Swift 5.9
- Xcode 15.2
- WatchOS 10.0
From base code repository, modified some code to match WatchOS
- Remove SKView(SKViewcan't used in watchOS)
- Embedded SpriteView using SwiftUI
- Modified Object size to fit Apple Watch display
Base iOS Code from: https://github.com/newlinedotco/FlappySwift
Font Resource from: https://fontstruct.com/fontstructions/show/1472935/flappy-bird-font
MIT license. See LICENSE for details.
