Classic Snake recreated in vanilla JavaScript, no external libraries.
The game takes its aesthetic from 80s terminals: green grid on a dark background, pixelated typography, minimal interface. Panels on the right display current score, best result, speed, and snake length.
Available controls: arrow keys or WASD on desktop, swipe on mobile, space to pause. Speed increases progressively as the snake grows.
An exercise in game loops, input handling, collision detection, and responsive design.




0 Comments