Skip to content

skillz/3d-cave-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Cave Runner - Unity-Android Example Project

This repo contains an example of the 3D Cave Runner game with Skillz integration. The purpose of this example is to show how to integrate an Unity-Android game with the Skillz Platform .

This project is setup to work with the latest version of the Skillz Android 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 Functions 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.