tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
get rid of puzzle in game state
Natalie B.
9 months ago
56a9e1ba
861db4a7
+1
-1
1 changed file
expand all
collapse all
unified
split
src
routes
rnfgrertt
borgle.lazy.tsx
+1
-1
src/routes/rnfgrertt/borgle.lazy.tsx
···
648
};
649
650
const generateCurrentGameState = (): string => {
651
-
let state = `Borgle Puzzle #${puzzleNumber}\n`;
652
653
for (let res in evaluations) {
654
const evalRow = evaluations[res];
···
648
};
649
650
const generateCurrentGameState = (): string => {
651
+
let state = `Borgle #${puzzleNumber}\n`;
652
653
for (let res in evaluations) {
654
const evalRow = evaluations[res];