An open API service indexing awesome lists of open source software.

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!

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