Linux
Making Minimalist Snake Game in C on Linux
In this video I will demonstrate how you can write a simple Snake game in C with the ncurses library on Linux.
Installations (names of packages on Debian/Ubuntu):
– libncurses-dev
– ncurses-doc
You can view the code I wrote in the video over here:
[ad_2]
source