Skip to content

Add Snake game webpage - #2

Closed
rosermf2040 wants to merge 1 commit into
masterfrom
claude/implement-schedule-Wb34c
Closed

Add Snake game webpage#2
rosermf2040 wants to merge 1 commit into
masterfrom
claude/implement-schedule-Wb34c

Conversation

@rosermf2040

@rosermf2040 rosermf2040 commented Apr 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Single-file index.html implementing the classic Snake game
  • Keyboard (arrow keys), WASD, and touch swipe controls; space to pause
  • Persistent high score via localStorage, score-based speed-up, game-over overlay

Test plan

  • Open index.html in a browser and play a round
  • Verify pause/resume with the Pause button and spacebar
  • Confirm best score persists across reloads
  • Try touch controls on a mobile device or DevTools touch emulation

Generated by Claude Code

A single-file HTML/CSS/JS implementation of the classic Snake game with
keyboard, WASD, and touch controls, plus persistent high score.
@rosermf2040 rosermf2040 closed this May 8, 2026
@rosermf2040
rosermf2040 deleted the claude/implement-schedule-Wb34c branch May 8, 2026 13:22
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.

2 participants