https://github.com/denyskryvytskyi/snake
Console snake game
https://github.com/denyskryvytskyi/snake
console-snake cpp cpp-game snake snake-game
Last synced: 11 months ago
JSON representation
Console snake game
- Host: GitHub
- URL: https://github.com/denyskryvytskyi/snake
- Owner: denyskryvytskyi
- Created: 2020-06-20T20:22:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T10:58:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T16:30:12.116Z (12 months ago)
- Topics: console-snake, cpp, cpp-game, snake, snake-game
- Language: C++
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
Console snake game
# Getting started
Requirements: Visual Studio 2019.
`git clone https://github.com/kryvytskyidenys/Snake`
# Features
- Game Patterns usage in game architecture
- Snake speed
- Snake rank
- Player Score
- Demo mode (with simple AI snake)