Project: Hangman Game

Link to our project on github

Please see the following ppt slides and documents for additional details.

In this project you may work with a partner; make sure both students are clearly labelled in the comments at the top of the file you work on.

If you get stuck, please e-mail me an archive file of your project and a description of:

  1. What you expect to happen
  2. What is actually happening

Deliverables

Getting started

In this project, we will be using git as our major collaboration tool. Why are we using git? Because:

Git is easy to use once you get the hang of it, but the initial setup requires several steps:

  1. Create a github account – e-mail it to me
  2. Download & install SourceTree. It will install git for you if you tell it to during installation.
  3. Download our repo from github through SourceTree using the URL https://github.com/emhill/hangman2016.git
  4. Import the repo into eclipse. Do NOT copy the project into the workspace:
  5. When imported correctly, you should see [master] after the project name:


If you have trouble with any of these steps, please see me or e-mail a screenshot of the issue.

Workflow

Once you’ve successfully imported the class project into eclipse from github, you should follow the steps below when making changes that everyone in the class will be able to see.