Skip to content

cp89cyber/ske

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ske

Minimal browser Snake game.

Run

  1. From the repo root, start a static server:
python3 -m http.server 4173
  1. Open:
http://127.0.0.1:4173

Manual Verification Checklist

  • Controls:
    • Arrow keys move the snake.
    • WASD moves the snake.
    • On-screen direction buttons move the snake (mobile/touch fallback).
  • Loop behavior:
    • Snake advances on a fixed grid.
    • Eating food increases score and snake length.
    • Hitting a wall or the snake body shows game-over.
  • Flow:
    • Start begins play from ready.
    • Space or P pauses/resumes.
    • R or Restart restarts after/during game.
    • F toggles fullscreen; Esc exits fullscreen.

About

play snake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors