A clone of Wordle for the Nintendo DS(i)
Go to file
Pk11 11d70d9a71 Remove janky mmStop()
devkitPro fixed the memory leak, maxmod doesn't crash anymore!

(also this didn't actually fix anything for a while anyways)
2024-11-12 11:21:51 -06:00
.github/workflows Update actions 2024-11-12 10:02:15 -06:00
audio Add original music composition (#10) 2022-04-13 13:37:27 -05:00
data Add average time to stats menu 2022-08-14 17:30:15 -05:00
gfx Online word synchronization (#21) 2023-03-02 19:32:58 -06:00
include Fix -Wextra issues 2023-04-10 21:09:18 -05:00
libs Switch to better QR encoder 2022-03-16 20:00:48 -05:00
resources Update create-qr.py 2023-03-05 07:54:24 -06:00
source Remove janky mmStop() 2024-11-12 11:21:51 -06:00
.gitignore Changes to the infinte mode and settings menu (#19) 2022-11-05 15:14:24 -05:00
animatedbannerpatch.py Fix flake8 issues 2023-02-17 22:17:48 -06:00
banner.bin Animated icon 2022-04-07 23:32:23 -05:00
LICENSE.txt Very basic printf Wordle 2022-02-13 03:48:01 -06:00
Makefile Update for libnds 2.0.0 -- DSi Wi-Fi!! 2024-11-12 09:52:05 -06:00
README.md Reword to better match current daily word matching status 2023-03-22 14:40:29 -05:00

Wordle DS

A clone of Wordle for the Nintendo DS(i). The daily word matches the official NY Times version. A sharable text file will be made as sd:/_nds/WordleDS/Wordle DS/share.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.

Modding

Wordle DS allows for modding with custom word lists, graphics, music, etc. See the wiki for details.

To download mods, see the mod list page on the mods branch of this repository.

Credits