Skip to content

criverc/pytraffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytraffic

A Python3 Library for building traffic simulations using pygame

###By Carlos Rivera

###USAGE:

  1. Create trajectories by combining arcs and lines.
  2. Add balls, and set their speeds (which can of course be changed during the simulation).
  3. 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

About

A Python 3 library to create traffic simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages