pharo-robot

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Feb. 11, 2025
Updated
May 6, 2025

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.
```
← Back to results