PacMath: Difference between revisions
No edit summary |
|||
| Line 75: | Line 75: | ||
==Code Structure Plan== | ==Code Structure Plan== | ||
We will be using a mix and match of two existing PacMan games implemented in Python. | |||
The first one is from [http://www-inst.eecs.berkeley.edu/~cs188/fa07/projects/search/searchproject.html Berkeley.edu] and it is a very simple implementation. The second PacMan comes from [http://pinproject.com/pacman/pacman.htm PyGames] and it is more complicated in its design and implementation. We will be using a bit of both to try to come up with an optimal one that would work at a good speed in the XO. | |||
*Questions (default question list provided) | *Questions (default question list provided) | ||
*Maze (single maze to start) | *Maze (single maze to start) | ||