hi.
I got a silly laptop from a thrift store. It's an EeePC 1000HE with a bonkers single core 1.6 ghz cpu and a staggering 2 gigs of ram. I'm gonna code on it.
The plan is to make minesweeper in the terminal in c on this thing, and then make a bot to play it. This is also a lovely opportunity to learn Neovim without a starting config.
*max size to be tested is 1000 x 1000 spaces (larger may work but I won't be testing also who's terminal is that big?).
if you cd into the src directory a make file is provided. Running make with no target will build the executable w/the name prg. running ./prg will then launch the game.