Well, here we go again.
For this first week, I will be writing a program in Python because I can write that faster than TI-BASIC.
Introducing:
INTERSECTION
I will be writing this in multiple versions, submitting whatever I have finished when the deadline rolls around (probably only version 1) and maybe doing more later.
Version 1 will be fairly simple. You are a traffic light operator and must control a set of traffic lights at an intersection to make sure cars do not have a wreck, causing you to lose your job. If you take too long, stopped cars will get impatient and ignore the red light, and if you change lights too suddenly, cars will miss the light and keep driving even though they should stop.
Version 2 adds crosswalks to the equation, making you manage pedestrians as well as vehicles.
In version 3, the efficiency of the intersection determines your paycheck. Get people through faster, and you'll make more money, eventually retiring (winning) once you make $1 million. Create too much congestion, and you might get fired.
Finally, version 4 will be similar to version 3 but will allow you to purchase upgrades to your light system along the way such as automatic timers.[/list]
If you have any questions, comments, or suggestions, I am open to all of them. Good luck to everybody in the contest!

For this first week, I will be writing a program in Python because I can write that faster than TI-BASIC.
Introducing:
INTERSECTION
I will be writing this in multiple versions, submitting whatever I have finished when the deadline rolls around (probably only version 1) and maybe doing more later.
Version 1 will be fairly simple. You are a traffic light operator and must control a set of traffic lights at an intersection to make sure cars do not have a wreck, causing you to lose your job. If you take too long, stopped cars will get impatient and ignore the red light, and if you change lights too suddenly, cars will miss the light and keep driving even though they should stop.
Version 2 adds crosswalks to the equation, making you manage pedestrians as well as vehicles.
In version 3, the efficiency of the intersection determines your paycheck. Get people through faster, and you'll make more money, eventually retiring (winning) once you make $1 million. Create too much congestion, and you might get fired.
Finally, version 4 will be similar to version 3 but will allow you to purchase upgrades to your light system along the way such as automatic timers.[/list]
If you have any questions, comments, or suggestions, I am open to all of them. Good luck to everybody in the contest!