Skip to content
/ Snooder21 Public

A remake of very popular Motorola's standard card game Snood™ 21 for Android OS using SurfaceView Canvas drawing.

License

Notifications You must be signed in to change notification settings

EXL/Snooder21

Repository files navigation

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.