This repository contains code for an updated version of the Pacbot competition. Contributions are welcome (in the form of pull requests or issues), and please feel free to reach out to [email protected] if you have any questions regarding the game or client implementations.
There are four sub-folders, one for each part of the competition's infrastructure:
bot_client
: sample Python code for creating a Pacbot high-level client and algorithmcv_client
: sample Python code for creating a Pacbot CV client, with a tutorial notebook explaining how it worksserver
: a Go (programming language) implementation of the Pacbot server and game engineweb_client
: a Svelte-based (JavaScript web frontend) client to serve as a visualizer and game console