A Python puzzle game where players swap objects on a grid to form matching rows or columns. Features progressively larger grids across levels and a score system that rewards fewer moves.
-
Run the game by executing the Python script (
MATCH_IT.py) located in the game folder.- Do not run the script directly; run it from the folder to ensure proper loading of background images.
-
Click on the "PLAY!" button to start the game.
-
In each level, you'll see a grid filled with random objects (A, B, C, D, E, F).
-
Click on an object to select it, then choose a direction (up, down, left, or right) to move the selected object.
-
The goal is to create rows or columns with identical objects.
-
Keep an eye on your moves and score:
- Moves: The number of moves you've made.
- Score: Your current score, calculated based on the initial score minus the number of moves.
- Level: Indicates the current level you are playing.
-
Complete levels to progress through the game. The grid size will increase, making the game more challenging.
-
Be strategic and try to maximize your score by making fewer moves.
-
The game ends when you successfully complete all levels or when your score drops below zero.
- Use the mouse to click on objects and select them.
- When prompted, enter the direction (up, down, left, or right) to move the selected object.
- Run the game script from the game folder to ensure proper loading of background images.
- Enjoy the game and have fun matching the objects!