Add Knights and Knaves puzzle

Adds the "Knights and Knaves - I" interactive to the Foundations section. The interactive features a central arena and five external boxes for statements. Dragging statements into the arena turns them green, and incompatible statements turn the arena red.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-08 06:49:18 +00:00
parent 16ccffa5f4
commit 954110c6a2
4 changed files with 208 additions and 0 deletions

View file

@ -36,6 +36,10 @@ export default {
DEFAULT: 'hsl(var(--destructive))',
foreground: 'hsl(var(--destructive-foreground))'
},
success: {
DEFAULT: 'hsl(var(--success))',
foreground: 'hsl(var(--success-foreground))'
},
muted: {
DEFAULT: 'hsl(var(--muted))',
foreground: 'hsl(var(--muted-foreground))'