minimal but flexible cli library for C. no annoying defaults,
no opinionated parsing styles, no forced behaviour.
this project taught me a lot about C.
chess gui and bot written in typescript using the minimax algorithm,
alpha-beta pruning evaluation heuristics, piece activity squares, and
more.
i'd bet that you'd beat it, but this project taught me a lot.
simple text editor written in plain C, practising
cursor
position handling, safe memory allocation,
i/o handling, pagination, testing suites, etc.
very archaic version control cli written in typescript.
i implemented my own diff/track/commit system.
helped me learn about how git might work under the hood.
programming is like trying to convince a baby that it's intelligent. in the end, you may achieve your goal, but you are left sleepless, with torn out hair, missing 2 days worth of food, wondering why you're even alive.