Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 601 Bytes

File metadata and controls

7 lines (5 loc) · 601 Bytes

15_Puzzle

This is a simple game of a sliding puzzle having 15 square tiles numbered 1–15 in a frame that is 4x4 containing 16 positions leaving one unoccupied position. Tiles in the same row or column of the open position can be moved by sliding them horizontally or vertically, respectively. The goal of the puzzle is to place the tiles in numerical order (from left to right, top to bottom).

To Start the game you need to install the APK file on your android system and click start.

Implementation

This game is created using Android Studio and implemented using Java Programming language.