https://github.com/sziraqui/pmp-go
Poor Man's Pokemon Go!
https://github.com/sziraqui/pmp-go
augmented-reality pokemon-go unity3d vuforia-sdk
Last synced: about 2 months ago
JSON representation
Poor Man's Pokemon Go!
- Host: GitHub
- URL: https://github.com/sziraqui/pmp-go
- Owner: sziraqui
- License: mit
- Created: 2017-11-02T18:11:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T11:24:04.000Z (over 7 years ago)
- Last Synced: 2025-04-14T04:15:30.726Z (about 2 months ago)
- Topics: augmented-reality, pokemon-go, unity3d, vuforia-sdk
- Language: C#
- Homepage:
- Size: 44 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poor Man's Pokémon Go!
An attempted clone of the famous Pokémon Go! game
Made with Unity 5 and Vuforia SDK### Why "poor man's" ?
The game uses low poly 3D models and minimal features
There's are no location based targets, no need of internet and GPS
Works even on low end android device with a camera and OpenGL support
The game works offline.### Current features
- Pokémon appear by hovering over an image marker
- Throw a Pokéball by simpling tapping anywhere on the screen### Contributing
#### Software requirements:
- Unity 5.6 or greater
- Vuforia unity extensions#### How to test?
- Clone this repo
- Open scene1.unity with Unity
- Reimport all
- Build for android### Credits for 3D models
- [Pokèball](https://poly.google.com/view/d5hJ3XzRfiw)
By Evan Overly
- [Lizard](https://sketchfab.com/models/3c47abdaed4d46fea5cdaff2a6295dca) (A poor man cannot afford real pokémons :P)
By Stakler
### Changelog
3rd Nov, 2017
- First build