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
This is a snake game based on the concept of linked lists. The snake is composed of a list of nodes. Nodes are added, moved, and removed depending on the gameplay.