From 471e87eac3584dc7e5f1c67187e5776256a4abdf Mon Sep 17 00:00:00 2001 From: Anthony Li Date: Tue, 19 Mar 2024 20:05:13 -0400 Subject: [PATCH] Add hardcode notice --- content/homework/hw3.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/homework/hw3.mdx b/content/homework/hw3.mdx index 0128c9f..9065354 100644 --- a/content/homework/hw3.mdx +++ b/content/homework/hw3.mdx @@ -58,6 +58,8 @@ Your game should contain the following dining halls: Coordinates for these can be found in [the GPX files](https://github.com/cis1951/hw3-gpx), or you can [use Google Maps to find them](https://support.google.com/maps/answer/18539). +**NOTE:** You can just hardcode the coordinates in your app's code! + Finally, **please submit a short, 5-second video** of a dining hall being collected along with your project. This will help us grade, just in case we're not sure how to trigger the collection event. **Note:** You are *not* required to store the user's progress between app launches. We will also not prescribe a specific way you should handle errors.