Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codespacem/snake_game
https://github.com/codespacem/snake_game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codespacem/snake_game
- Owner: CodeSpaceM
- Created: 2024-08-12T19:55:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T21:28:46.000Z (5 months ago)
- Last Synced: 2024-08-13T23:21:30.145Z (5 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.