{add] Python TEXT game for Jef!

This commit is contained in:
2026-03-21 16:27:12 +01:00
parent 3257d40722
commit d5345c6cee
4 changed files with 612 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "connect-four-terminal"
version = "1.0.0"
description = "Connect Four terminal game with AI"
requires-python = ">=3.10"
dependencies = [
"rich>=13.0",
"python-dotenv>=1.0",
"readchar>=4.0",
]
[project.scripts]
connect-four = "connect_four:main"