Technologies used
I was studying C and wanted to create a project to practice on my own. I
came across a YouTube video titled
"Making Minimalist Snake Game in C on Linux"
by
Nir Lichtman
, which inspired me to develop my own version of the game. I used the video
to learn about the necessary libraries and how to use them, and from there,
I built the entire game on my own.
The game runs in the terminal and uses the
ncursesw
library for screen rendering. To make the game more engaging, I added features
such as colors, a scoring system, a menu, and options to adjust various game
mechanics.
I learned a lot about C, including how to use libraries, how to compile and
how to link libraries to a binary.