Dots And Boxes Android Game Source Code

Overview

About the game: This is a template for the Dots and Boxes game. Dots and Boxes is a pencil-and-paper game for two players. Starting with an empty grid of dots, two players take turns adding a single horizontal or vertical line between two unjoined adjacent dots. The player who completes the fourth side of a 1×1 box earns one point and takes another turn. The game ends when no more lines can be placed. The winner is the player with the most points.

You can find a demo of the game here:
https://play.google.com/store/apps/details?id=com.tutstecmobile.dotsandboxes

Features

  • Make money with ad mob
  • Online Leader Board
  • One tap gameplay
  • Native Code
  • Supports Android 2.3+
  • Made in Android Studio with libgdx
  • Easy Customization

Requirements

  • Android Studio

Instructions

You will receive a file with the instructions to make your own version of the Dots and Boxes.

Related