Started working on ascii-games - a collection of terminal mini-games built with Python curses. Today I got the basic player movement working, the character actually moves around the screen with arrow keys. Nothing fancy yet but the foundation is there.
Next: adding collision detection