Hacker News new | ask | show | jobs
by osiemens 1421 days ago
I learned some basics of Go in much the same way a few years ago. An implementation of Andy Sloane's (famous?) donut in a terminal: https://github.com/onnos/donut

And playing with funky patterns using braille characters: https://github.com/onnos/rotaterm

It's not great quality code but it got me started! It's nice to have some immediate output you can play with - tcell is lovely.