Traffic Light Simulation
- 1 Devlogs
- 2 Total hours
A road simulator with a traffic light, stop sign, cars moving, and people crossing a crosswalk using only HTML and CSS
A road simulator with a traffic light, stop sign, cars moving, and people crossing a crosswalk using only HTML and CSS
Devlog #1: Added a traffic light and a stop/go sign
I am creating a road simulator with a traffic light, stop/go sign, moving cars, and people crossing. So far, I’ve made a very basic light and sign prototype using just HTML and CSS. I want to challenge my skills by only using HTML and CSS, but I may need to use JS for the other aspects of my project. The light and sign stays at green/go for 18 seconds, yellow/slow down for 3 seconds, and red/stop for 12 seconds.