Creating a Location-Based Augmented Reality Game as a Tourist Attraction

@gamedevarchive

In order to determine if an augmented reality experience in an historic business district can bring in day-trippers, and encourage regulars to discover new shops and locations in the area, we plan to create a location-based augmented reality game for a small town in Ontario with a small tourism economy. Augmented reality games for tourists have been implemented before, particularly in European cities with large existing tourism industries. We are proposing to create a game in a small tourism market, not to entice international tourists, but rather to draw day-trippers from the surrounding urban areas, as well as create opportunities for locals to spend more time in the downtown business area.


NOTE: This is a microblog, plan and summary of the activities taken to create a location-based augmented reality mobile game for a town with moderate tourism potential. We aim to create a story-based game using local landmarks to attract locals to the downtown business area, and to bring day-trippers from the nearby mega-city. This is a work in progress, with the game expected to be complete in the summer of 2021.

Introduction

Augmented reality (AR) is a computer-generated combination of real-life and computer generated data, where virtual objects are collated or overlay the real world. (Cassella, 2009). AR is not a new technology. In fact, some have pointed to a 1901 story for boys by Oz creator L. Frank Baum as the first imagining of some of the capabilities of AR (Johnson, 2013).

While the technology that makes AR possible was beginning to appear in the 1980s, it was not until the last decade that mobile devices became powerful and inexpensive enough, and ubiquitous enough, to make it viable to create commercial applications utilizing the technology. The current generation of smartphones have all the elements necessary to utilize the devices for AR appications: a camera, GPS, and a reasonably fast internet connection. The only question still in play is how to use this technology to create applications that users will want to download and utilize in a manner that drives benefit to the creators.

Existing Models

At the moment, Pokemon Go dominates the location-based, augmented reality gaming landscape.

Step 1: Writing the Story

The success of the game requires a compelling story line that is related to the history of the town the app is promoting. With the assistance of a county archivist, we have highlighted a number of town buildings, statues and historical characters that can be used inside the game.

In order to focus on the story and the potential branches and interactivity, we will be creating a text-only prototype game in Twine, a free interactive fiction editor. This will allow some testing and QA in order to ensure that all the branches come to satisfactory endings, that the puzzles are solveable, and hints are available at critical points in the game

Step 2: Finding the Technology

We will be using Unity to develop our application. Due to time constraints, we do not wish to develop separately for iOS and Android. We therefore need to find tools for maps and AR that will enable us to build for both platforms from the same code.

Location-based gaming requires access to GPS and maps, and for that we'll be using Mapbox, primarily because of the fantastic Unity support, solid documentation and free online course. The licensing of Mapbox fits well with our plans. Since our app will be play-once, and our market is relatively small, we expect to fit nicely within Mapbox's free licensing model.

As this is a non-commercial project, cost is a significant issue for us, and although there are many wonderful AR kits, the limitations based on the free or educational use licenses could sabotage the project. Therefore, we'll be evaluating SDKs with the following needs in mind:

  • Free or open source, or a widely permissive educational or startup license
  • Must be compatible with Unity3D
  • Must include GPS
  • Must build for both iOS and Android mobile devices

Step 3: Assembling the Assets

With a story and SDK in hand, we next need to create the assets for the game. As this is AR, we'll need to acquire GPS coordinates for the mapping, and create images with markers for the real world objects we wish to detect, as well as the augmented reality overlay.

Works Cited

Baum, L. Frank (Lyman Frank), and Fanny Y. Cory. The Master Key An Electrical Fairy Tale Founded Upon the Mysteries of Electricity. 2014. Project Gutenberg, http://www.gutenberg.org/ebooks/45347?msg=welcome_stranger.
Cassella, Dena. “What Is Augmented Reality (AR).” Digital Trends, 3 Nov. 2009, https://www.digitaltrends.com/gaming/what-is-augmented-reality-iphone-apps-games-flash-yelp-android-ar-software-and-more/.
Johnson, Joel. “‘The Master Key’: L. Frank Baum Envisions Augmented Reality Glasses in 1901.” The Mote and Beam, 22 May 2013, http://moteandbeam.net/the-master-key-l-frank-baum-envisions-ar-glasses-in-1901.

Comments