Install git: https://github.com/git-guides/install-git
Install uv: https://docs.astral.sh/uv/getting-started/installation/
Clone the repository:
git clone https://github.com/samGbos/td.git
Use uv to install python:
uv python install 3.12
Run the program with:
uv run main.py
Pygame docs: https://www.pygame.org/docs/