Skip to content

Commit d0d4af6

Browse files
authored
N18: A/B Street (#469)
1 parent 70cf660 commit d0d4af6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
289 KB
Loading

content/posts/newsletter-018/index.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,26 @@ The project is still at a “very” early stage of development (Dec. 2020).
105105
[Legion]: https://crates.io/crates/legion
106106
[wasm-pack]: https://rustwasm.github.io/wasm-pack
107107

108+
### [A/B Street]
109+
110+
![A/B Street in Cambridge](abstreet.gif)
111+
112+
[A/B Street] by [@dabreegster] is a traffic simulation game exploring how small
113+
changes to roads affect cyclists, transit users, pedestrians, and drivers, with
114+
suppot for any city with OpenStreetMap coverage.
115+
116+
In January, [Bruce] implemented variable traffic signal timing, dedicated
117+
cycle-paths and pedestrian plazas were imported, [Michael] and [Yuwen]
118+
overhauled the UI buttons, and we finished day/night toggling. Loading on the
119+
[web][abst-web] and starting scenarios is also much faster!
120+
121+
[A/B Street]: https://github.com/a-b-street/abstreet
122+
[@dabreegster]: https://twitter.com/CarlinoDustin
123+
[Bruce]: https://github.com/BruceBrown
124+
[Michael]: https://github.com/michaelkirk
125+
[Yuwen]: https://www.yuwen-li.com/
126+
[abst-web]: http://abstreet.s3-website.us-east-2.amazonaws.com/dev/game/?--dev&cambridge/maps/great_kneighton.bin
127+
108128
### Paddlers
109129

110130
![A happy duck and sign showing: Paddlers version 0.2.0](paddlers_v0.2.jpeg)
@@ -301,7 +321,7 @@ and gfx-rs community is inviting Rust game/graphics developers to evaluate if
301321
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
302322
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
303323
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
304-
[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
324+
[abstreet-issues]: https://github.com/a-b-street/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
305325
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
306326
[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
307327
[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue

0 commit comments

Comments
 (0)