05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.

This commit is contained in:
DavidSaylor
2026-05-18 19:55:48 -05:00
parent aed69afdfd
commit c5d3912070
544 changed files with 140434 additions and 364 deletions

View File

@@ -0,0 +1,18 @@
!<!DOCTYPE html>>
<html lang="en">
<head>
<title>Modern Tic-Tac-Toe</title>
<link rel = "stylesheet" href = "styles.css">
</head>
<body>
<main class="game-container">
<!-- Displays coin flip banner -->
<header>
<h1 id="banner">Coin Flip...</div></h1>
</header>
<table id="board" class="ttt-game-board">
<tr>
<col><button id='cell-0' data-square-index='0'>\<button></col>
<col><button>...</button></div></td>
</table>