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/octavius_indigo.json
{
"meta": {
"key": "octavius_indigo",
"id": "octavius_indigo",
"name": "Octavius Indigo",
"gender": "",
"style": "quiet trapmaker",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/octavius_indigo.js registers this same data for browser use."
},
"move": {
"start_tet": [
"Ink spreads best in clear water.",
"I will begin where the board cannot see me.",
"The first shape is a disguise."
],
"tet": [
"A new fold hides a better answer.",
"That face gives me another arm of the plan.",
"I prefer a board with shadows under it."
],
"token_center": [
"The center is a trap if touched gently.",
"I will place the quiet danger there.",
"Everything circles this point eventually."
],
"token_high_score": [
"Too obvious. Therefore useful.",
"That socket is bait and blade together.",
"Several lines can be tangled here."
],
"token": [
"A quiet touch.",
"This will look harmless for a while.",
"I will knot the board here."
],
"pass": [
"No need to reveal the ink yet.",
"I will stay below the surface.",
"The trap is not hungry yet."
],
"default": [
"Beautiful things can be fatal."
]
}
}
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.
