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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42da5f2 · May 21, 2018

History

53 Commits
May 4, 2017
Apr 20, 2018
May 21, 2018
Apr 20, 2018
Aug 1, 2016
May 4, 2017
Mar 15, 2018
Apr 20, 2018
Jul 24, 2016
Jul 24, 2016
Jul 24, 2016
Aug 2, 2016

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.