GAME INSTRUCTIONS
A pegboard game in which players replicate a pattern on a smaller board to represent a letter. This online game develops various skills that are part of computational thinking. Pattern recognition: The player observes a shape (the letter) and identifies the pattern of dots or pegs that form it. Abstraction: The actual letter is transformed into a simplified version on a grid (for example, 5×5 or 7×7). It is a symbolic representation, just as simplified models are used in programming. Decomposition: To copy the letter, the player usually divides it mentally into parts:
- first the vertical line
- then the curve
- then the central dot, etc.
- place a dot at the top
- complete the line
- close the shape



