Coder Social home page Coder Social logo

javawordleclone's Introduction

Welcome to My GitHub Profile!

All Language Stats

WakaTime - Past Week Language Stats

From: 19 August 2024 - To: 26 August 2024

Total Time: 16 mins

Other   45 mins         ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣤⣀⣀⣀⣀⣀⣀   73.06 %
JSON    11 mins         ⣿⣿⣿⣿⣶⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   18.72 %
HTML    4 mins          ⣿⣷⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   07.14 %
Java    0 secs          ⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.07 %

javawordleclone's People

Contributors

navnedia avatar

Stargazers

 avatar

javawordleclone's Issues

TODO Ideas

  • Plan structure
  • Write test cases
  • Improve word evaluation logic!!!!
  • Way to view stats
  • Way to set the word from UI
  • Save progress on close (serialize)
  • "Advanced settings" like number of tries or play with defaults

Improving Letter Evaluation

Iterate through the answer word and for every letter do the following:

  1. check the location where is should be in the guess.
  2. ONLY if it's not where it should be, then iterate through the guess starting form the front and mark only the first occurrence as yellow.
  3. Continue for every letter and if we find the letter but it's already marked, then skip it and keep checking down the word.

Word Casing

Let's convert the user-inputted words to all caps for displaying. Then because the word lists are in all ower cases we will need to make sure to compare by .equalsIgnoreCase()

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.