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

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

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.