Prototype of Wordle solving algorithm

Overview

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 is.
The program is quite stupid now. In its current state it is not guaranteed to win a Wordle in <= 5 times, and I'm still finding a way to make it better.
To specify the max tries you can add a number after the command. (6 by default)

Usage:

java -jar awordle.jar [maxTries]

The external resource is needed - a TXT dictionary file. This can be found at /dictionary/*.txt. You may need to put it in the same folder as the program and rename it to words.txt. It is recommended to use common.txt as the dictionary.
Don't expect it to go anywhere, it can at best help you frick up https://www.powerlanguage.co.uk/wordle/ in the future.
Tired of playing with the program? Let it help you beat that fricking site! Go to https://github.com/MCUmbrella/WordleHelper

You might also like...

Problem-solving - A repository to contain my submissions in various online judges.

Problem Solving A repository to contain my submissions in various online judges. beecrowd # Problem Title Solution 1000 Hello World! [Link] 1001 Extre

Nov 15, 2022

A visual representation of labyrinth solving with common traversal and heuristic algorithms + basic AI patterns

A visual representation of labyrinth solving with common traversal and heuristic algorithms + basic AI patterns

Path-finder A visual representation of labyrinth solving algorithms using common traversal algorithms such as BFS, DFS, A*. Plus there are some basic

Jan 19, 2022

Este repositório é uma coleção de soluções comentadas dos desafios encontrados no tópico Problem Solving do site HackerRank.

Soluções HackerRank - Problem Solving Este repositório é uma coleção de soluções Java comentadas dos desafios encontrados no tópico Problem Solving do

Apr 14, 2022

WordleCompanion - A tool to help you determine those hard-to-guess words while doing your daily Wordle puzzles.

A tool to help you determine those hard-to-guess words while doing your daily Wordle puzzles. How it works Enter the 5-letter word you

Jan 22, 2022

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

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

Dec 17, 2022

This script attempts to solve todays Wordle.

This script attempts to solve todays Wordle.

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

Jul 27, 2022

A program that helps you beat the Wordle game

A program that helps you beat the Wordle game

WordleHelper A program that helps you beat the Wordle game Usage: java -jar WordleHelper.jar [-c [maxTries]] Or just double-click the program icon to

Dec 8, 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

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

Nov 7, 2022

Wordle Solver - Built With Java Spring Boot + React.js

Wordle Solver - Built With  Java Spring Boot + React.js

Get a little Wordle help using information theory.

Aug 30, 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

Jun 11, 2022

Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.

imgscalr - Java Image-Scaling Library http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/ Changelog --------- 4.2 * Added sup

Jan 5, 2023

Java rate limiting library based on token/leaky-bucket algorithm.

Java rate limiting library based on token/leaky-bucket algorithm.

Java rate-limiting library based on token-bucket algorithm. Advantages of Bucket4j Implemented on top of ideas of well known algorithm, which are by d

Jan 8, 2023

Hashids algorithm v1.0.0 implementation in Java

Hashids.java A small Java class to generate YouTube-like hashes from one or many numbers. Ported from javascript hashids.js by Ivan Akimov What is it?

Jan 5, 2023

A novel implementation of the Raft consensus algorithm

Copycat Copycat has moved! Copycat 2.x is now atomix-raft and includes a variety of improvements to Copycat 1.x: Multiple state machines per cluster M

Dec 6, 2022

An easy-to-implement library for the GeoHash algorithm

An easy-to-implement library for the GeoHash algorithm

Overview An easy-to-implement library that can assist Java developers in using the GeoHash algorithm in order to create geocodes based on custom latit

Mar 25, 2022

Java library for the HyperLogLog algorithm

java-hll A Java implementation of HyperLogLog whose goal is to be storage-compatible with other similar offerings from Aggregate Knowledge. NOTE: This

Dec 30, 2022

Solutions for some common algorithm problems written in Java.

Solutions for some common algorithm problems written in Java.

Algorithms This repository contains my solution for common algorithms. I've created this repository to learn about algorithms and improve solutions to

Dec 30, 2022

Fast and stable sort algorithm that uses O(1) memory. Public domain.

WikiSort WikiSort is an implementation of "block merge sort", which is a stable merge sort based on the work described in "Ratio based stable in-place

Jan 1, 2023
Releases(1.0.1)
Owner
MCUmbrella
Amateur programmer. Loves Minecraft, Linux, Java, C/C++, etc. Zero knowledge about CSS, JS, PHP, Rust and all of the front-end things
MCUmbrella
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
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
A program that helps you beat the Wordle game

WordleHelper A program that helps you beat the Wordle game Usage: java -jar WordleHelper.jar [-c [maxTries]] Or just double-click the program icon to

MCUmbrella 7 Dec 8, 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
Wordle Solver - Built With Java Spring Boot + React.js

Get a little Wordle help using information theory.

Miguel Valarao 7 Aug 30, 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
8-Puzzle problem solved using the A* search algorithm.

8-Puzzle This program written in Java solves the 8-puzzle problem (and its natural generalizations) using the A* search algorithm. The Problem: The 8-

null 1 Jun 7, 2022
Reference implementation for MINAS (MultI-class learNing Algorithm for data Streams), an algorithm to address novelty detection in data streams multi-class problems.

Reference implementation for MINAS (MultI-class learNing Algorithm for data Streams), an algorithm to address novelty detection in data streams multi-class problems.

Douglas M. Cavalcanti 4 Sep 7, 2022
Presti 5 Nov 19, 2022
Maven plugin to help creating CHANGELOG by keeping one format and solving merge request conflicts problem by extraction of new CHANGELOG entries to seperate files.

keep-changelog-maven-plugin CHANGELOG.md is one of the most important files in a repository. It allows others to find out about the most important cha

Piotr Zmilczak 22 Aug 28, 2022