736e788b252ccc94a432bef54ac83321848560b1 braney Wed Jun 10 06:57:07 2026 -0700 Revert "masterMindGame: demo bigLolly track rendering a solved game of Mastermind on hg38" This reverts commit 6701d67860c32b8886b59587c9e32a4f86a8a96d. diff --git src/hg/makeDb/scripts/masterMindGame/masterMindGame.as src/hg/makeDb/scripts/masterMindGame/masterMindGame.as deleted file mode 100644 index a17a541d621..00000000000 --- src/hg/makeDb/scripts/masterMindGame/masterMindGame.as +++ /dev/null @@ -1,15 +0,0 @@ -table masterMindGame -"A solved game of Mastermind drawn as a lollipop track. Each row is a guess, the top row is the secret code, and the small pegs to the right are the black/white feedback key pegs." - ( - string chrom; "Reference sequence chromosome or scaffold" - uint chromStart; "Start position in chromosome" - uint chromEnd; "End position in chromosome" - string name; "Peg label" - uint score; "Board row, used for the vertical position of the peg" - char[1] strand; "Unused" - uint thickStart; "Unused" - uint thickEnd; "Unused" - uint reserved; "Peg color as R,G,B" - uint size; "Peg radius scale (large for code pegs, small for key pegs)" - lstring _mouseOver; "Mouseover text" - )