Giter Site home page Giter Site logo

go-wordle's Introduction

Go-Wordle

Programming a wordle program in Go for practice.

go-wordle's People

Contributors

dmsenter89 avatar

Watchers

James Cloos avatar  avatar

go-wordle's Issues

Improve graphics

The graphics in the bash script written by huytd look much nicer than the current version of this software. Update the printing to look better.

Use better Wordle Dictionary

The current wordle dictionary used by this software comes from dwyl and is best used for spellchecking, as it not only includes words of varying lengths, but also 5 letter words that are not allowed according to the "official" Wordle. This makes guessing correctly in this software harder than in the NYT wordle.

To address this issue, consider using a better wordle dictionary, such as the NYT one as posted by cfreshman.

Add hint feature

A user should be allowed to enter ? instead of a guess and then be given either one or more words as hints that could be the solution given the answer vector that has been returned so far. This will be similar to a "wordle solver," except we don't want to give all the answers so the wordle isn't solved for the user. Rather, the idea is to give the user valid terms that could be used to generate additional valid letters.

This will require either generating a list of possible answers given the answer vector the user has or keeping a running list as entries are added. Then one or more random elements from this list are printed per user request. We could consider deliberately preventing the correct answer from being displayed.

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.