Initial commit from Openverse UI

This commit is contained in:
2025-11-21 08:22:39 +00:00
commit d5bbaf2326
3 changed files with 465 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
# pyproject.toml
[project]
name = "game_20251121_082111"
version = "0.1.0"
description = "TURN-BASED GAME DESIGN DOCUMENT environment generated for TextArena."
dependencies = [
"textarena>=0.7.3"
]
[openverse]
entry_point = "env:StellarOrchardEnv"
tags = ["openverse", "generated"]
author = "Openverse"