This is a game of Rock-Paper-Scissors-Lizard-Spock ready to play with your friends on Sneer.
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.
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.
-
Clone this git repository.
-
Import as a gradle project into Android Studio.
-
Run on devices with the latest Sneer APK installed and play :).