Modular W-DS #11
NightScript370
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Initial mod support is added in d1d7979, it still needs a bit of polish at the moment but it should be functional. Haven't updated the README/wiki yet but it's not too complicated:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After lifehackerhansle introduced me to Jazle (A clone of Web Wordle with JavaScript library words), I've became increasingly interested in porting all sorts of Wordle clones to the Nintendo DS. Currently, for Jazle DS, I am injecting my word list into the code and then compiling a new build, which isn't very helpful for the Wordle DS ecosystem. I've also attempted custom how-to-play text, but that already broke its graphics.
Switching to reading files from the SD card would be much more elegant, especially considering that when there is a bug in the main Wordle-DS engine, an update to it wouldn't mean requiring to update all its forks.
Said files from the SD card should be INI files for its configuration, and JSON files for the lists.
Also, instead of hardcoding the amount of letters each series could have, we should have it look for the amount of letters in the word.
New dependencies it would have to introduce would be three, but we are already using external dependencies so it couldn't really hurt.
Opinions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions