Snake Game
A classic snake game where the player controls a snake to eat food,
grow longer, and avoid walls and its own body. Set up a grid of
squares, track player's score, and end the game on crashes. Allow
snake to move continuously in a direction chosen by player using
arrow keys. Food will randomly appear on the grid.