Code Monkey home page Code Monkey logo

wordle-scratchpad's Introduction

Wordle Scratchpad by Nate

Download Dictionary for Word List

Webster Unabridged Dictionary Download
Rename the file to websters-unabridged.txt and place it in the folder with the code. The parsing function is tailored to get its word list from this dictionary.

Log Output File

If you play Wordle, you will immediately recognize the value of this output: example log file

The User Interface

The UI is very unusual. I was experimenting with keyboard-only operation and wanted to make all user inputs go through the 'clipboard.' Therefore, the 'flow' of using the program is as follows:
<t> type your guess
<Enter> puts the guess on the clipboard
<g> to transfer from the clipboard to guess in the program
<t> type your hint
<Enter> places hint on the clipboard
<h> transfer the hint from clipboard to hint in the program
At this point, you should see an output showing the number of remaining possible solutions based on the guess and hint you entered.
<c> and you will see a list of the top-10 next guesses based on the scoring described in the below log file from an actual run of the program.
Use the recommended guesses to make another guess in Wordle then repeat the steps above for your second guess and so on.
<s> is used to transfer from the clipboard to practice solution.
<a> is used to transfer from the clipboard to practice guess and the program will show the Wordle hint based on the solution-guess combination.

wordle-scratchpad's People

Contributors

rr34 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.