Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 514 Bytes

wordsGame

Let's concatenate words

  • can save the game, if you want to continue playing your last, just type exact name of yours
  • data: words.txt from english-word contains ~480k words
  • txt -> json: using convert_to_json.py to convert .txt to .json format like {'a': [words start with 'a'], ...}
  • ranks: api. I use this for learning using Fetch, API purposes