README excerpt
# AdvancedDesignMoocProjectCode
Here is the repository of the code of the advanced design mooc miniproject
This repository does not contain all the code but the code for people that are reading the companion booklet of the mooc
https://github.com/SquareBracketAssociates/booklet-AdvancedMicroProjects
So far it contains
- Robots-board and one test package for each of the challenges.
### Loading
The following does not work for now.
```
Metacello new
baseline: 'AdvancedDesignMoocProjectCode';
repository: 'github://pharo-mooc/AdvancedDesignMoocProjectCode';
load.
```