Un génie rebondissant dans un monde oriental
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

449 B

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\Scripts\activate
pip install pygame
pip install --no-deps pgzero
python aladdin.py