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
- Host: GitHub
- URL: https://github.com/ebrezadev/snake-game-in-cpp-and-ncurses
- Owner: ebrezadev
- Created: 2024-12-14T18:11:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:20:23.000Z (over 1 year ago)
- Last Synced: 2025-10-24T09:05:29.712Z (8 months ago)
- Topics: cpp, game, linux, ncurses-game, settings, snake, terminal
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```







