Un génie rebondissant dans un monde oriental
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabien 65dcdb2146 Typo 3 vuotta sitten
images code de base 3 vuotta sitten
.gitignore Mise à jour des instruction et du gitignore pour vscode 3 vuotta sitten
LICENSE Initial commit 3 vuotta sitten
README.md Typo 3 vuotta sitten
aladdin.py code de base 3 vuotta sitten

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):

virtualenv env
.\\env\\Script\\activate
pip install pygame
pip install --no-deps pgzero
python aladdin.py