o355 / PyTerm

A "terminal emulator" inside of Python
MIT License
1 stars 0 forks source link

Finally properly handle textadventure endings #41

Closed o355 closed 7 years ago

o355 commented 7 years ago

Solution: Put the entire program in a try loop, and have it handle KeyboardInterrupt. When at the end of an adventure, just intentionally throw a KeyboardInterrupt, and it exits without restarting PyTerm.

o355 commented 7 years ago

Starting to work on this puppy.