Files
Nim-v0/pyproject.toml

14 lines
288 B
TOML
Raw Permalink Normal View History

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