Skip to content

Commit

Permalink
Change default mod to Wordle DS
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Apr 26, 2022
1 parent c9042a2 commit 0fbfad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wordle DS
A clone of [Wordle](https://www.nytimes.com/games/wordle/index.html) 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 `sd:/_nds/WordleDS/WordleDS/share.txt` on completion or can be accessed as a QR code from the statistics menu.
A clone of [Wordle](https://www.nytimes.com/games/wordle/index.html) 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 `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`.
Expand Down
2 changes: 1 addition & 1 deletion include/gameData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define SETTINGS_JSON_OLD "WordleDS.json"

#define DEFAULT_MOD "WordleDS"
#define DEFAULT_MOD "Wordle DS"
#define DATA_PATH "/_nds/WordleDS/"
#define SETTINGS_JSON DATA_PATH "settings.json"
#define STATS_JSON "/stats.json"
Expand Down

0 comments on commit 0fbfad9

Please sign in to comment.