Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

get rid of puzzle in game state

Natalie B. 56a9e1ba 861db4a7

+1 -1
+1 -1
src/routes/rnfgrertt/borgle.lazy.tsx
··· 648 648 }; 649 649 650 650 const generateCurrentGameState = (): string => { 651 - let state = `Borgle Puzzle #${puzzleNumber}\n`; 651 + let state = `Borgle #${puzzleNumber}\n`; 652 652 653 653 for (let res in evaluations) { 654 654 const evalRow = evaluations[res];