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

https://github.com/ebrezadev/snake-game-in-cpp-and-ncurses

Snake Game in C++ and ncurses
https://github.com/ebrezadev/snake-game-in-cpp-and-ncurses

cpp game linux ncurses-game settings snake terminal

Last synced: 2 months ago
JSON representation

Snake Game in C++ and ncurses

Awesome Lists containing this project

README

          

# Snake Game in C++ and ncurses

This is just another Snake game, written in C++ and ncurses on Linux. It has a Main Menu, Pause Menu and Settings Menu. Field size, minimum/maximum speed and minimum/maximum Snake length can be manipulated in Settings Menu. The Snake speed gradually increases as it grows in size. You win by reaching the maximum size previously set in Settings.
```
mkdir release
make all
release/snake.out
```
![Alt text](screenshots/1.png)

![Alt text](screenshots/2.png)

![Alt text](screenshots/3.png)

![Alt text](screenshots/4.png)

![Alt text](screenshots/5.png)

![Alt text](screenshots/6.png)

![Alt text](screenshots/7.png)

![Alt text](screenshots/8.png)