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

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)

Awesome Lists containing this project

README

          

# General Information

It is simple Snake game which was written in C++ (OOP).

## Ukázka hry

![Ukázka hry](https://github.com/LukasPetrak/Snake/blob/main/gif.gif)

## 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