An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/traffic-simulation

A project to simulate traffic jams in a one-dimensional traffic lane
https://github.com/dvberkel/traffic-simulation

Last synced: 5 months ago
JSON representation

A project to simulate traffic jams in a one-dimensional traffic lane

Awesome Lists containing this project

README

        

Traffic Simulation
==================

A project to simulate traffic jams in a one-dimensional traffic lane.

You can see the [simulation in action][7].

Motivation
----------

A friend, who is a mathematics teacher for high school students, asked if I could create
a simple traffic model which exhibits typical traffic jams.

The simulation should be easily usable by people without programming experience. The simulation
should provide a means of the behaviour of the traffic by specifying the indiviual responses of
the cars.

Attributions
------------

All the images are licensed under the [Creative Commons License][1].

* [asphalt.jpg][2] is created by [Patrick Hoesly][3].
* [car.svg][4] is created by [qubodup][5].

Contributers
------------

I would like the following people for contributing to the project.

* [Robin van Kaathoven][6]

[1]: http://creativecommons.org/ "Creative Commons homepage"
[2]: http://www.flickr.com/photos/zooboing/4242844592/sizes/o/in/photostream/ "Source for asphalt"
[3]: http://www.zooboing.com/ "Patrick Hoesly website"
[4]: http://openclipart.org/detail/61201/red-racing-car-top-view-by-qubodup "Source for car.svg"
[5]: http://openclipart.org/user-detail/qubodup "Clip Art library user details of qubodup"
[6]: https://github.com/RobinvanKaathoven "Robin van Kaathoven on GitHub"
[7]: http://dvberkel.github.com/traffic-simulation/ "The actual Traffic Simulation"