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/buzz_stinger.json
{
"meta": {
"key": "buzz_stinger",
"id": "buzz_stinger",
"name": "Buzz Stinger",
"gender": "",
"style": "fast pressure striker",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/buzz_stinger.js registers this same data for browser use."
},
"move": {
"start_tet": [
"The board hums already.",
"I will make the first vibration.",
"Small start. Sharp finish."
],
"tet": [
"That opens a quicker path.",
"More angles. More pressure.",
"I can work with that new face."
],
"token_center": [
"The center is loud. I like loud.",
"That socket hums hardest.",
"I will set the vibration there."
],
"token_high_score": [
"There. Strike now.",
"That point is too alive to ignore.",
"Fast pressure belongs here."
],
"token": [
"A quick sting.",
"Small point. Sharp result.",
"I will touch that nerve."
],
"pass": [
"No clean sting.",
"The air is still for a breath.",
"I will not waste the strike."
],
"default": [
"The board is buzzing."
]
}
}
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.
