Skip to content

skillz/example-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Example Card Game

This repository contains two versions of the Example Card Game. This is a Unity project designed to help you get up and running with the Skillz Unity SDK:

Example Card Game

The version contained in the Example Card Game folder does not have the Skillz SDK integrated.

This version is intended to be used alongside the Skillz Developer Tutorial Video Series to follow along and learn to integrate a Skillz game.

Using The Example Card Game

  1. Clone the repository using the command git clone https://github.com/skillz/example-card-game.git, or by cloning the repository using your favorite Git client.

  2. Create a new Unity project with a supported version of Unity.

  3. Copy the Example Card Game folder into the Assets folder of your project.

  4. Follow the Skillz Developer Tutorial Video Series to learn how to integrate the Skillz Unity SDK.

Example Card Game - Skillz

The version contained in the Example Card Game - Skillz folder includes the code changes required to integrate with the Skillz Unity SDK.

This version contains the final product after the changes shown in the Skillz Developer Tutorial Video Series are implemented.

Using Example Card Game - Skillz

  1. Clone the repository using the command git clone https://github.com/skillz/example-card-game.git, or by cloning the repository using your favorite Git client.

  2. Create a new Unity project with a supported version of Unity.

  3. Import the latest version of the Skillz Unity SDK. Instructions can be found here.

  4. Copy the Example Card Game - Skillz folder into the Assets folder of your project.

  5. Add the Scenes Under the Assets/Example Card Game - Skillz/Scenes to the Scenes in Build.

  6. Run the project using the Skillz SIDEkick or build to a mobile device.

Useful Resources

Skillz Developer Console

Skillz Developer Documentation

Skillz Developer Tutorial Video Series

Releases

No releases published

Packages

No packages published