Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.6 KB

ReadMe.md

File metadata and controls

51 lines (31 loc) · 1.6 KB

Snooder 21

Snooder 21 is remake of very popular Motorola's standard card game: Snood™ 21 for Android OS.

Get Snooder 21 on F-Droid

Snooder 21 running on Motorola Droid 4 and Snood™ 21 running on Motorola C350

Snooder 21 uses SurfaceView Canvas for drawing videocontext of the game. I added touch controls and some game engine improvements: launcher, drag and drop cards, sounds, etc.

Snooder 21 Android Screen

Download

You can download APK-package for Android OS from the releases section.

Build instructions

For example, GNU/Linux:

  • Install the latest Android SDK;

  • Clone repository into deploy directory;

cd ~/Deploy/
git clone https://github.com/EXL/Snooder21 Snooder21Android
  • Build the APK-package into deploy directory with Gradle building script;
cd ~/Deploy/Snooder21Android/
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebug
  • Install Snooder 21 APK-package on your Android device via adb;
cd ~/Deploy/Snooder21Android/
/opt/android-sdk/platform-tools/adb install -r snooder21/build/outputs/apk/snooder21-debug.apk
  • Run and enjoy!

You can also open this project in Android Studio IDE and build the APK-package by using this program.

More information

Please read Making Guide (In Russian) for more info about making Snooder 21 for Android OS.