A 2D Master Pyraminx representation in Python3 that includes puzzle randomization and user interface to solve. Includes a solver using A*.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to download the pygame module to run the GUI.
pip3 install pygame
git clone https://github.com/ZachJBurns/MasterPyraminx
To run the GUI:
python3 GUI.py
To run the solver:
python3 A*.py