Let's Jam
This is a simulation which trains how to transfer your strategies into code by modelling traffic flow in simple route networks where traffic flows from left to right.
We follow a template to first implement strategies that work at all for individual maps using car_drive, car_turn, and traffic_light. In a second step, we employ run_strategy_on_all_maps to evaluate a strategy on all maps. The goal is to minimize time_to_completion.
Tutorial
Some very simple levels to get into the spirit.
MainStreet

No Escape

Highway

Baby Steps

Game
Actual maps where strategy might matter.
Small Town

Less is More

Capacity

Detour

Multipass

London
