Skip to content

mcbuehler/TreasureGo

Repository files navigation

TreasureGo

TreasureGo is a game similar to PokémonGO. Instead of searching for Pokémons, we search for Treasures.

Once you get close than 10 meters to a Treasure, an augmented reality (AR) view pops up. You can then collect Gems by clicking on them.

This repository contains the source code of TreasureGo Android.

Have fun playing TreasureGo!

Please Note

  • You can place a CSV file similar to the default file (app/src/main/res/raw/treasures.csv) into the root of your external storage directory. If the app finds a file called "teasures.csv" at the path returned by "getExternalStorageDirectory()", it will load that file. If there is no such file available it will load the default file with some Treasure located on Hönggerberg, Zürich, Switzerland.
  • If the arrow does not work well, you can calibrate the sensors of your phone.

Talk to me

I am happy to receive your feedback or advice you in case you are interested to further develop this app or just learn more about it.

Feature Ideas

Here are some ideas about possible new features:

  • Time bonus: In the AR view, let a clock fly by. If the user catches the clock she gets rewarded 5 extra seconds.
  • Save game status: Save the game status such that the user can keep playing even after closing the app.
  • Multiplayer: Allow multiple players to search for the same Treasure.
  • Score board for multiplayer

Android SDK Version

Target SDK Version: 27

Screenshots

Main View

main

Compass View

compass

Augmented Reality View

fireopal

Map View

maps

Treasure Found View

treasure-found