A terminal-based game where a single player tackles multiple, simultaneous Wordle boards at once. Test your vocabulary and deductive reasoning skills by managing several word puzzles in a single command-line interface session!
- Simultaneous Boards: Play multiple, independent Wordle games displayed stacked in your console.
- Normal Wordle Mechanics: Use color-coded feedback (e.g., green, yellow, grey text) to help guess letters.
- Changable Difficulty The number of simultaneous boards gets decided at the start of every game.
- Pure C++ Console App: Lightweight and self-contained, requiring no external dependencies or internet connection.
To play the game, you need to download and run the pre-compiled executable for your operating system.
*You need to have a compatable operating system which is Linux
-
Download: Get the latest executable from the Releases page or download it directly from the itch.io page.
-
Navigate: Open your terminal or command prompt and go to the directory where you downloaded the executable.
-
Execute: Run the game using the appropriate command for your system:
- Linux:
./multi_wordle_linux # If necessary, first make it executable with: chmod +x multi_wordle_linux
.\multi_wordle_win.exe words.txt - Linux:
The point of the game is to guess all the words while using the same guess word for all boards. More specific instructions available in the game
- Playing Enter any valid 5 letter words that will then individually apply to all active games
- Output Will output coloured letters Green Letter is in the right place Yellow Letter is in the word, but in a different place Gray Letter is not in the word
- Ending The game ends when the user has successfully guessed all of the words or has run out of guesses example start with 4 wordles
If you wish to compile the game yourself, you will need a C++ compiler (like g++ or Clang) and Make.
-
Clone the Repository:
-
Build and launch the Game:
source launch
