// GAME LIBRARY
// 01 — PUZZLE / ACTION
TETRIS
Rotate and place falling tetrominoes to clear lines before the stack reaches the top.
// 02 — ARCADE
SNAKE GAME
Guide the growing serpent to eat food while avoiding walls and your own tail.
// 03 — SPORTS
PONG
The original arcade table-tennis showdown. Rally the ball and outscore your rival.
// 04 — ACTION
BREAKOUT
Smash through rows of coloured bricks with a bouncing ball. Don't let it fall!
// 05 — LOGIC / PUZZLE
SUDOKU
Fill every row, column and 3×3 box with digits 1–9. No repeats allowed.
// 06 — MATH / PUZZLE
2048
Slide tiles to merge identical numbers. Reach the 2048 tile before the board fills up.
// 07 — MEMORY
MEMORY CARD GAME
Flip and match hidden pairs. Test your recall with every round.
// 08 — STRATEGY
TIC-TAC-TOE
Classic X vs O. Align three in a row before your opponent does.