2 weeks later, I have more free time now, so will be doing some stuff to learn how these computer thingies work.
Hoping to learn more about computers by playing with low-level languages (C for now).
Today's challenge is to make a snake game using ncurses (c library that lets you work with the terminal).
So essentially you have a Col(x)Row space and a concept of windows. And then you draw to this virtual window and call refresh to draw on the screen. So yeah, will be using ncurses and try make a snake game in a day? maybe 2... Lets see. Will update here on the progress.