Skip to content

aizenbaidya/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone

A simple Wordle clone made using Java and the StdDraw library.

Some features to implement in the future

  • Animate the tiles
  • Add sound effects
  • Indicate letters used by displaying an on-screen keyboard
  • A dialog box indicating win/loss

How to run the project

Download the project into a folder and run "javac *.java" in the terminal to compile it and "java Main" to run it.

Credits

The StdDraw library is linked here, and the list of words used is here.

Notes

Once the game ends, you can press the R key to play again.