Spaces:
Running
Running
Rename project branding Echo Wars -> Tiny Army
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -7,14 +7,14 @@ sdk: docker
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
# 🪖 Tiny Army
|
| 14 |
|
| 15 |
**HF Build Small Hackathon entry — Track 2 ("An Adventure in Thousand Token Wood").**
|
| 16 |
|
| 17 |
-
*
|
| 18 |
|
| 19 |
A small local LLM gives each auto-battler unit a persona and writes its first-person
|
| 20 |
war diary from what it actually lived through. The twist that makes the AI
|
|
|
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
+
short_description: Tiny Army — fighters write their own true legends
|
| 11 |
---
|
| 12 |
|
| 13 |
# 🪖 Tiny Army
|
| 14 |
|
| 15 |
**HF Build Small Hackathon entry — Track 2 ("An Adventure in Thousand Token Wood").**
|
| 16 |
|
| 17 |
+
*Tiny Army: every fighter writes its own legend — and the legend is true.*
|
| 18 |
|
| 19 |
A small local LLM gives each auto-battler unit a persona and writes its first-person
|
| 20 |
war diary from what it actually lived through. The twist that makes the AI
|
app.py
CHANGED
|
@@ -23,7 +23,7 @@ INDEX = """<!doctype html>
|
|
| 23 |
<body><div>
|
| 24 |
<div class="badge">🪖</div>
|
| 25 |
<h1>Tiny Army</h1>
|
| 26 |
-
<p><em>
|
| 27 |
<p>The battlefield (Pixi) mounts here. For now, visit the barracks:
|
| 28 |
<a href="/app">/app</a></p>
|
| 29 |
</div></body></html>"""
|
|
|
|
| 23 |
<body><div>
|
| 24 |
<div class="badge">🪖</div>
|
| 25 |
<h1>Tiny Army</h1>
|
| 26 |
+
<p><em>Tiny Army: every fighter writes its own legend — and the legend is true.</em></p>
|
| 27 |
<p>The battlefield (Pixi) mounts here. For now, visit the barracks:
|
| 28 |
<a href="/app">/app</a></p>
|
| 29 |
</div></body></html>"""
|