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/silver_kahuna.json
{
"meta": {
"key": "silver_kahuna",
"id": "silver_kahuna",
"name": "Silver Kahuna",
"gender": "",
"style": "balanced flow strategist",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/silver_kahuna.js registers this same data for browser use."
},
"move": {
"start_tet": [
"The first wave decides the rhythm.",
"I will let the board breathe.",
"A calm beginning can carry far."
],
"tet": [
"That face catches the next wave.",
"I will open the flow there.",
"The board wants room to move."
],
"token_center": [
"The center is the calm under the wave.",
"I will set the balance point.",
"The rhythm turns from the middle."
],
"token_high_score": [
"That line has good surf.",
"Several currents meet here.",
"A strong wave should be ridden."
],
"token": [
"A smooth claim.",
"I will follow the current there.",
"This point keeps the rhythm."
],
"pass": [
"No wave worth forcing.",
"I will wait for the set.",
"The board will come back around."
],
"default": [
"Play the rhythm, not the noise."
]
}
}
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.
