This integrates smartdevice link into the flappy bird game to be played in vehicle. For test purposes only. Potentially very dangerous to play games while driving. https://smartdevicelink.com/
Flappy swift for SDL requires a few things to be done in order to get running.
Run pod install
from root project directory.
Create a propertylist file called Keys.plist
.
Setup 2 new items in the plist. (sdl-app-name
, sdl-app-id
)
Install in the root project directory, in the same location as FlappyBird.xcodeproj. This is where the project will look for it.
An implementation of Flappy Bird in Swift for iOS 8.
Flappy Swift Authors
- Nate Murray - @eigenjoy
- Ari Lerner - @auser
- Based on code by Matthias Gall