chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-05-21 15:07:53 -05:00
commit ce3a50a68b
6 changed files with 63 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "asteroids"
version = "0.0.0"
description = "An implementation of asteroids"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pygame==2.6.1",
]