title fix, more randomized

This commit is contained in:
Theo Browne
2026-02-20 05:26:20 -08:00
parent 77f68d440c
commit 0f653c79bb
8 changed files with 884 additions and 29 deletions

View File

@@ -126,7 +126,7 @@ const server = Bun.serve({
},
});
console.log(`\n🎮 Quipslop Web — http://localhost:${server.port}`);
console.log(`\n🎮 Qwipslop Web — http://localhost:${server.port}`);
console.log(`📡 WebSocket — ws://localhost:${server.port}/ws`);
console.log(`🎯 ${runs} rounds with ${MODELS.length} models\n`);