Initial commit from Openverse UI

This commit is contained in:
2025-11-22 02:56:57 +00:00
commit 4807acee95
3 changed files with 557 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
# pyproject.toml
[project]
name = "game_20251122_025522"
version = "0.1.0"
description = "EchoMaze: The Labyrinth Duel environment generated for TextArena."
dependencies = [
"textarena>=0.7.3"
]
[openverse]
entry_point = "env:EchoMazeEnv"
tags = ["openverse", "generated"]
author = "Openverse"