You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this game, a snake navigates a grid-based map loaded from a file. The snake can move in four directions (up, down, left, right) and must remember its position between program executions.