mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
new release
This commit is contained in:
parent
c5ad4d9135
commit
49801749a7
@ -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.30/abstreet_windows_v0_1_30.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.30/abstreet_mac_v0_1_30.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.30/abstreet_linux_v0_1_30.zip),
|
||||
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_windows_v0_1_31.zip),
|
||||
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_mac_v0_1_31.zip),
|
||||
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_linux_v0_1_31.zip),
|
||||
or [read all instructions](docs/INSTRUCTIONS.md)
|
||||
- [build from source](docs/dev.md)
|
||||
|
||||
|
@ -325,3 +325,11 @@ changes here.
|
||||
- use 2-phase traffic signals by default, making the 23rd map successfully complete!
|
||||
- jump-to-time now optionally points out traffic jams forming
|
||||
- challenge splash screen improved
|
||||
|
||||
0.1.31
|
||||
|
||||
- overhauled trip timeline in agent info panels
|
||||
- overhauled traffic signal details panel and the per-lane turn explorer
|
||||
- settings page: show all options at once. add way to scale up text/UI elements for high-DPI displays, and an alternate pan/zoom control scheme
|
||||
- traffic signal edits can now be exported and used in any slice of Seattle. will be using this to hand-map many of them.
|
||||
- many small tutorial fixes
|
||||
|
@ -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.30/abstreet_windows_v0_1_30.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_windows_v0_1_31.zip
|
||||
- Mac:
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.30/abstreet_mac_v0_1_30.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_mac_v0_1_31.zip
|
||||
- Linux:
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.30/abstreet_linux_v0_1_30.zip
|
||||
https://github.com/dabreegster/abstreet/releases/download/v0.1.31/abstreet_linux_v0_1_31.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