05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
22
TicTacToe-Compare/ministral-3-14b/dist/index.html
vendored
Normal file
22
TicTacToe-Compare/ministral-3-14b/dist/index.html
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tic-Tac-Toe with AI</title>
|
||||
<link rel="modulepreload" href="/game.ts">
|
||||
<link rel="modulepreload" href="/ui.ts">
|
||||
<style scoped src="styles.css"></style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="game-container">
|
||||
<h1 id="logo">✖️ Tic-Tac-Toe ✖️</h1>
|
||||
<div id="status" class="status"></div>
|
||||
<div id="board"></div>
|
||||
<p id="player-x">👤 X Player</p>
|
||||
<p id="computer-o">🤖 O Computer</p>
|
||||
<button id="replay">Play Again</button>
|
||||
</div>
|
||||
</script type="module" src="/ui.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user