GhostMode is a small action game featuring a spooky ghost who collects coins.
Ghostmode depends on the AnGmEngine library which can be found here: https://github.com/kklopfenstein/AnGmEngine.
I've published GhostMode to the Play store here: https://play.google.com/store/apps/details?id=com.kklop.ghostmode
To build
git clone [email protected]:kklopfenstein/AnGmEngine.git
git clone [email protected]:kklopfenstein/GhostMode.git
cd AnGmEngine
android update project -p .
cd ../GhostMode
android update project -p .
ant release