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 @@
Create a web-based tic-tac-toe game. One player will play against the computer. On start, ask the computer to call it for a coin flip to see who gets to go first. The computer will enforce the rules and detect when the game is over and announce the winner or a draw and encourage the player to play again. The computer will select a legal move randomly when it is their turn.