Skip to content

Latest commit

 

History

179 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

agent-pacman

This project implements the popular Pacman videogame but using an intelligent system for Pacman.

Project Structure

The project is structured with the following file hierarchy:

agent-pacman [Main project folder] | |-agent-pacman.py [Main entry point for out pacman game] | |-test [Package (folder) which contains all the tests for the project]

Python Packages

The 'python way' to separate a project in different source files is using 'modules' and 'packages'.

A 'module' is a simple '.py' file. 'Packages' are simple a folder with an empty init.py file in it.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages