CSCE 567 project for Team #6.
If you have changes to contribute back to this repo, you can do so via Pull Requests.
To stay synced up on changes, you'll need to add this repo as a git remote:
git remote add upstream https://github.com/philipaconrad/csce567-project.git
To pull down new changes from this repo, do:
git fetch upstream
git merge upstream/master