- Wordle - The original game.
- Dordle - Two wordle games at once.
- Quordle - Four wordle games at once.
- Lewdle - Like wordle but with lewd words.
- Sweardle - Swear word guessing game.
- Nerdle - Like wordle but with equations.
- Mathler - Find the hidden calculation that equals 128.
- Primel - Guess the prime number in 6 tries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Press `Ctrl + b` to start | |
^b:: | |
InputBox, UserInput, Command, Enter a command. | |
if ErrorLevel | |
{ | |
MsgBox, CANCEL was pressed. | |
} | |
else | |
{ | |
; Find windows containing 'Notepad' anywhere. |