From 2baa0fa094a1a0c516e73e327f97422cf62890ea Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Fri, 18 Dec 2020 13:02:36 -0800 Subject: [PATCH] Update links to all the deployed web stuff --- README.md | 2 +- book/src/howto/README.md | 2 +- book/src/side_projects/fifteen_min.md | 2 ++ book/src/side_projects/osm_viewer.md | 2 ++ game/src/pregame.rs | 4 ++-- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e032ff2b77..86e44f5994 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/book/src/howto/README.md b/book/src/howto/README.md index 3241772100..4226aff3c0 100644 --- a/book/src/howto/README.md +++ b/book/src/howto/README.md @@ -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). diff --git a/book/src/side_projects/fifteen_min.md b/book/src/side_projects/fifteen_min.md index fc1c0e8f90..d919b62c91 100644 --- a/book/src/side_projects/fifteen_min.md +++ b/book/src/side_projects/fifteen_min.md @@ -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...). has more diff --git a/book/src/side_projects/osm_viewer.md b/book/src/side_projects/osm_viewer.md index 239f6687d6..686bb6b78d 100644 --- a/book/src/side_projects/osm_viewer.md +++ b/book/src/side_projects/osm_viewer.md @@ -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 diff --git a/game/src/pregame.rs b/game/src/pregame.rs index 24b0cdda03..4b8e2065b7 100644 --- a/game/src/pregame.rs +++ b/game/src/pregame.rs @@ -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(