1. An introduction to Python 102!
2.1 Source code of the project up to here.html
2. Our first decision the game map
3.1 Source code of the project up to here.html
3. Finding the pacman in the map
4.1 Source code of the project up to here.html
4. Our first automated test
5.1 Source code of the project up to here.html
5. Moving the pacman to another position
6.1 Source code of the project up to here.html
6. Our first interface with the user
7.1 Source code of the project up to here.html
7. Move the pacman based on the keys of the keyboard
8.1 Source code of the project up to here.html
8. Checking for illegal moves, part 1
9.1 Source code of the project up to here.html
9. Checking for illegal moves, part 2
10.1 Source code of the project up to here.html
10. Did we win the game
11.1 Source code of the project up to here.html
11. The main loop, part 1
12.1 Source code of the project up to here.html
12. The main loop, part 2
13.1 Source code of the project up to here.html
13. Moving the ghosts, part 1
14.1 Source code of the project up to here.html
14. Moving the ghosts, part 2
15.1 Source code of the project up to here.html
15. Improving the user interface a bit