carl-vbn / Pacbot-2024

Re-implemented infrastructure for the 2024 Pacbot Robotics competition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ih2422@princeton.edu if you have any questions regarding the game or client implementations.

There are three sub-folders, one for each part of the competition's infrastructure:

  • bot_client: sample Python code for creating a Pacbot high-level client and algorithm
  • server: a Go (programming language) implementation of the Pacbot server and game engine
  • web_client: a Svelte-based (JavaScript web frontend) client to serve as a visualizer and game console

About

Re-implemented infrastructure for the 2024 Pacbot Robotics competition.

License:MIT License


Languages

Language:Go 40.6%Language:Python 29.2%Language:Svelte 18.3%Language:C++ 11.2%Language:JavaScript 0.4%Language:HTML 0.2%