###Project Manager Kris Dorer
- [https://github.com/kdorer] (https://github.com/kdorer)
- [Kristopher.Dorer@asu.edu] (mailto:Kristopher.Dorer@asu.edu?Subject=C++%20Game)
###Project Goal to create a Dungeon Crawler game for the desktop written in C++.
###Contributing Get the code from Github
$ git clone https://github.com/Computer-Science-Club/Game.git
Or if you aready have the code, get the latest version
$ git pull origin master
$ git fetch
Create you own brach
$ git checkout -b your-name-and-short-description
Make your edits
Then stage the edits
$ git add --all
Commit to your edits
git commit --all
Push the changes up to Github
$ git push origin your-name-and-short-descripion
Then ask the manager to merge you changes by creating a pull request on Github
base master compare your-name-and-short-description