The Unblock slide puzzle game, created with Python! The objective of the game is to move the blocks so that the red block can move left to right without any obstruction. Some blocks can only move horizontally, while others only move vertically.
You are free to clone/fork this repository and make changes but make sure that you credit this repository. If you want to help developing this game more, make a fork, make changes in your repository, and then make a Pull Request here.
- Simple controls
- 10 unique levels. More levels can be easily added by modifying the
levels.json
file.
- Python 3 (preferrably the latest version)
- Install the pygame library with
pip install pygame
.