fertig-classic-games/server/scripts
Brian Fertig 762792f9f5 feat: add Katamino single-player pentomino puzzle game
Implement Katamino, a 5×N grid tiling puzzle using the 12 standard
pentominoes. Players select a grid width (3-12) and solve puzzles by
placing all chosen pieces to fill the board.

Key features:
- Three-screen flow: penta select → set select → play
- Scrollable puzzle card grid with completion progress tracking
- Piece rotation (R), flip (F), and lift-to-reposition
- Pre-generated puzzle bank (katamino.json) with all valid tilings
- Offline generator script (genKatamino.js) using backtracking solver
- Progress saved to localStorage per puzzle
- Registration in server registry and scene dispatchers
2026-06-20 08:26:23 -06:00
..
buildCommonWords.js
genDotLink.js
genKatamino.js feat: add Katamino single-player pentomino puzzle game 2026-06-20 08:26:23 -06:00
genMiniCrossword.js
genPuddingMonsters.js
genRushHour.js
genZuma.js
verifyBejeweled.js
verifyBlockFighter.js
verifyCanasta.js
verifyCribbage.js
verifyDotLink.js
verifyGinRummy.js feat: add Gin Rummy card game with AI opponents 2026-06-14 20:51:15 -06:00
verifyJewelQuest.js
verifyMahjong.js
verifyMahjongMatch.js
verifyMiniMotorways.js
verifyRisk.js feat: add Risk board game with AI opponents 2026-06-17 20:30:14 -06:00
verifyRummikub.js fix: correct container hitbox double-shift in Canasta & Cribbage 2026-06-14 16:23:44 -06:00
verifySlots.js
verifyZuma.js