Draughts 10×10 Android Game Source Code

Overview

This Draughts 10×10 game also known as international draughts, Polish draughts and international checkers is a classic and well-known strategy board game played by two players on a square 10×10 game board. There are two modes provided; the Standard and Giveaway modes. The game rules can be set to suit your game play before starting any match. It can be played either against Android (CPU) or a friend.

The game is monetized via below in-app advertising:

  • Admob banners + interstitial + rewarded video ads
  • AppBrain start-up interstitial (revenue booster due to high eCPM)

You can try the game on actual android devices by downloading the demo apk file here.

Features

  • 10×10 board size (40 pieces)
  • Two game modes; standard & giveaway
  • Rules selection and customization
  • Rules option: mandatory jump, flying king & backward jump
  • Undo in-game capability
  • Non-intrusive ads
  • Rewarded video ads option

Requirements

The game was developed using native Java, libGDX and Android Studio as specified below:-

  • Android Studio 2+
  • Gradle 2.2
  • SDK v26

Instructions

Here are some steps for the re-skinning process:-

  1. Import the game into Android Studio
  2. Replace all the images with your own graphics
  3. Replace the Admob ids and rename the game package
  4. Build a signed apk and your Checkers game is ready to be published

Don’t worry, the details of setup and the re-skinning process can be found on the provided documentation.

Related