You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alexander Kramer 06acabe36b
guess attempts spelling fixed
2 years ago
dict commentary added and improved 2 years ago
inc guess attempts spelling fixed 2 years ago
maps made the game window taller 2 years ago
tiles cleaner looking help page 2 years ago
.gitignore initial commit 2 years ago
LICENSE initial commit 2 years ago
Makefile initial commit 2 years ago
Readme.md readme improved 2 years ago
wordle.asm guess attempts spelling fixed 2 years ago
wordle.gb made the game window taller 2 years ago

Readme.md

Wordle

In this game, a word with five letters has to be guessed. For this purpose, six words can be tried. After each attempt, every character is shown whether it is not present, present and in the right place, or present but not in the right place.

Controls

START       Starts a new game
SELECT      Confirms the entered word
→ ↓ ← ↑     Moves the cursor
A           Selects a character
B           Deletes the last character

Requirements

To play this game on a real handheld, you have to build the ROM for yourself, because the one included lacks copyrighted header data.

To build this game, you will need the rgbds suite. An SameBoy installation is optional.

Build

The following commands should be useful:

make debug    # build the ROM
make release  # build the ROM and fix headers
make run      # build and run the ROM