An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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)