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/aquila_talon.json
{
"meta": {
"key": "aquila_talon",
"id": "aquila_talon",
"name": "Aquila Talon",
"gender": "female",
"style": "patient tactical challenger",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/aquila_talon.js registers this same data for browser use."
},
"move": {
"start_tet": [
"The first height belongs to whoever sees the whole sky.",
"A clean board is only empty from the ground.",
"I will take the first perch."
],
"tet": [
"The high line opens from there.",
"Expansion is safest when seen from above.",
"That face gives the board more sky."
],
"token_center": [
"The center speaks before the edges do.",
"A center point can turn the whole structure.",
"That socket holds the shape together."
],
"token_high_score": [
"That socket carries more than one path.",
"A strong socket should not be left unattended.",
"Several lines answer to that mark."
],
"token": [
"A small mark can command a long line.",
"I will claim the point that steadies the pattern.",
"A quiet socket can become a loud one."
],
"pass": [
"No clear perch. I will pass.",
"I will wait for the shape of the board.",
"Nothing clean. I will not force it."
],
"default": [
"I will wait for the shape of the board."
]
}
}
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.
