A 3D Rubik's Cube with a solver. It's a french A-level Project, so it's in french, sorry about that.
Find a file
Jean-Marie 'Histausse' Mineau ed03b40325
package project
2026-05-30 18:45:26 +02:00
__pycache__ package project 2026-05-30 18:45:26 +02:00
src/isn_s_cube package project 2026-05-30 18:45:26 +02:00
.python-version package project 2026-05-30 18:45:26 +02:00
LICENSE Initial commit 2017-05-13 18:46:57 +02:00
pyproject.toml package project 2026-05-30 18:45:26 +02:00
README.md Update README.md 2017-05-17 07:00:33 +02:00
uv.lock package project 2026-05-30 18:45:26 +02:00

ISN-s-Cube

A 3D Rubik's Cube with a solver. It's a french A-level Project, so it's in french, sorry for that.

This program runs with Python3. You need pygame installed in your computer. To install pygame, execute the command python -m pip install pygame (in windows) or sudo pip3 install pygame (in GNU Linux. You need pip3 installed before: sudo apt-get install python3-pip)

Ce programme tourne sous Python3. Vous avez besoin de pygame installé sur votre ordinateur. Pour installer pygame, executez python -m pip install pygame (sous windows) ou sudo pip3 install pygame (sous GNU Linux. Vous avez besoin de pip3 installé avant: sudo apt-get install python3-pip)