Code Monkey home page Code Monkey logo

wordle-clone-python's Introduction

Wordle-Clone-Python

Wordle Clone in Python

This is a basic clone of the game WORDLE. Link

Wordle Game

The user gets six chances to guess a five-letter word. According to the position of the hidden word, the letters are colored: yellow, green and grey. Where yellow letters show that the letters are present in the hidden wordle. The letters that are in hidden word and input with the correct position are green. All other letters are grey i.e., those letters that are not in the hidden word.

Wordle Clone Game

The Wordle Clone Game is being designed in Python3. This game is a command line application. Hence, it has some added functionalities to make the user experience better.

  1. User can type '?' or 'help' to see the rules.
  2. User can type '*' or 'history' to see all inputs of the user. This clears the user's vision and makes the guessing process easy.
  3. If the input holds more than 5 letters, numbers, or special characters, the user gets an error, and the chance will not be deducted.
  4. Each input is checked if present in the repository Link. Else an error is thrown "Not in word list".
  5. Inspired by the original game, the clone uses different winning words for each chance. For example, if the user guesses the word within the first move, he/she will be called "Genius".
  6. If the user is unable to guess the word within six chances, the hidden word will be displayed.

Some screenshots of the Wordle Clone Game: image image image

wordle-clone-python's People

Contributors

palakjain8382 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.