X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=sst.py;h=3b00bd6dc994c64f2e2a94443f6e1c448ab4ace8;hb=c02fecd74adf1c58c2db2e20b7c3f9a5e1fe321a;hp=a9aa1a4b53e005fb82d0c95dd3bd8cd8fd7bd0f8;hpb=ccc699193a1c5d2e649590351ed624aa687d5c24;p=super-star-trek.git diff --git a/sst.py b/sst.py index a9aa1a4..3b00bd6 100755 --- a/sst.py +++ b/sst.py @@ -6161,6 +6161,7 @@ commands = [ ("QUIT", 0), ("HELP", 0), ("SCORE", 0), + ("CURSES", 0), ("", 0), ] @@ -6381,6 +6382,9 @@ def makemoves(): helpme() # get help elif cmd == "SCORE": score() # see current score + elif cmd == "CURSES": + game.options |= (OPTION_CURSES | OPTION_COLOR) + iostart() while True: if game.alldone: break # Game has ended