https://github.com/lukaspetrak/snake
Simple snake game in C++ (OOP)
https://github.com/lukaspetrak/snake
cplusplus cpp object-oriented-programming oop snake snake-game
Last synced: 6 months ago
JSON representation
Simple snake game in C++ (OOP)
- Host: GitHub
- URL: https://github.com/lukaspetrak/snake
- Owner: LukasPetrak
- License: mit
- Created: 2024-08-24T12:45:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T13:04:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:12:24.336Z (over 1 year ago)
- Topics: cplusplus, cpp, object-oriented-programming, oop, snake, snake-game
- Language: C++
- Homepage:
- Size: 16.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# General Information
It is simple Snake game which was written in C++ (OOP).
## Ukázka hry

## Game Controls
- 🚀 Moving by W S A D, 3 lifes
- 🛠️ Try to get the highest score! Always remember previous scores
- 🎮 Have fun!
## Build Instructions
Clone this repository
```bash
git clone https://github.com/LukasPetrak/Snake
```
Run the game
```bash
Start with file snake.sln