A Python3 Library for building traffic simulations using pygame
###By Carlos Rivera
###USAGE:
- Create trajectories by combining arcs and lines.
- Add balls, and set their speeds (which can of course be changed during the simulation).
- Let the simulation begin!
See examples under examples subdirectory
###INSTALLATION: To install use:
cd pytraffic; python3 setup.py install
Afterwards run the multiple simulation by typing:
cd examples; ./gui.py