https://github.com/Epicpkmn11/WordleDS
A clone of Wordle for the Nintendo DS(i)
https://github.com/Epicpkmn11/WordleDS
nintendo-ds nintendo-dsi wordle
Last synced: 8 months ago
JSON representation
A clone of Wordle for the Nintendo DS(i)
- Host: GitHub
- URL: https://github.com/Epicpkmn11/WordleDS
- Owner: Epicpkmn11
- License: gpl-3.0
- Created: 2022-02-14T05:51:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T02:09:23.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:40:02.367Z (over 1 year ago)
- Topics: nintendo-ds, nintendo-dsi, wordle
- Language: C++
- Homepage:
- Size: 3.25 MB
- Stars: 54
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dsdev - WordleDS
README
# Wordle DS
A clone of [Wordle](https://www.nytimes.com/games/wordle/index.html) 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](https://devkitpro.org/wiki/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](https://github.com/Epicpkmn11/WordleDS/wiki/Modding) for details.
To download mods, see the [mod list page](https://github.com/Epicpkmn11/WordleDS/blob/mods/mods.md) on the mods branch of this repository.
## Credits
- [Pk11](https://github.com/Epicpkmn11): This DS port
- [Josh Wardle](https://github.com/powerlanguage): The original Wordle
- [lifehackerhansol](https://github.com/lifehackerhansol): animatedbannerpatch.py from [TWiLight Menu++](https://github.com/DS-Homebrew/TWiLightMenu)
- [Rocket Robz](https://github.com/RocketRobz): Original music composition
- [SombrAbsol](https://github.com/SombrAbsol): Boxart image for TWiLight Menu++
- [devkitPro](https://github.com/devkitPro), [WinterMute](https://github.com/WinterMute): devkitARM, libnds, and libfat
- [Kentaro Fukuchi](https://github.com/fukuchi): [libqrencode](https://fukuchi.org/works/qrencode/index.html)