Demo of Pokémon Puzzle League
This is a simple color matching game built using the Python library Pygame. In this game, your objective is to match three or more blocks of the same color in a row or column to clear them from the board. Chain reactions due to gravity can occur. In this demo, we have initialized with a puzzle (that apparently you can solve in 2 moves), but you can add your own puzzle if you want.
- Use the arrow keys (Up, Down, Left, Right) to move the cursor around the grid.
- Press the Enter key to swap the block within the cursor.
- Match three or more blocks of the same color in a row or column to clear them from the board.
- Clearing blocks triggers chain reactions, allowing for strategic gameplay.
- The game ends when there are no more moves available.
-
Clone the repository to your local machine:
git clone https://github.com/jacktrnr/Puzzle-League.git -
Navigate to the project directory:
cd Puzzle-League -
Ensure you have Python and Pygame installed. If not, you can install Pygame using pip:
pip install pygame -
Run the game:
/bin/python3 'main.py'
This game was created by Jackson Turner with help from ChatGPT and inspired by Pokemon Puzzle League on the Nintendo 64.
This project is licensed under the MIT License.