Data as JSON: https://gist.github.com/nicktimko/fb48810b448275a4d7817e2b65...
Or if you want to download it yourself (yay for Gemini giving me a Node one-liner to parse a JS object to get JSON. Beware it uses `eval`!!!)
curl -sSL https://ripplegame.app/assets/index-B2aU9M_o.js | \
grep -E -o -p "\[\{id:1\,.+\"}]}]" | \
node -e "const vm=require('vm'); let b=''; process.stdin.on('data',d=>b+=d).on('end',()=> { try { const script=new vm.Script('('+b+')'); console.log(JSON.stringify(script.runInNewContext({}),null,2)) } catch(e) { console.error('Invalid JS') } })"You are not Wordle. You are never going to recreate the virality of of Wordle. The artificial restriction on gameplay does not help you because 99.999% of your users are going to play it and move on rather than bookmark your site, set a reminder and come back the next day. Instead let them play a bunch of games NOW and they may get hooked.
Games like Detroid:Become Human has a good UI for showing the decisions, and outcomes (as well as unexplored ones in grey).
https://steamcommunity.com/sharedfiles/filedetails/?id=21627...
What is the point of this? I’m not going to return to a site with a cooldown timer after using it once.
But this should be mandatory game-theoretic education for politicians (if it really is what I think it is).
John7878781•16h ago