Wordle - Wordle Clone With Python

Overview

Wordle Clone Python

alt text

This is a cli clone of the famous wordle game developed by Josh Wardle.

Dependecy:

pip install boxit

Run:

python app.py

Special thanks to @cfreshman for the curated the word lists.

You might also like...
Wordle-prophecy - The comprehensive list of all Wordle answers, past and future

About This repo contains the comprehensive list of all Wordle answers, past and

Minecraft clone using Python Ursina game engine!
Minecraft clone using Python Ursina game engine!

Minecraft clone using Python Ursina game engine!

 A Minecraft clone written in python and pyglet.
A Minecraft clone written in python and pyglet.

PyCraft A Minecraft clone written in python and pyglet. Running PyCraft To run PyCraft, run the following code: git clone https://github.com/TheWebCra

Flappy Bird clone in Python using Pyglet

python_Flappy-Bird This is the Game Flappy Bird which was originally developt by Dong Nguyen under .Gears recreated in Python. Requirements (used to d

A 16x16 clone of Minecraft Classic, written in Python with the Ursina Engine

VoxelCraft A 16x16 clone of Minecraft Classic, written in Python with the Ursina Engine Features:Trees, Water(But there's no gravity, so if you break

2D Minecraft Clone made with Python & Pygame & OpenGL
2D Minecraft Clone made with Python & Pygame & OpenGL

2D Minecraft Clone This is a 2D clone of the well-known game Minecraft made in Python using Pygame and ModernGL I started this mostly as a self-improv

Pyout - A little Krakout clone called Pyout written in Python 3
Pyout - A little Krakout clone called Pyout written in Python 3

Pyout My little Krakout clone called Pyout written in Python 3

pyLodeRunner - Classic Lode Runner clone made in pyxel (Python)
pyLodeRunner - Classic Lode Runner clone made in pyxel (Python)

pyLodeRunner Classic Lode Runner clone made in pyxel (Python) Controls arrow key : move the player X : dig right side Z : dig left side ESC : quit gam

Abandoned plan for a clone of the old Flash game Star Relic

space-grid When I was in middle school, I was a fan of the Flash game Star Relic (no longer playable in modern browsers, but it works alright in Flash

Comments
  • Fix bug in repeated letter evaluation

    Fix bug in repeated letter evaluation

    Likely fallout and/or oversight from https://github.com/ShivamPandya/wordle/pull/9. Turning letters yellow wasn't working correctly in cases when the first repeated letter occured in the guess before its first occurrence in the correct answer and when the second occurrence in the guess was placed correctly. E.g. when guessing "LABEL" when the correct answer was "SKILL"

    opened by michalfabik 1
  • Fix yellow letter evaluation

    Fix yellow letter evaluation

    When evaluating a guess and assigning colours to letters, deal with green letters first and check against them when turning letters yellow. This is to prevent situations when a repeated letter in a guess gets turned yellow because the same letter is already green elsewhere in the word.

    Resolves: https://github.com/ShivamPandya/wordle/issues/8

    opened by michalfabik 1
  • Yellow letter hints take into account already correctly placed letters

    Yellow letter hints take into account already correctly placed letters

    When letters of guesses are printed in yellow, it should indicate that the solution contains the letter in question at a different position which hasn't been correctly guessed yet. If a letter is printed in yellow and the same letter is already green at a different position, the yellow letter should indicate that this letter also appears elsewhere in the solution, at a position other than the green letter and other than the yellow letter.

    Below, the second (yellow) 'E' on line 2 correctly indicates that there is another 'E' in the word, other than the green one at the second position:
    wordle_leech

    In the next screenshot, the second and third 'S' in "Swiss" (both yellow) would mean that there are two more 'S's in the solution, other than the green one at the first position, meaning the solution starts with "SSS". This is not the case, of course. Both yellow 'S's in fact refer, quite unhelpfully, to the green 'S' at the first position:
    wordle_swiss

    The next screenshot illustrates an impossible situation. The second 'E' in "SWEET" is yellow, which should indicate that there is an 'E' somewhere in the solution which hasn't been guessed yet. However, all other letters have already been guessed. The yellow 'E' refers to the green 'E' next to it. The second 'E' should be white.
    wordle

    Note: I don't know what the official rules of Wordle are, if indeed there are any. What I assume here to be the "correct" behaviour is based on the behaviour of https://www.nytimes.com/games/wordle/index.html and two other Wordle websites I tested a long time ago and whose URLs I've since forgotten.

    opened by michalfabik 0
Owner
Shivam Pandya
Shivam Pandya
Termordle - a terminal based wordle clone in python

Termordle - a terminal based wordle clone in python

null 2 Feb 8, 2022
Simple wordle clone + solver + backtesting

Wordle clone + solver + backtesting I created something. Or rather, I found about this game last week and decided that one challenge a day wasn't goin

null 1 Feb 8, 2022
Wordle-helper: python script to help solving wordle game

wordle-helper This is a python script to help solving wordle game 5-letter-word-

MD Nur Ahmed 2 Feb 8, 2022
This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle

Wordle Game This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle. Play the game manually pyth

Pierre Theo Klein 11 Mar 4, 2022
A very bad wordle solver to help me solve the daily wordle

Wordle Solver A very bad wordle solver to help me solve the daily wordle on https://www.powerlanguage.co.uk/wordle/ TODO list take into account letter

Logan Anderson 4 Feb 3, 2022
Wordle player - A Class that plays wordle optimally

wordle_player A Class that plays wordle optimally if you want to play wordle opt

Andrés Hernández 1 Jan 31, 2022
Wordle - Implementation of wordle and a solver

Wordle - Implementation of wordle and a solver

Kurt Neufeld 1 Feb 4, 2022
Wordle-player - An optimal player for Wordle. Based on a rough understanding of information theory

Wordle-player - An optimal player for Wordle. Based on a rough understanding of information theory

Neill Johnston 3 Feb 26, 2022
Wordle Tas Tool is a terminal application for solving Wordle puzzles

Wordle Tas Tool Terminal application for solving Wordle puzzles Wordle Tas Tool (WTT) is a Python script that iterates over SCOWL95 to solve Wordle pu

null 1 Feb 8, 2022
Wordle Solver: A simple script which is also called Wordle solver

wordle-solver this code is a simple script which is also called Wordle solver. t

amirreza 1 Feb 15, 2022