Skip to content

chriseborowski/totalword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TotalWord

View demoReport bugRequest featureDM author

Live demo

About

TotalWord is like Wordle — but you can play it 24/7, no daily limits!

For a live demo of the project on Replit, click here.

For a video clip demonstrating the game, click here.

The list of 5-letter words (created by Donald Knuth) is in the public domain and can be found here. (For an example of similar use, see here.)

Getting started

Instructions

  1. Clone the repository to your machine

git clone https://github.com/chriseborowski/totalword.git

  1. Make sure you have Node.js, npm, and the readline-sync package (see below) installed

npm install readline-sync

  1. Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)

node totalword.js

  1. Enjoy the game and good luck!

Roadmap

The current version supports the following functionalities:

  • Initial version released
  • Display all correctly entered letters heretofore after each attempt
  • Display all incorrectly entered letters heretofore after each attempt
  • Display letters in the correct position
  • Support for uppercase/lowercase user input
  • Display what the intended word is
  • Display message when user input is not 5-letters long
  • Display message when user input is outside of the word list
  • Free attempt when user input outside of the word list
  • Display free attempt message
  • Support for unique correct/incorrect letter values in message display
  • Sort all unique correct/incorrect letters alphabetically
  • List all possible words in a separate imported file

License

Distributed under the Creative Commons Attribution-NonCommercial-NoDerivs (CC-BY-NC-ND) license. See license.txt for more information.

Contact

Chris Borowski

Follow me @chriseborowski on GitHubTwitterT2LinkedInLinktree (all links)

Project repository link: TotalWord

About

TotalWord is like Wordle — but you can play it 24/7, no daily limits!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published