Connor Reed
Back to Projects
Game Dev

Snake

The classic algorithm implementation.

Snake

About the Project

The Hello World of game dev. Implemented using a queue structure to track the snake's tail segments and grid-based movement. A foundational project for understanding game loops.

Technologies

JavaScriptHTML5 Canvas