mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
project plan
This commit is contained in:
parent
2f8d1e8150
commit
33fdab17dd
@ -134,13 +134,6 @@ wait slow down even more -- before any of this change, lanes on adjacent roads s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- an mvp release could just be producing high-quality, reusable geometry for seattle
|
|
||||||
- with an editor to quickly fiddle with where sidewalks/different lanes are
|
|
||||||
- show off themes... halloween, winter, jungle, 8bit
|
|
||||||
- 3 phases of project
|
|
||||||
- high quality model and rendering
|
|
||||||
- editor to tweak map (for real fixes and desired edits)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Crosswalk notes:
|
Crosswalk notes:
|
||||||
|
29
docs/plan.md
Normal file
29
docs/plan.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Project plan
|
||||||
|
|
||||||
|
## Phase 1: Basemap
|
||||||
|
|
||||||
|
Produce a high-quality map of Seattle, modeling everything relevant. Input is
|
||||||
|
OSM, elevation data, King Country GIS data, etc, and also manual edits.
|
||||||
|
|
||||||
|
- Polygons shouldn't overlap
|
||||||
|
- Can export to various formats and announce for anyone's use (though waiting for the editor might be wiser)
|
||||||
|
- Have fun with themed rendering: halloween, winter, jungle, 8bit
|
||||||
|
|
||||||
|
## Phase 2: Editor
|
||||||
|
|
||||||
|
Have an easy UI to modify the basemap -- changing lanes and intersections mainly.
|
||||||
|
|
||||||
|
- Can use this to make the basemap more realistic, and also later for the game
|
||||||
|
|
||||||
|
## Phase 3: Simulator
|
||||||
|
|
||||||
|
Model people moving around the map.
|
||||||
|
|
||||||
|
- Will need realistic demand data for this or the next phase
|
||||||
|
- Reversible simulation would be amazing
|
||||||
|
|
||||||
|
## Phase 4: Game
|
||||||
|
|
||||||
|
Turn everything into a game by introducing tutorial levels, specific challenges, scoring, etc.
|
||||||
|
|
||||||
|
- Figure out how to represent A/B tests
|
Loading…
Reference in New Issue
Block a user