Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.3 KB

File metadata and controls

60 lines (40 loc) · 1.3 KB

Pocoloco Solver

Pocoloco solver solves the Pocoloco Puzzle in Python with 3d visualization

Pocoloco Solver

Caution

This project only works on Windows

🙌 Installation and Configuration

  1. Clone the repository:
git clone https://github.com/Dino-Kupinic/PocolocoSolver.git
cd PocolocoSolver
  1. Create and activate a Python virtual environment:
python -m venv venv
source venv/bin/activate 
  1. Install required packages:
pip install -r requirements.txt
pip install panda3d
  1. Run the application:
python src/playground.py
  1. Start the renderer:
python src/visualisation/renderer.py

😎 Authors

👀 Technologies

Python, Panda3D, NumPy, PyTest

🦞 License

MIT