Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 578 Bytes

File metadata and controls

23 lines (15 loc) · 578 Bytes

Hexagon

Ein Spiel von Milan Zeiske.

Installation

Windows

  1. Python 2.7 installieren.
  2. Pygame installieren
  3. Hexagon.py und die anderen Dateien runterladen und spielen.

Ubuntu

  1. Terminal öffnen und das ausführen:

     sudo apt-get -y install python
     sudo apt-get -y install python-pygame
    
  2. Hexagon.py und die anderen Dateien runterladen und spielen.