Skip to content

jacktrnr/Puzzle-League

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Puzzle League

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.

How to Play

  • 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.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/jacktrnr/Puzzle-League.git
    
  2. Navigate to the project directory:

    cd Puzzle-League
    
  3. Ensure you have Python and Pygame installed. If not, you can install Pygame using pip:

    pip install pygame
    
  4. Run the game:

    /bin/python3 'main.py'
    

Credits

This game was created by Jackson Turner with help from ChatGPT and inspired by Pokemon Puzzle League on the Nintendo 64.

License

This project is licensed under the MIT License.

About

Demo of Pokemon Puzzle League

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages