Wordle recreated in Unity C#, in a format that values speed over accuracy. Players have six attempts to guess the hidden word using clues based on previous guesses. Green means the letter is in the correct place, yellow means it is in the wrong place but it is somewhere in the word, and gray means the letter is not in the word at all. Use your deductive reasoning and knowledge of words to find as many hidden words as possible before the time runs out.
- Download the game
- Download Build.zip from the latest release https://github.com/RugbugRedfern/Unity-Wordle/releases/tag/Latest
- Extract the ZIP folder.
- Run Wordle.exe inside.
- Install Unity
- Download Unity Hub from https://unity.com/download
- Download Unity 2020.3.24f1 from the download archive. Choose the
Unity Hub
option to download it through the Hub. https://unity3d.com/get-unity/download/archive
- Download the project files
- Download the code from the repository by clicking
Code
>Download ZIP
in the top right of the main repository page. - Extract the ZIP folder.
- Download the code from the repository by clicking
- Open the project
- Open Unity Hub, and click the arrow next to
Open
. Then chooseAdd project from disk
. - Navigate to the extracted project files, and select the folder containing them to open the project.
- Click on the project in the
Projects
list.
- Open Unity Hub, and click the arrow next to
- Build the project
- Once in Unity, press CTRL + SHIFT + B to open the build settings menu, or go
File
>Build Settings
- Press
Build
and choose a folder to build in.
- Once in Unity, press CTRL + SHIFT + B to open the build settings menu, or go
- Run the project
- Navigate to the folder you build the project in and run Wordle.exe to play the game.