https://github.com/nias26/snaky
A snake game made by me with the ncurses library
https://github.com/nias26/snaky
cplusplus game ncurses ncurses-game ncurses-library snake snake-game terminal-game
Last synced: 5 months ago
JSON representation
A snake game made by me with the ncurses library
- Host: GitHub
- URL: https://github.com/nias26/snaky
- Owner: Nias26
- License: mit
- Created: 2024-08-15T12:20:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T15:26:58.000Z (over 1 year ago)
- Last Synced: 2025-03-16T06:12:11.933Z (about 1 year ago)
- Topics: cplusplus, game, ncurses, ncurses-game, ncurses-library, snake, snake-game, terminal-game
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Snake game made in C++ with the `ncurses` library since `conio.h` is only for windows.
> [!WARNING]
> When you exit you might see the terminal text displayed like a staircase. I don't know the source of this bug so any help is appreciated.