Project Description
A simple self-solving pyramid game developed using Python and Pygame. The game involves creating a colored pyramid matrix where the objective is to follow specific rules to solve the pyramid. The game automatically verifies and corrects the matrix to solve the pyramid within a given time frame.
- Python
- Pygame
-
Pyramid Creation The game creates a colored pyramid matrix with specific rules for cell placement, ensuring an engaging gameplay experience.
-
Self-Solving Logic The game automatically verifies and corrects the pyramid matrix to solve it within a specified time frame, providing an automated challenge for users.
- Local Environment
- Open your terminal and run the following command git clone https://github.com/danieladam7/the-pyramids-game
- cd (https://github.com/danieladam7/the-pyramids-game)
- pip install pygame
- python main.py