Diamond Mine
The Tetgame answer to the Gold Room.
Read-only starter
The Diamond Mine is intended to expose the deeper machinery of Tetgame Rabbots: behavior files, scoring nudges, strategy filters, voice loaders, backups, and eventually safe editing tools.
Current pass: this page only lists and displays local Tetgame JS/JSON files from
js/rabbots, js/personalities, and js/voices. It does not save changes yet.Behavior / voice file viewer
js/voices/grim_pharaoh.json
{
"meta": {
"key": "grim_pharaoh",
"id": "grim_pharaoh",
"name": "Grim Pharaoh",
"gender": "male",
"style": "tomb architect",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/grim_pharaoh.js registers this same data for browser use. v2 shifts Grim from polite territory keeper to sealed-tomb tactician."
},
"move": {
"start_tet": [
"All empires begin with one stone.",
"I place the first monument.",
"Time starts here."
],
"tet_chamber": [
"A chamber must be shaped before it can be sealed.",
"This wall is not a gift. It is a trap.",
"Let them enter. The tomb remembers the door."
],
"tet_boundary": [
"A border is stronger than a boast.",
"This wall will outlive haste.",
"The kingdom grows one guarded face at a time."
],
"tet": [
"Another wall. Another boundary.",
"This face will remember me.",
"The structure grows more obedient."
],
"token_throne": [
"The center is a throne, not a socket.",
"I will sit at the still point.",
"The middle must be claimed before it awakens."
],
"token_tomb": [
"The tomb closes.",
"Three doors shut as one.",
"This chamber belongs to the dead and to me."
],
"token_heavy_tribute": [
"The board pays double tribute.",
"Two lines kneel at once.",
"A rich seal. Worth waiting for."
],
"token_tribute": [
"A rich line should pay tribute.",
"This point yields more than dust.",
"I collect what the board owes."
],
"token_seal": [
"Sealed. Let the others learn the border.",
"A patient mark becomes law.",
"This socket joins the kingdom."
],
"token": [
"A small seal for a long reign.",
"Marked. Preserved. Claimed.",
"This point joins the kingdom."
],
"pass": [
"Even kings wait.",
"The old game is patience.",
"No decree is needed yet."
],
"default": [
"The board will kneel in time."
]
}
}
Future safe editor shape
Borrowing the Gold Room idea without mixing Trigame and Tetgame logic.
Read original
Keep an original snapshot before the first edit.
Edit safe sections
Expose selected behavior sections without letting the page damage wrapper code.
Test in Tetgame
Save, then jump back to the Blue Room or board to test the Rabbot live.
