Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Apr 20, 2020
1 parent 7bf899c commit 0bb6d13
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ road instead of a bus lane? A/B Street is a game exploring how small changes to
a city affect the movement of drivers, cyclists, transit users, and pedestrians.

- Play on
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_windows_v0_1_36.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_mac_v0_1_36.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_linux_v0_1_36.zip),
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_windows_v0_1_37.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_mac_v0_1_37.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_linux_v0_1_37.zip),
or [read all instructions](docs/INSTRUCTIONS.md) (new releases every Sunday)
- [build from source](docs/dev.md) (new changes daily)

Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,15 @@ changes here.
- refocusing efforts on challenge modes; level 1 of a new one is pretty much ready
- some simulation fixes around parking and a corner case of cars temporarily forming a cycle
- orestis improved the population/pandemic heatmaps

0.1.37

- optimize commute challenge: high score, live sentiment, second stage
- parked cars are owned by people, not buildings
- info panel improvements for trips
- bike layer suggests places where bike lanes could be helpful
- many improvements to scatter plot
- a new histogram-ish thing for understanding faster/slower trips
- handling scenarios longer than 24 hours better (for pandemic model)
- prototype of commute visualization, grouping buildings by blocks
- sim bugfixes: crosswalk / vehicle turn conflicts, start bikes in bike lanes from borders
6 changes: 3 additions & 3 deletions docs/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Grab a pre-built binary release -- updated every Sunday, announced at
[r/abstreet](http://old.reddit.com/r/abstreet):

- Windows:
https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_windows_v0_1_36.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_windows_v0_1_37.zip
- Mac:
https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_mac_v0_1_36.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_mac_v0_1_37.zip
- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.1.36/abstreet_linux_v0_1_36.zip
https://github.com/dabreegster/abstreet/releases/download/v0.1.37/abstreet_linux_v0_1_37.zip

Unzip the folder, then run `play_abstreet.sh` or `play_abstreet.bat`. On
Windows, you'll probably get a warning about running software from an unknown
Expand Down

0 comments on commit 0bb6d13

Please sign in to comment.