Un génie rebondissant dans un monde oriental
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Fabien de5f020e0e Mise à jour des instruction et du gitignore pour vscode 3 лет назад
images code de base 3 лет назад
.gitignore Mise à jour des instruction et du gitignore pour vscode 3 лет назад
LICENSE Initial commit 3 лет назад
README.md Mise à jour des instruction et du gitignore pour vscode 3 лет назад
aladdin.py code de base 3 лет назад

README.md

Aladdin

Un génie rebondissant dans un monde oriental

pour faire fonctionner en environnement virtuel sous linux :

python3 -m virtualenv env
. env/bin/activate
pip install pygame
pip install --no-deps pgzero
python aladdin.py

sous windows (vous devez avoir installé virtualenv avec `pip install virtualenv`):
```powershell
virtualenv env
.\\env\\Script\\activate
pip install pygame
pip install --no-deps pgzero
python aladdin.py