Installation

  1. Téléchargement à partir du site web pour linux AMD64
  2. Décompression
  3. Installation de python-pil python-opengl python-pygame (apt install)
  4. dans src/Texture.py:
    Modifier import Image            en from PIL import Image
    Modifier import PngImagePlugin   en from PIL import PngImagePlugin
    Modifier la ligne 213 tostring   en tobytes
    
  5. Lancer le jeux dans le répertoire src