This commit is contained in:
bpot
2026-06-12 10:49:57 -04:00
parent b9f3a22436
commit 5663a93521
22 changed files with 755 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
[project]
name = "project-game"
version = "5.0.0"
description = ""
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
[Tron]
name = "Tron"
version = "1.0.0"
description = "This is like a V.S. snake game. Needs two players. P1 is blue and P2 is red."
authors = [{ name = "Benjamin Potocki", email = "wpotocki@lockportschools.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }