Use new name

This commit is contained in:
Patricia Aas 2021-10-05 13:48:15 +02:00
parent c893ddde38
commit c62398bd3f
21 changed files with 35 additions and 35 deletions

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Create an isWall function

View file

@ -1,3 +1,3 @@
[< Back](../exercises.md)
[< Back](../README.md)
* [Exercise: Create an isWall function](create_function/exercise.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Add files to the build

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Create and run a unit test

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: std::unique_ptr<PacMan>

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Simple class

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Add Clyde as a Ghost

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Refactor out GhostState from GameState

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Create isIntersection function

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Use algorithms

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: Lambdas

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -1,4 +1,4 @@
[< Back](../exercises.md)
[< Back](../README.md)
# Exercise: PacMan AI

View file

@ -1 +1 @@
[< Back](../exercises.md)
[< Back](../README.md)

View file

@ -2,24 +2,24 @@
## Day 1
* [Module 11](11/exercises.md)
* [Module 12](12/exercises.md)
* [Module 13](13/exercises.md)
* [Module 14](14/exercises.md)
* [Module 15](15/exercises.md)
* [Module 16](16/exercises.md)
* [Module 17](17/exercises.md)
* [Module 11](11/README.md)
* [Module 12](12/README.md)
* [Module 13](13/README.md)
* [Module 14](14/README.md)
* [Module 15](15/README.md)
* [Module 16](16/README.md)
* [Module 17](17/README.md)
## Day 2
* [Module 21](21/exercises.md)
* [Module 22](22/exercises.md)
* [Module 23](23/exercises.md)
* [Module 24](24/exercises.md)
* [Module 25](25/exercises.md)
* [Module 26](26/exercises.md)
* [Module 27](27/exercises.md)
* [Module 21](21/README.md)
* [Module 22](22/README.md)
* [Module 23](23/README.md)
* [Module 24](24/README.md)
* [Module 25](25/README.md)
* [Module 26](26/README.md)
* [Module 27](27/README.md)
## Advanced
* [Advanced](advanced/exercises.md)
* [Advanced](advanced/README.md)