Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a pull request.
The player controls a snake that moves on a grid, eating food to grow longer. If the snake collides with the wall or itself, the game ends. The score increases as the snake eats more food. Built using ...