Skip to content

RugbugRedfern/Unity-Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-Wordle

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.

How to Play

  1. Download the game

How to Build

  1. Install Unity
  2. 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.
  3. Open the project
    • Open Unity Hub, and click the arrow next to Open. Then choose Add 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.
  4. 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.
  5. Run the project
    • Navigate to the folder you build the project in and run Wordle.exe to play the game.