Between me, my 10 year old and Assistant (ChatGPT), we're going to have a good pacman clone working in a terminal. (TUI pacman)
Things I've learned:
- To update any char on a screen you need msvcrt in windows and termios/tty in linux.
- So documentation is lousy.
TODO: Ask ChatGPT to write a compatibility layer around them.