diff --git a/README.md b/README.md index d353c9d..edd4bf6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The central platform for all course content is [Moodle](https://moodle-app2.let. * [Week 05](examples/week-05/README.md) | No assignment * Week 06: Seminar week * [Week 07](examples/week-07/README.md) | [Assignment 03](assignments/A03-building-grid/README.md) +* [Week 08](examples/week-08/README.md) | No assignment ## Roadmap diff --git a/examples/week-08/01-building-grid-facade.gh b/examples/week-08/01-building-grid-facade.gh new file mode 100644 index 0000000..b885878 Binary files /dev/null and b/examples/week-08/01-building-grid-facade.gh differ diff --git a/examples/week-08/README.md b/examples/week-08/README.md new file mode 100644 index 0000000..19f34d7 --- /dev/null +++ b/examples/week-08/README.md @@ -0,0 +1,7 @@ +# Coding Architecture I: Week 08 + +The goal of this week is to understand and apply classes to add a facade to our building. + +The following files are useful to follow the lecture content: + +- [Building grid: tutorial 02](01-building-grid-facade.gh)