TODO: create a game building kit for making games in the console with python. When I ask the bot ot make a console game, it wants to
- clear the whole screen and redraw all characters. Blinks awful.
- OR use VT terminal codes. Does any console in the world support more than a few codes?
- OR use win32 API calls that make my eyes bleed
- OR use curses, which is unix only or at best, barely works on windows
Not sure if textual would work (out of ignorance, not experience)