Skip to content

yuvalmo/spelling-bee-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐝Spelling Bee🐝

My TUI clone of the New York Time's Spelling Bee.

screenshot

© New York Times. See original game here.

Install

To play you must first install dependencies by running:

make install

How to Play

Simply enter the following command:

./app.py play codtiem
  • The first letter must be the central one.
  • The order of the rest of the letters does not matter.
  • You can use lowercase and uppercase letters.
  • Your past answers will be saved automatically.

To reset the game and delete all past answers, enter:

./app.py play codtiem --new-game  # or -n

To show past saves and their score:

./app.py list