Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 936 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 936 Bytes

Unblock-game

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.

Features

  • Simple controls
  • 10 unique levels. More levels can be easily added by modifying the levels.json file.

Requirements

  • Python 3 (preferrably the latest version)
  • Install the pygame library with pip install pygame.

Screenshots

Main screen

Gameplay