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: https://gist.github.com/nir9/c6d8cab0d0966ee593c1525bb8d4c119
Views : 7504
linux