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
- Host: GitHub
- URL: https://github.com/dvberkel/traffic-simulation
- Owner: dvberkel
- Created: 2012-10-22T18:33:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-25T11:40:47.000Z (over 12 years ago)
- Last Synced: 2024-12-28T12:02:52.694Z (5 months ago)
- Language: JavaScript
- Homepage: http://dvberkel.github.com/traffic-simulation/
- Size: 438 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"