{add] Python TEXT game for Jef!
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user