https://github.com/gztimewalker/snakegame
A SnakeGame Project for Midterm.
https://github.com/gztimewalker/snakegame
Last synced: about 1 month ago
JSON representation
A SnakeGame Project for Midterm.
- Host: GitHub
- URL: https://github.com/gztimewalker/snakegame
- Owner: GZTimeWalker
- Created: 2021-05-11T16:50:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T18:03:27.000Z (about 5 years ago)
- Last Synced: 2026-01-20T00:58:50.877Z (6 months ago)
- Language: C++
- Homepage:
- Size: 487 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeGame
A SnakeGame Project for Midterm.
## Highlights
- Resizable map.
- Adjustable game speed.
- AWSD as well as Arrow keys are supported.
- Through-Wall Mode supported.
- Title and Gameover Text are shown in "ASCII Art".
- You can choose what items you want to play with.
- AI-Mode supported(Incomplete).
## Items
- Gold : Lengthen your snake with 5 blocks.
- Portal : Teleport your snake to a random position.
- Cut : Shorten your snake with 5 blocks but keep your score.
