puzzle
gamedev-skills/awesome-gamedev-agent-skills
A comprehensive pattern for developing board-based puzzle games (e.g., Match-3, Sokoban, Logic Grids). This skill focuses on modeling the board state, move input validation, and the core rule resolution loop. It defines how cascades, scoring, and undo functionality must operate deterministically to ensure fair and bug-free gameplay, separating game logic from visual rendering.