Skip to content

Vanish-Coder/Simple-Wordle-Offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 

Repository files navigation

Please note that StdDraw.java was not created by me and I only made a few tweaks to it to fit my program (StdDraw is a java library program).

Also note that this game is not sponsored or created by the New York Times (NYT), the company that owns Wordle.


Simple Wordle

A fun little remake of the classic (well technically, one change is you can play it without wifi 😃)...

Guide (step by step):

Screenshot 2025-11-06 at 10 17 52 PM

Install the latest release for best experience (older releases will work fine as well, but they will have more bugs and less features obviously).

Also prereleases may often be ridden with bugs, so if you want a smoother experience, you should install the latest FULL release. However, playing the prereleases will give you funner gameplay, so as long as you don't mind bugs too much, check it out (plus it helps with bug testing 😃).

Playing the Game:

To play the game, do the following:

  1. Go to the shell on your laptop.

IMPORTANT: You need to have Java installed for the following to work. You may already have Java pre-installed, especially if you use Linux. To check (if you are unsure), skip straight to Step 5.

Installation Instructions (note that Step 4 is only for Windows users and that Step 5 is optional, but is a good way to check if you are all setup):

Screenshot 2025-12-26 at 7 06 38 PM _________________________________________________________________________________________________
  1. Go to the directory with the code inside it (to do so, use the command: cd [file directory info]).
    • For example, assuming my game files were stored in Simple Wordle, in a manner like this (image below), I would enter in: cd Desktop/SimpleWordle
Screenshot 2025-11-05 at 4 29 57 PM ________________________________________________________________________________________________________________________
  1. Next compile all the files using the command: javac *.java (It may show some warnings, but those are just because of some archaic methods the StdDraw.java file is, it won't be a problem).

  1. Next run the game with the command: java Wordle
  • A window should pop up that looks like this:
Screenshot 2025-11-06 at 10 17 21 PM __________________________________________________________________________________________________
  1. Enjoy 🔥!
  • You can press the "Reset" button to reset the board and the word you have to guess
  • Also the on-screen keyboard is not just for show, it actually works.

Some simple command line "cheats":

  • Saying: java Wordle show during runtime (instead of java Wordle) will show you the word that you need to guess for this turn (and the next ones).
  • You can choose your own words as well by putting a word in front of the "java Wordle show" command (i.e. to make the word "pizza", you should do: java Wordle show pizza)

Final Notes:

  • I will probably update this somewhat constantly so any current bugs (I don't think they are any, but I could be wrong), will probably be patched soon (as of now).
  • That being said, I will probably stop updating this (or at least stop frequently updating it) after a while (not sure when, just know I could drop updates for this at any time) as this is not an original project, so there's no point of putting too much work.

About

This is a remake of the classic Wordle that runs entirely on Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages