Skip to content

Gavin-Guiii/The_Defender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The Defender

A mobile location-based AR shooting game with a Pokémon Go style map.

Demo video & details are available at: https://guizichen.wixsite.com/portfolio/ar-game

Code Samples

(Detailed code explanations are included in the comments)

  1. HealthMultiplayer.cs
    It is the base Health class in the multiplayer environment.
    EnemyMultiplayer and PlayerHealthMultiplayer inherit from it.

  2. PlaceData.cs
    Places of interest (POIs) are represented by a serializable class so that it can be stored in a JSON file. POI data includes both game-related parameters and real-world coordinates so that they can be pinned on the map.
    POIDataHelper handles reading/writing of the JSON file, and FactoryListItem displays the list of all POIs.

About

A mobile location-based AR shooting game with a Pokémon Go style map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages