Un génie rebondissant dans un monde oriental
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Fabien de5f020e0e Mise à jour des instruction et du gitignore pour vscode 3 yıl önce
images code de base 3 yıl önce
.gitignore Mise à jour des instruction et du gitignore pour vscode 3 yıl önce
LICENSE Initial commit 3 yıl önce
README.md Mise à jour des instruction et du gitignore pour vscode 3 yıl önce
aladdin.py code de base 3 yıl önce

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