Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.6 KB

File metadata and controls

50 lines (32 loc) · 1.6 KB

15 Puzzle Game

The 15 Puzzle is a classic sliding puzzle that consists of a 4x4 grid with 15 numbered tiles and one empty space. The objective is to arrange the tiles in ascending numerical order by making sliding moves that use the empty space.

15 Puzzle Screenshot 1 15 Puzzle Screenshot 2

How to Play

Starting the Game:

Launch the 15 Puzzle game application.

Objective:

Arrange the numbered tiles in order (1–15), using the empty space to slide tiles.

Controls:

Click or tap a tile adjacent to the empty space to slide it.

Winning the Game:

You win when all tiles are in order from 1 to 15, left to right, top to bottom, with the empty space in the bottom-right corner.

How to use?

Fifteen Puzzle game can be run on the Sugar desktop. Please refer to;

How to upgrade?

On Sugar desktop systems;

How to develop?

Setup a development environment for Sugar desktop,

cd ~/Activities
git clone https://github.com/sugarlabs/FifteenPuzzle.git FifteenPuzzle.activity

Log out and back in to Sugar — FifteenPuzzle will appear on the home screen.

License

GPLv3+. See COPYING.