##DevKit Chartboost Module Demo
Showcases using the chartboost module for the GameClosure DevKit.
##Prerequisites:
You need devkit installed to run this game. Please follow the devkit installation instructions.
##Quick Start:
Clone this project:
git clone git@github.com:gameclosure/demoChartboost
Change into the game directory:
cd demoChartboost
Add Devkit to the project (and register with the simulator). This will also install all the dependencies.
devkit install
NOTE: You probably want to update the manifest with your own chartboost keys.
Build to device to run the demo.
devkit debug native-android
devkit debug native-ios
