Skip to content

A clone of Wordle for the Nintendo DS(i)

License

Notifications You must be signed in to change notification settings

RocketRobz/WordleDS

 
 

Repository files navigation

Wordle DS

A clone of Wordle for the Nintendo DS(i). Unless the NY Times changes the word list, this will have the same word each day as the official Wordle. A sharable text file will be made as WordleDS.txt on completion or can be accessed as a QR code from the statistics menu.

Building

Follow devkitPro's Getting Started guide to install libnds, devkitARM, and grit, then simply run make.

Customizing

The word lists are defined in words.cpp. Any English word list should work as is. To use language that needs letters not in English, add the letters to the letters array in defines.hpp and the kbdKeys.png/letterTiles.png images, then add the keyboard keys in kbd.hpp.

All graphics are in the gfx folder and should mostly work fine if the PNGs are edited. A couple have hardcoded palette tweaks at runtime so they may glitch out if the palettes are changed. The more complex images also have their GIMP files in resources, the font used is nintendo_NTLG-DB_001. The fonts are in data and can be edited using an NFTR editor.

Most other things such as the word length, starting day, and any text strings are defined in defines.hpp.

Credits

About

A clone of Wordle for the Nintendo DS(i)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.5%
  • C 2.4%
  • Other 1.1%