Mathew Sir Guest the best and Claude Opus 4.6
fd3ff46804
fix: add active_page block to game template
...
Matches the active nav pattern from base.html updates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:58:00 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
2ee8afe582
feat: add game page frontend with grid, word list, timer, and dual input
...
Recreates base.html and main.html templates (lost during reset).
Adds game.html with setup UI (category picker, board size slider),
interactive grid table, word list sidebar, text input, click-to-select,
timer, and completion banner. Adds game.js for all frontend logic.
Extends theme.css with game grid and form control styles using the
indigo/coral palette.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:56:13 -06:00
Mathew Sir Guest the best
a65be26311
style: swap teal palette for dark indigo with coral accents
2026-05-06 22:47:59 -06:00
Mathew Sir Guest the best
2104027c20
feat: add howtoplay and about routes with placeholder templates
2026-05-06 22:46:49 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
7c3a8f22cf
feat: add REST API for categories, game creation, and guessing
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:46:25 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
c1f7ed44c1
feat: add Alembic migrations and category seed data
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:42:52 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
e483d1127a
feat: add BoardFactory for word search grid generation
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:39:43 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
1c4154b84b
feat: add database setup module
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:37:44 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
041b768cd4
feat: add SQLAlchemy models for Category, CategoryWord, Game, Word
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:36:35 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
2930adb51d
feat: add sqlalchemy and alembic dependencies
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:34:51 -06:00
Mathew Sir Guest the best and Claude Opus 4.6
85045f2a5f
Add game logic design spec
...
Defines data models (Category, CategoryWord, Game, Word), board
factory, REST API endpoints, and dual-input frontend design for the
word search game.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 22:28:24 -06:00