tiennm99 84ea8df35d feat(03-02): extend Game.ts with match handling and score display
- Added MatchEngine instantiation in Game constructor
- Implemented tilesSelected event handler with match validation
- Valid matches: emit tilesMatched event, clear tiles, update score display
- Failed matches: emit matchFailed event, deselect after 200ms delay
- Added private score property tracking current score
- Added updateScoreDisplay method to update HTML overlay
- Extended GameEvents interface with tilesMatched and matchFailed events

Event flow:
1. Player selects two tiles → tilesSelected event
2. MatchEngine validates match (type → position → path)
3. Success: clear tiles, add score, update display, emit tilesMatched
4. Failure: emit matchFailed, deselect tiles after 200ms
2026-03-11 04:41:30 +00:00

ai-coding-workflow-labs

Experiments with AI-assisted coding workflows and tooling. Each directory was a standalone repository, merged here with full history. The web demos are served together at tiennm99dev.github.io/ai-coding-workflow-labs.

Directory Experiment Demo
claudekit/ ClaudeKit workflow (Vite/JS) /claudekit/
superpowers/ Superpowers skill set (Vite/JS) /superpowers/
bmad/ BMAD method (Vite/JS) /bmad/
oh-my-claudecode/ oh-my-claudecode (static) /oh-my-claudecode/
gstack/ gstack starter (Astro/Bun) /gstack/
cc4e-course/ Claude Code for Everyone course work /cc4e-course/
advanced-claude-workflows/ Hooks/aliases notes /advanced-claude-workflows/
cowork-complete-guide/ Claude Cowork complete-guide practices /cowork-complete-guide/
ross-mike-workflows/ Ross Mike workflows mini-lesson practices
vin-obsidian-workflows/ Vin Obsidian workflows mini-lesson practices (Obsidian vault)

The Deploy to GitHub Pages workflow builds every app with its base path under this repo and publishes them as one site with a root index.

Archive of experiments — not production code.

S
Description
Experiments with AI-assisted coding workflows — ClaudeKit, Superpowers, BMAD, oh-my-claudecode, gstack, and course work, merged with full history
Readme
4.6 MiB
Languages
JavaScript 48.8%
Python 39.1%
HTML 5.1%
CSS 2.8%
Astro 1.7%
Other 2.5%