Refactoring lab

This commit is contained in:
Chris Proctor
2026-06-26 13:27:11 -04:00
parent e752bb848b
commit a9385f8296
32 changed files with 644 additions and 686 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "snake_v1"
version = "0.1.0"
description = "Snake (v1): full board, no extra features"
requires-python = ">=3.11"
dependencies = ["retro-games>=2.5.0"]
[tool.retro-gamer]
actions = ["KEY_RIGHT", "KEY_UP", "KEY_LEFT", "KEY_DOWN"]
reward = "reward"