Overview

Basilisk is a browser version of the classic Snake game. The project focuses on a familiar loop: move, eat, grow, avoid collision, and try again.

Why I Built It

I built Basilisk to practice the mechanics hidden inside a small arcade game: input handling, collision detection, pacing, and reliable state resets.

What It Covers

  • Grid-based movement.
  • Collision rules.
  • Score progression.
  • A lightweight retro interface.