Epicpkmn11 / WordleDS

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

Online word synchronization #21

Closed Epicpkmn11 closed 1 year ago

Epicpkmn11 commented 1 year ago

This makes work more like the new method of the official version, with words used by a separate index which is fetched from the internet. I'm not super happy to have to make this change as I think offline play is very important (being as DS's don't have data connections lol), but by using a cache it should only need weekly or so updates. My #1 design goal with this is to match the official daily word, so something sustainable is important.

TODO:

I'm also revamping the GUI code slightly since this is just a rather convenient time to do so, even if overusing this branch a little.

Epicpkmn11 commented 1 year ago

Getting quite close, main thing left is the whole prevent playing beyond the end thing and probably a bunch of backward compatibility fixes

Epicpkmn11 commented 1 year ago

I think this is good now, if anyone wants to test please let me know any issues

barring issues and with a bit more thorough testing expect a new release soon