22 Jun
2022
22 Jun
'22
1:41 p.m.
python curses docs are at https://docs.python.org/3.10/library/curses.html what we will want is: - how to initialise curses - getting the width and height - moving the cursor to a location - blitting an update to the screen blitting might need to be implemented manually, i don't know