Giter Site home page Giter Site logo

worldle-project's Introduction

Wordle_Project

Wordle is a popular game developed by Josh Wardle - this project is a clone from scratch Wordle Graphic

Milestone 1: Pick a random word and display it in the first row of boxes

For your first milestone, all you have to do is choose a random word from the list provided in the WordleDictionary.py module and then have that word appear in the five boxes across the first row of the window. This milestone requires only a few lines of code, but requires you to understand what tools you have and start putting them to use

Milestone 2: Check whether the letters entered by the user form a word

For Milestone #2, your job is to write a version of enter_action that checks to see whether the string it has been given is a legitimate English word. If it isn’t, your implementation of enter_action should call the show_message method with the string "Not in word list", which is what the Times website says. If it is a word, you should display some more positive message that shows that you got this milestone running.

Milestone 3: Color the boxes

For this milestone, you need to add code to enter_action that, after checking to make sure it is a legal word, goes through and colors the boxes to show the user which letters in the guess match the word.

worldle-project's People

Contributors

jakeevans00 avatar kbing321 avatar jackenelson avatar

Watchers

 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.