These learning_exercises are a guided self-learning tour of mTree. Before you can begin you should do the following:
- Download and install mTree
- Watch the Getting Started with mTree video.
- You will then want to clone the repository to your computer. Cloning will allow you to get updates for this repository quickly. So use your command prompt, navigate to a directory you would like to keep the repository in and type:
git clone [email protected]:gmucsn/mTree_learning_exercises.git
. If this doesn't work, you might try to use the https location such asgit clone https://github.com/gmucsn/mTree_learning_exercises.git
- Navigate to the cv auction folder in this repository and do the subfolders in sequence.
- In each subfolder read the readme and follow the directions to add folders and code to build a step of the cv_auction.
- A possible solution to this step will be shown in the next step. You can build on this solution.
- Continue in this way until you have finsihed all the steps.
- When you are finished building the cv_auction you will have learned most of the basic functionality of mTree.
- Navigate to the clock auction folder in this repository and do the subfolders in sequence.
- Naviagate to the trust_game folder in the repository and do the subfolders in sequence.
- In this last exercise you will not be shown a solution to the exercise, but instead must complete it on your own.