2018-10-19 02:52:17 +03:00
|
|
|
# Gameplay
|
|
|
|
|
|
|
|
## Player's goals
|
|
|
|
|
|
|
|
To optimize the experience of different road users, given a fixed schedule of
|
2019-03-13 02:31:54 +03:00
|
|
|
(mode, start time, origin, destination). Should we model a distribution of
|
2018-10-19 02:52:17 +03:00
|
|
|
preferences for the concerns below?
|
|
|
|
|
2019-03-13 02:31:54 +03:00
|
|
|
- drivers care about: total trip time, easiness of parking
|
|
|
|
- bikers care about: total trip time, climbing up hills, time spent waiting at
|
|
|
|
intersections, amount of time spent on busy roads without dedicated bike lanes
|
|
|
|
- pedestrians care about: total trip time, time spent waiting at intersections,
|
|
|
|
amount of greenery along route, amount of amenities like cafes along route,
|
|
|
|
amount of time spent on roads that score poorly based on that Seattle
|
|
|
|
greenways diagram
|
2018-10-19 02:52:17 +03:00
|
|
|
|
|
|
|
## Player's actions:
|
|
|
|
|
2019-03-13 02:31:54 +03:00
|
|
|
- change traffic lights (timing, turns grouped)
|
|
|
|
- convert lane to bus lane
|
|
|
|
- convert lane to bike lane
|
|
|
|
- convert street parking to bus/bike lane
|
|
|
|
- totally close a road?
|
|
|
|
- totally close a road to through-traffic (the eastlake trick with ped/bike
|
|
|
|
median)
|
|
|
|
- add turn restrictions
|
|
|
|
- convert to one way
|
|
|
|
- convert stop sign to signal to roundabout (expensive)
|
|
|
|
- change bus schedules (how?)
|
2018-10-19 02:52:17 +03:00
|
|
|
|
|
|
|
## Modeling tradeoffs
|
|
|
|
|
|
|
|
Incomplete list of things I'm not planning to model anytime soon:
|
|
|
|
|
2019-03-13 02:31:54 +03:00
|
|
|
- shared left-turn lanes
|
|
|
|
- detailed pedestrian features like stairs, ramps
|
|
|
|
- parking garages
|
|
|
|
- People in the game don't pick the mode of transport based on what's available;
|
|
|
|
they've already decided. The only unknown is their route and the experience
|
|
|
|
they'll have along it.
|
|
|
|
- Tolls
|
|
|
|
- HOV lanes
|
|
|
|
- Kayaking
|
|
|
|
- Skateboarding
|
|
|
|
- Ride sharing
|
|
|
|
- Bikeshares
|
|
|
|
- Cars passing bikes on sharrows
|
|
|
|
- Accidents or collisions
|
|
|
|
- Bridges going up
|