/lizardspock

A sovereign Rock Paper Scissors Lizard Spock

Primary LanguageJava

IMAGE ALT TEXT HERE

Sneer API - 5 Minute Tutorial

This is a game of Rock-Paper-Scissors-Lizard-Spock ready to play with your friends on Sneer.

alt tag . alt tag . alt tag . alt tag

It is a plain Android project with a single class implementing the entire game.

The parts of the code that use the 5 methods of the Sneer PartnerSession API are highlighted.

Dependency

The dependency to the Sneer API is declared like this:

compile 'me.sneer:sneer-android-api:X.Y.Z@aar'

in the dependencies section of the app/build.gradle file. X.Y.Z stands for the latest version found here.

Running