Pocoloco solver solves the Pocoloco Puzzle in Python with 3d visualization
Caution
This project only works on Windows
- Clone the repository:
git clone https://github.com/Dino-Kupinic/PocolocoSolver.git
cd PocolocoSolver- Create and activate a Python virtual environment:
python -m venv venv
source venv/bin/activate - Install required packages:
pip install -r requirements.txt
pip install panda3d- Run the application:
python src/playground.py- Start the renderer:
python src/visualisation/renderer.pyPython, Panda3D, NumPy, PyTest
