A program that helps you beat the Wordle game

Overview

WordleHelper

A program that helps you beat the Wordle game

screenshot

Usage:

java -jar WordleHelper.jar [-c [maxTries]]

Or just double-click the program icon to launch the program in GUI mode.

Options:

  • -c: Launch the program in command line mode (GUI mode by default).
  • maxTries: The maximum number of tries to find the word (only in CLI mode).

Download:

You might also like...

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game, a simple game that played on an 8 by 8 checkered board with 64 double-sided black and white discs. The game is easy to learn, but it takes time to master and develop winning strategies.

Feb 28, 2022

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

Sep 11, 2022

A simple puzzle game made with Unity to practice the game engine

A simple puzzle game made with Unity to practice the game engine.

Mar 30, 2022

A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata

A basic representation of the 0-player game,

Game-Of-Life-Basic A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata. A cellular automaton is a

Oct 27, 2022

Game where you compete with your frinds in coding challange.

Game where you compete with your frinds in coding challange.

coding-game Game where you compete with your frinds in coding challange. Front end of our project has been moved to another repository, please go : ht

Aug 25, 2021

A fairly Simple Game made in Java,You can adopt Pets, name them, and take care of them for XpPoints and level up!

A fairly Simple Game made in Java,You can adopt Pets, name them, and take care of them for XpPoints and level up!

Introducing PetGame! A simple console based game made by @denzven in Java ☕ About the Game PetGame is my first big project in Java, the rules are simp

Jun 7, 2022

A plugin in which you get teleported to the nearest graveyard from where you died

A plugin in which you get teleported to the nearest graveyard from where you died, You can create, delete, and change locations of them. Originally Developed for Inclusive Rec server but will work for others.

Jan 27, 2022

This is a quiz program to estimate your IQ in java

This is a quiz program to estimate your IQ in java

IQ-master-Quiz-game This is a quiz program to estimate your approximate IQ in Java Swing. There are 3 section in this project Login Questions Result L

Jan 27, 2022

Java port of Brainxyz's Artificial Life, a simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.

Java port of Brainxyz's Artificial Life, a simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.

ParticleSimulation simple Java port of Brainxyz's Artificial Life A simple program to simulate primitive Artificial Life using simple rules of attract

Oct 5, 2022
Comments
  • [BUG] The letters in a line can be set repeatedly

    [BUG] The letters in a line can be set repeatedly

    Description

    Video shown below. After setting 5 letters you can set them again from the line start. The same applies to the case where numbers have been entered. Non-existent words won't be passed to the algorithm in this case, but it is possible to pass the wrong array.

    Reproduce

    Steps to reproduce the behavior:

    1. Open the program
    2. Type a valid word
    3. Type another valid word without typing numbers first
    4. See error

    Expected behavior

    Each word of the line can only be set once

    Screenshots / videos

    https://user-images.githubusercontent.com/40854260/156562282-61aab7f4-1db4-44c0-a08d-cca5650186b9.mp4

    Environment

    • OS: Kubuntu 21.04
    • Java version: openjdk 11.0.15
    • WordleHelper version: 2.1.3

    Additional context

    The bug still exists in the latest version. I may fix it when I have time.

    bug low-priority hacktoberfest 
    opened by MCUmbrella 0
Releases(2.3.0)
Owner
MCUmbrella
Amateur programmer. Loves Minecraft, Linux, Java, C/C++, etc
MCUmbrella
A tool that can calculate the average solution set for a first guess in the game of Wordle

word-distances A tool that can calculate the average solution set for a first guess in the game of Wordle. Yes, the name isn't great -- I initially ha

null 1 May 2, 2022
A word game inspired by the original Wordle to run in the command line.

Wordle This is a word game inspired by the original Wordle to run in the command line. It can be played in english or in spanish. How to run it Open a

null 37 Dec 17, 2022
WordleCracker - This bot is designed for guessing 5 letter words for the trending game wordle

WordleCracker This bot is designed for guessing 5 letter words for the trending game wordle. The user informs about the status of the game by giving i

Shawon Majid 3 Nov 7, 2022
This script attempts to solve todays Wordle.

Solve Wordle with a Bang! This script attempts to solve todays Wordle.

Max Rydahl Andersen 12 Jul 27, 2022
Wordle Solver - Built With Java Spring Boot + React.js

Get a little Wordle help using information theory.

Miguel Valarao 7 Aug 30, 2022
Prototype of Wordle solving algorithm

AWordle This time you Wordle the program. 'AWordle' stands for 'Automated Wordle' or 'Anti-Wordle', or something else I don't care what you think it i

MCUmbrella 1 Feb 5, 2022
eWordle: an extended version of Wordle with full-featured helper.

eWordle An extended version of Wordle (Mini Project of EBU4201) with full-featured helper. How to Play Guess the Wordle word in tries just one more th

Mingchun 6 Jun 11, 2022
My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game Install: mvn -P {your OS name} clean install mvn -P mac clean install mvn -P linux clean install mvn -P wi

null 30 Oct 3, 2022
BattleShip-Game - This repository contains the code of the BattleShip (Bataille Navale) game programmed in Java.

Bataille Navale Auteur : SABIL Mohamed Amine Comment générer la documentation ? Placez vous dans le sous-dossier src : pour générer la documentation d

Mohamed Amine SABIL 1 Jan 4, 2022
Snake-Game - A simple snake game written in java.

What's this? A simple snake game written in java. How to play Download the latest release. Ensure that a compatible java runtime is installed (optimal

Patrick260 4 Oct 31, 2022