WordWarp Example 1


$ python3 ww.py

  Welcome to Word Warp v0.1!

  Find as many words as you can from the given letters.
  Only words of 4 or more letters count!
  Longer words are worth more points:

        4 letters.....4 points
        5 letters.....5 points
        6 letters.....6 points

  Hit the ENTER key if you want to quit.
  Enter WW to shuffle the given letters (and lose 5 points).
  

 Current Score: 0
Possible Words: ['-----', '----', '------', '----', '----']
       Letters: bcbato

Your Word: boat
+4
----------------------------------------

 Current Score: 4
Possible Words: ['-----', 'boat', '------', '----', '----']
       Letters: bcbato

Your Word: TACO
+4
----------------------------------------

 Current Score: 8
Possible Words: ['-----', 'boat', '------', '----', 'taco']
       Letters: bcbato

Your Word: coat
+4
----------------------------------------

 Current Score: 12
Possible Words: ['-----', 'boat', '------', 'coat', 'taco']
       Letters: bcbato

Your Word: ww
-5
----------------------------------------

 Current Score: 7
Possible Words: ['-----', 'boat', '------', 'coat', 'taco']
       Letters: tcabob

Your Word: bobcat
+6
----------------------------------------

 Current Score: 13
Possible Words: ['-----', 'boat', 'bobcat', 'coat', 'taco']
       Letters: tcabob

Your Word: abbot
+5
----------------------------------------
Good job!! You got all of the words!

Game OVER.
Your final score was: 18