This repository is a collection of python simulations.
You need to run the programs with python3:
python3 --version
The packages pygame & optparse are required.
Installation:
pip3 install pygame optparse
To to show the help-menu for a program, type this in a terminal/command-line:
python3 <your programm, i.e. StarWars.py> -h