Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 436 Bytes

File metadata and controls

19 lines (15 loc) · 436 Bytes

Python-Simulations

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