Initial commit from Openverse UI

This commit is contained in:
2025-11-25 13:02:22 +00:00
commit 6580f8e929
3 changed files with 562 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
# pyproject.toml
[project]
name = "game_20251125_130005"
version = "0.1.0"
description = "*“DUEL OF SIGNS: A ROCKPAPERSCISSORS TOURNAMENT”* environment generated for TextArena."
dependencies = [
"textarena>=0.7.3"
]
[openverse]
entry_point = "env:DuelOfSignsEnv"
tags = ["openverse", "generated"]
author = "Openverse"