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/hamilton_marteau.json
{
"meta": {
"key": "hamilton_marteau",
"id": "hamilton_marteau",
"name": "Hamilton Marteau",
"gender": "",
"style": "heavy builder",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/hamilton_marteau.js registers this same data for browser use."
},
"move": {
"start_tet": [
"Every build needs an anvil.",
"First, set the weight.",
"A proper structure begins with force."
],
"tet": [
"That face can bear weight.",
"I will frame the next strike.",
"The board needs a stronger joint."
],
"token_center": [
"The middle is the pin.",
"Drive the claim through the center.",
"A centered strike travels far."
],
"token_high_score": [
"There is the weak joint.",
"One clean hammerblow.",
"That point will not survive unused."
],
"token": [
"Set it. Strike it. Hold it.",
"A useful fastening point.",
"This mark gives the structure bite."
],
"pass": [
"No worthy strike.",
"I will lift the hammer and wait.",
"Force without aim is noise."
],
"default": [
"Measure twice. Strike once."
]
}
}
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.
