in reply to Performance in CLI Game

You'd probably see a big improvement in speed if you built up a single string to print rather than making all those separate print statements.

You could also avoid printing trailing spaces.

I'm sure there's more than can be done, but that's the "quick fix" I see...
--
Mike