Epicpkmn11 / WordleDS

A clone of Wordle for the Nintendo DS(i)
GNU General Public License v3.0
54 stars 12 forks source link

how do i clear my data/streak? #7

Closed fuglord closed 2 years ago

Epicpkmn11 commented 2 years ago

Delete WordleDS.json, it should be next to the ROM, but it may also be in the SD root depending on how it's loaded.

You can also just delete specific items from the JSON such as the streak or maxStreak if you want.

(In the current release it's already formatted human readably, but I changed it to be minified to not waste space so in future versions/nightlies can use sites such as http://jsonprettify.com to make it more readable fyi)