linqs / pacman

Undergraduate AI assignments disguised as Pac-Man!

Home Page:https://linqs.github.io/pacman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages

eriq-augustine opened this issue · comments

commented

Think over organizing this project as an actual Python package.
The biggest issue is keeping things simple for the students and submission.
Maybe we can have a student package where all student files will go.

commented

I am marking this as medium instead of easy since the implementer will have to have the entire project and class structure paged in to properly implement.

commented

We are all moved over to packages.
The autograders have all been updated and run successfully under the new packages.

The top-level packages are:

  • agents
  • bin
  • core
  • student
  • ui
  • util