Skip to content

[codex] Add Tetris touch gestures#3

Merged
JeremyDemers merged 1 commit into
mainfrom
codex/add-tetris-touch-gestures
Jun 30, 2026
Merged

[codex] Add Tetris touch gestures#3
JeremyDemers merged 1 commit into
mainfrom
codex/add-tetris-touch-gestures

Conversation

@JeremyDemers

Copy link
Copy Markdown
Owner

What changed

  • add tap-to-rotate controls across the Tetris board
  • add horizontal drag movement with cell-sized stepping
  • add downward drag and swipe-to-drop behavior
  • show touch-specific control hints on coarse-pointer devices
  • preserve keyboard, mouse, and on-screen button controls

Why

Tetris did not have practical controls on iPhone. These gestures make the game playable with familiar mobile interactions while treating the whole board as the touch target, so players do not need to chase the falling piece with a finger.

Validation

  • lint passed
  • production build passed
  • mobile browser test confirmed touch hints, horizontal movement, and downward drop
  • git diff --check passed

@JeremyDemers JeremyDemers marked this pull request as ready for review June 30, 2026 01:59
@JeremyDemers JeremyDemers merged commit 532b4f7 into main Jun 30, 2026
4 checks passed
@JeremyDemers JeremyDemers deleted the codex/add-tetris-touch-gestures branch June 30, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant