Metadata-Version: 2.4
Name: textmode
Version: 0.1.0
Summary: A tiny textmode fantasy console for building games with a custom tileset-like font.
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: fastapi>=0.111.0
Requires-Dist: pydantic>=2.7.4
Requires-Dist: uvicorn>=0.30.0
Requires-Dist: verifiers>=0.1.3.post0
Description-Content-Type: text/markdown

# textmode

A tiny textmode “fantasy console” for building games with a custom tileset-like font.

- [Playing Games](docs/PLAYING_GAMES.md)
- [Reinforcement Learning](docs/RL_ENVIRONMENT.md)
- [API Cheatsheet](docs/CHEATSHEET.md)
