update readme
This commit is contained in:
parent
ed03b40325
commit
b81865f1a3
1 changed files with 31 additions and 9 deletions
40
README.md
40
README.md
|
|
@ -1,13 +1,35 @@
|
||||||
# ISN-s-Cube
|
# 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.
|
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.
|
The original program was written in 2015 and has been packaged in 2026.
|
||||||
You need pygame installed in your computer.
|
To run it, you need python 3 installed. Then install the packaged in a virtual environment, and run `isn-s-cube`:
|
||||||
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.
|
python3 -m venv venv
|
||||||
Pour installer pygame, executez `python -m pip install pygame` (sous windows) ou
|
source venv/bin/activate
|
||||||
`sudo pip3 install pygame` (sous GNU Linux. Vous avez besoin de pip3 installé
|
pip install 'git+https://git.mineau.eu/histausse/ISN-s-Cube.git'
|
||||||
avant: `sudo apt-get install python3-pip`)
|
isn-s-cube
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Un résolveur de Rubik's Cube avec un affichage 3D.
|
||||||
|
C'est un project d'ISN (Informatique et Sciences Numérique) pour le bac.
|
||||||
|
Pour les jeunes qui ne connaissent pas, ISN était une spécialisation pour la fillière S (scientifique), à l'époque ou les fillières existaient encore...
|
||||||
|
C'était la seule façon de faire de l'informatique au lycée avant la réforme (si on ne compte pas les algorithmes papier en math qui ne dépassaient pas le calcul d'un PGCD).
|
||||||
|
|
||||||
|
Le programe originale a été écrit en 2015, et a été packagé en 2026.
|
||||||
|
Pour le lancer, vous avez besoin d'avoir python 3 d'installé. Ensuite, dans installez le package dans un venv, puis lancer la commande `isn-s-cube`:
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
|
pip install 'git+https://git.mineau.eu/histausse/ISN-s-Cube.git'
|
||||||
|
isn-s-cube
|
||||||
|
```
|
||||||
|
|
||||||
|
# Authors / Auteurs
|
||||||
|
|
||||||
|
- Jean-Marie 'Histausse' Mineau
|
||||||
|
- Maxime Keller
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue