Snooder 21 is remake of very popular Motorola's standard card game: Snood™ 21 for Android OS.
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.
You can download APK-package for Android OS from the releases section.
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.
Please read Making Guide (In Russian) for more info about making Snooder 21 for Android OS.