Skip to content

A small clone of Flappy Bird for iOS using SpriteKit framework

License

Notifications You must be signed in to change notification settings

iCartic/SprityBird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SprityBird

This project is a small clone of Flappy Bird for iOS using the SpriteKit framework. This particular fork is an example of a basic iOS Skillz integration.

spritybird

Skillz example instructions

This project is setup to work with the latest version of the Skillz iOS SDK, which can be found at https://skillz.com/developer/downloads.

Once the SDK is downloaded, the Skillz embedded framework will need to be added to the project.

The Installation for this project was divided into 3 major steps: Installing the Skillz framework,Implementing Core Skillz, and Implementing Skillz Fairness.

Skillz example instructions

Step 1: This commit completed the Installing the Skillz framework step of the Skillz Integration.

  • This step adds the framework to the project and configures the project to link with the Skillz framework.

Step 2: This commit completed the Implementing Core Skillz step of the Skillz Integration.

  • This step integrates the Skillz platform with the project and will add multiplayer tournaments using the Skillz API.

Step 3: This commit completed the Implementing Skillz Fairness step of the Skillz Integration.

  • This step ensures that the players' games are fair by implementing a consistent random number generation.

For additional SDK installation details refer to the Skillz documentation.

Visit our website to learn more about Skillz!

About

A small clone of Flappy Bird for iOS using SpriteKit framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 59.5%
  • JavaScript 33.3%
  • Shell 7.2%