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.

пре 3 година
пре 3 година
1234567891011
  1. # Aladdin
  2. Un génie rebondissant dans un monde oriental
  3. pour faire fonctionner en environnement virtuel :
  4. ```bash
  5. python3 -m virtualenv env
  6. . env/bin/activate
  7. pip install pygame
  8. pip install --no-deps pgzero
  9. python aladdin.py```