tangled
alpha
login
or
join now
clxxiii.dev
/
osu-bingo
0
fork
atom
Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu!
osu.bingo
osu
0
fork
atom
overview
issues
pulls
pipelines
remove basic logging
clxxiii
1 year ago
d9b01ec9
9e311080
-2
2 changed files
expand all
collapse all
unified
split
src
lib
server
game
final_call.ts
routes
(overlays)
overlays
board
+page.svelte
-1
src/lib/server/game/final_call.ts
···
33
33
count: square_map.get(team)?.length ?? 0
34
34
})
35
35
}
36
36
-
console.log({ square_map, count });
37
36
38
37
// If no claims, tie
39
38
if (count.length == 0) {
-1
src/routes/(overlays)/overlays/board/+page.svelte
···
70
70
const user = await userReq.json();
71
71
if (!user.game_id) {
72
72
game_id = null;
73
73
-
console.log('No game found');
74
73
return;
75
74
}
76
75
game_id = user.game_id.substring(4);