singharyan / powerup-iOS

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerUp - iOS Build Status

PowerUp is an educational mobile game app that seeks to empower young girls to take charge of their reproductive health and self-esteem by navigating the life of their Avatar!

Setup for Developers

  1. Make sure you have Xcode IDE downloaded on your machine for software development for iOS.
  2. Fork the systers project. Go to Powerup-iOS and click on Fork. Fork the repo on your Github id. Make sure that you don’t have any existing repo with the same name in your profile else there will be conflicts.
  3. Make sure you have installed Github Desktop(for Mac). Open Github Desktop, click on Clone Repository in File Menu. Clone the forked repo to get a local copy on your system.
  4. Get the path where you have your git repository on your machine. Go to that path in Terminal using cd. Alternatively, Right click on project in Github Desktop and hit ‘Open in Terminal’.Execute the following:
    git status
    git remote -v
    git merge systers/master
  5. Project set-up is complete. For more details and additional git commands,click here.

Documentation of PowerUp-iOS

Links to the Documentation:

2017
2016
2015

About

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.

License:GNU General Public License v2.0


Languages

Language:Swift 55.6%Language:Objective-C 44.4%