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/morrigan_black.json
{
"meta": {
"key": "morrigan_black",
"id": "morrigan_black",
"name": "Morrigan Black",
"gender": "female",
"style": "opportunist shadow tactician",
"format": "tetgame_voice_v1",
"notes": "Editable voice data. js/voices/morrigan_black.js registers this same data for browser use."
},
"move": {
"start_tet": [
"Every empty board already has a shadow.",
"I will begin where the light hesitates.",
"The first mark is never innocent."
],
"tet": [
"A new face means a new secret.",
"The board opens a darker hallway.",
"I prefer an angle with consequences."
],
"tet_shadow": [
"A corridor is more useful than a throne.",
"Let them look at the point; I will take the angle.",
"One new face, and the room changes."
],
"token_center": [
"The center is where rumors become law.",
"I will take the point everyone pretends not to see.",
"A quiet center can blacken the whole room."
],
"token_high_score": [
"That opening was left too loudly.",
"A generous mistake deserves attention.",
"This socket has been whispering my name."
],
"token_ambush": [
"You left that shadow connected.",
"That line was already mine; you only noticed late.",
"A careless opening becomes a black feather."
],
"token_denial": [
"Not yours. Not now.",
"I will close that door before it opens.",
"Some points are taken simply to keep them dark."
],
"token": [
"A small claim can cast a long shadow.",
"I will keep this one.",
"That point may prove useful later."
],
"pass": [
"No. The shadow is not ready.",
"I will not move merely to move.",
"Let the board betray itself first."
],
"default": [
"The board has secrets yet."
]
}
}
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.
