mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 23:15:24 +03:00
new release
This commit is contained in:
parent
3e462cda90
commit
696077a460
@ -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.34/abstreet_windows_v0_1_34.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.34/abstreet_mac_v0_1_34.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.34/abstreet_linux_v0_1_34.zip),
|
||||
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_windows_v0_1_35.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_mac_v0_1_35.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_linux_v0_1_35.zip),
|
||||
or [read all instructions](docs/INSTRUCTIONS.md)
|
||||
- [build from source](docs/dev.md)
|
||||
|
||||
|
@ -356,3 +356,13 @@ changes here.
|
||||
- draw people inside of a building
|
||||
- applied consistent typography everywhere
|
||||
- lots of internal refactoring
|
||||
|
||||
0.1.35
|
||||
|
||||
- more info panel work, particularly for trips and buses. change plot settings live.
|
||||
- prototype of a SEIR pandemic model based on time spent in shared spaces, by orestis
|
||||
- slight heatmap improvements, more coming
|
||||
- more typography changes
|
||||
- mouse cursor now changes for buttons and dragging!
|
||||
- overhaul minimap controls, make layers behavior zoomed in a little better
|
||||
- new speed panel and jump-to-time modal
|
||||
|
@ -12,11 +12,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.34/abstreet_windows_v0_1_34.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_windows_v0_1_35.zip
|
||||
- Mac:
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.34/abstreet_mac_v0_1_34.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_mac_v0_1_35.zip
|
||||
- Linux:
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.34/abstreet_linux_v0_1_34.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.35/abstreet_linux_v0_1_35.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
|
||||
|
Loading…
Reference in New Issue
Block a user