Explorar el Código

Instructions mise à jour

tags/v0.99
fabien.toune hace 3 años
padre
commit
95d7634599
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. +9
    -1
      README.md

+ 9
- 1
README.md Ver fichero

@@ -1,3 +1,11 @@
# Aladdin

Un génie rebondissant dans un monde oriental
Un génie rebondissant dans un monde oriental

pour faire fonctionner en environnement virtuel :
```bash
python3 -m virtualenv env
. env/bin/activate
pip install pygame
pip install --no-deps pgzero
python aladdin.py```

Cargando…
Cancelar
Guardar