Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codespacem/snake_game


https://github.com/codespacem/snake_game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Snake Game

## Features
- Snake can move in a given direction and when it eats the food, the length of snake increases.
- If snake goes out of the box, it will re-enter from the opposite side.
- Only when the snake crosses itself, the game will be over.