Change order of module 16 and 17

This commit is contained in:
Patricia Aas 2021-10-07 12:44:32 +02:00
parent 1cbfa643b2
commit c60c08b149
10 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,5 @@
[< Back](../README.md)
* [Exercise: std::unique_ptr<PacMan>](unique_ptr_pacman/README.md)
* [Exercise: Simple class](create_class/README.md)
* [Exercise: Add Clyde as a Ghost](make_ghost/README.md)
* [Exercise: Refactor out GhostState from GameState](refactor_out_ghost_state/README.md)

View file

@ -1,5 +1,3 @@
[< Back](../README.md)
* [Exercise: Simple class](create_class/README.md)
* [Exercise: Add Clyde as a Ghost](make_ghost/README.md)
* [Exercise: Refactor out GhostState from GameState](refactor_out_ghost_state/README.md)
* [Exercise: std::unique_ptr<PacMan>](unique_ptr_pacman/README.md)