Files
ConnectFour-v0/pyproject.toml

14 lines
313 B
TOML
Raw Permalink Normal View History

2025-11-08 09:13:11 +00:00
# pyproject.toml
[project]
name = "connectfour"
version = "0.1.0"
description = "Classic Connect Four game environment built for TextArena."
dependencies = [
"textarena>=0.7.3", # core framework
]
[openverse]
entry_point = "env:ConnectFourEnv"
tags = ["2-player", "logic", "reasoning"]
author = "bobbycxy"