pacman/exercises/README.md

37 lines
1.2 KiB
Markdown

# Exercises
## Day 1
* [Module 11: Introduction](11/README.md)
* [Module 12: Hello World](12/README.md)
* [Module 13: Game](13/README.md)
* [Module 14: Functions and Parameter Passing](14/README.md)
* [Module 15: Compilation, Linking and Assets](15/README.md)
* [Module 16: Classes and Structs](16/README.md)
* [Module 17: Memory and RAII](17/README.md)
## Day 2
* [Module 21: std::array and ranged for](21/README.md)
* [Module 22: std::vector](22/README.md)
* [Module 23: Iterators and algorithms](23/README.md)
* [Module 24: Lambdas and Function Templates](24/README.md)
* [Module 25: Algorithmic Thinking](25/README.md)
* [Module 26: Sanitizers](26/README.md)
* [Module 27: Conclusion](27/README.md)
## Advanced
* [Advanced](advanced/README.md)
## Ghosts characters and algorithms
These will probably become relevant
* https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)
* [Video: Pac-Man Ghost AI Explained](https://youtu.be/ataGotQ7ir8)
* https://gameinternals.com/understanding-pac-man-ghost-behavior
* https://www.gamasutra.com/view/feature/3938/the_pacman_dossier.php?print=1
* https://www.slideshare.net/grimlockt/pac-man-6561257
* http://donhodges.com/pacman_pinky_explanation.htm
*