This repository contains a Tile Puzzle Game implemented in Python using the PyQt5 library. The game features a 4x4 grid of tiles numbered from 1 to 15 and one empty space for rearranging the tiles.
-
Graphical User Interface: The game offers an engaging GUI built with PyQt5.
-
Tile Shuffling: Start the game with the "START" button to shuffle tiles randomly.
-
Reset Functionality: Click "RESET" to start over.
-
Tile Movement Validation: Tile movement is restricted to adjacent tiles.
-
Victory Message: Win by arranging tiles in ascending order.
-
Starting the Game: Click "START" to shuffle tiles.
-
Moving Tiles: Click on adjacent tiles to the empty space to move them.
-
Winning: Arrange tiles from 1 to 15 to win.
To play:
-
Ensure you have Python 3.x installed.
-
Install PyQt5 if not already installed:
pip install PyQt5