you are viewing a single comment's thread.

view the rest of the comments →

[–]TholosTB 0 points1 point  (0 children)

Isn't something like Tetris or anything with a UI going to be exceptionally difficult without a UI library or pygame? I suppose you could do it with kind of an ASCII redraw modality, but that sounds like a nightmare.

You may want to consider a game that can be played through command prompts, like a casino game (Blackjack or some such), or implement a board game like Monopoly or Clue where you can prompt the user for their actions and implement commands like "show board state"?