Giter Club home page Giter Club logo

wordle_clone's Introduction

Wordle_Clone

Screenshot (113)

Wordle Clone using Python

Wordle is an interesting word game available on the official website of New York Times. This repository contains the code for the clone I have created of Wordle. The code base is totally in python and the module used in creating this clone of Wordle is pygame. Pygame is a cross-platform set of Python modules designed for writing video games.

How to Play

You just need to download main.py file into your local machine and run it.

Rules

  1. You are given 5 blank boxes and 6 chances to make a guess about a word with five letters and fill those five boxes with letters forming a meaningful word.
  2. The words not having a meaning are not accepted.
  3. If the word you guessed is totally right, you win the game.
  4. If a letter from your guessed word is not present in the word then the colour of the box will be Black.
  5. If a letter is present in the word but not at the correct position then the colour of the box will be Yellow.
  6. If a letter is present in the word and is in the correct place then the colour of the box will be Green.
  7. If all the the boxes are green, it means that you won the game.
  8. If you are not able to guess the word even after 6 tries, the word is displayed on the screen.

So let's start the game and make a guess!

wordle_clone's People

Contributors

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