Update links to all the deployed web stuff

This commit is contained in:
Dustin Carlino 2020-12-18 13:02:36 -08:00
parent 23dea95da3
commit 2baa0fa094
5 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,7 @@ pedestrians.
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.22/abstreet_mac_v0_2_22.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.22/abstreet_linux_v0_2_22.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/),
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev), or
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/game), or
[read all instructions](https://dabreegster.github.io/abstreet/howto/index.html)
(new releases every Sunday)
- [build from source](https://dabreegster.github.io/abstreet/dev/index.html)

View File

@ -29,7 +29,7 @@ Grab a pre-built binary release -- updated every Sunday, announced at
[Yuri](https://github.com/yurivict)
Or you can try playing
[directly in your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev)
[directly in your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/game)
-- still experimental for now.
Or you can [compile from source](../dev/index.md).

View File

@ -1,5 +1,7 @@
# 15-minute neighborhood explorer
[Web version](abstreet.s3-website.us-east-2.amazonaws.com/dev/fifteen_min/)
We started a tool at one of the DemocracyLab hackathons to understand what's
contained within a 15-minute walkshed (or "bikeshed", although this has another
meaning...). <https://github.com/dabreegster/abstreet/issues/393> has more

View File

@ -1,5 +1,7 @@
# OpenStreetMap viewer
[Web version](abstreet.s3-website.us-east-2.amazonaws.com/dev/osm_viewer/)
A separate tool that visualizes OpenStreetMap data, with details on lanes, turn
restrictions, parking lot capacity, and road width. It's also very convenient to
explore the raw attributes on roads. The

View File

@ -98,7 +98,7 @@ impl MainMenu {
.align_left(),
{
let mut txt = Text::from(Line("A/B STREET").display_title());
txt.add(Line("Created by Dustin Carlino and Yuwen Li"));
txt.add(Line("Created by Dustin Carlino, Yuwen Li, & Michael Kirk"));
txt.draw(ctx).centered_horiz()
},
Widget::row(vec![
@ -238,7 +238,7 @@ impl About {
{
Text::from_multiline(vec![
Line("A/B STREET").display_title(),
Line("Created by Dustin Carlino, UX by Yuwen Li"),
Line("Created by Dustin Carlino, Yuwen Li, & Michael Kirk"),
Line("Character art by Holly Hansel"),
Line(""),
Line(