and worse they made it so there's only one single string of words now instead of one for accepted guesses and another for the answer list, they're just concatenated together
this makes it a pain to scrape for updating palmdle
i think they're fetching the word list index from an API. this makes it impossible for offline clones to match the nyt list. top notch thanks capitalism
yup. they're fuzzing the answer (no longer sequential by date) and using an API to fetch the answer each day. it goes only up to the 23rd of december of this year, so you can't even fetch any further ahead than that to build an offline version.
one solution i'm thinking of is if game id >= 506 i put a dialog box on that asks you to input the ID number returned by the API and build a small website which fetches that daily for you (bonus i could even generate an rss feed with the id)
i'm going to start working on this tomorrow. i wanted to do it sooner to not leave a big gap for palmdle players but unfortunately i can't get it all done too quick. pamdle 2.0 will come with the web ID function, with option for offline play (stay on old course)
there. we have a website to check each game's ID, and it even generates an RSS feed. tomorrow i'll get started modifying palmdle so new games ask you for an ID.