🎮 An interactive tile-based puzzle game developed with Python and Pygame. Slide tiles into the correct order and challenge yourself with different grid sizes!
- Tile Puzzle Game is a classic sliding puzzle where players rearrange scrambled tiles into the correct sequence.
- The game allows different grid sizes for varying levels of difficulty.
- Interactive graphics, responsive controls, and engaging gameplay make it fun and challenging.
- Clone the Repository:
git clone https://github.com/swarangi263/TilePuzzleGame.git
cd TilePuzzleGame- Install Dependencies:
Make sure Python and Pygame are installed:
pip install pygame- Run the Game:
python main.py- The objective is to arrange the scrambled tiles in numerical order.
- Use the arrow keys to move tiles into the empty space.
- Complete the puzzle as quickly as possible for a high score.
- Python: Core game logic and functionality
- Pygame: Graphics, user interaction, and rendering
🌟 Enjoy the challenge and have fun solving the puzzle! 😊