Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 357 Bytes

tsnake

C++ Terminal Snake game made using Ncurses library.

installation

c++ -o tsnake tsnake.cpp -lncurses
./tsnake

Preview Preview Preview