interactives/src
gpt-engineer-app[bot] cb484c418e Add Bulgarian Solitaire interactive
Create a new interactive component for Bulgarian Solitaire. This component will allow users to select a number `n` (2-6), visualize a container with `1+2+...+n` boxes, and arrange these boxes into `1+2+...+n` columns. Users can drag and drop boxes between columns and return them to the container by double-clicking. A "Play" button will initiate the simulation of the Bulgarian Solitaire process until a steady state is reached. This interactive will be added to the Puzzles section.
2025-08-21 11:16:49 +00:00
..
components Add Bulgarian Solitaire interactive 2025-08-21 11:16:49 +00:00
hooks Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00
lib Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00
pages Add Bulgarian Solitaire interactive 2025-08-21 11:16:49 +00:00
utils Apply security fixes 2025-07-21 07:17:18 +00:00
App.css Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00
App.tsx Add Bulgarian Solitaire interactive 2025-08-21 11:16:49 +00:00
index.css Add new statement and styling 2025-08-08 07:10:05 +00:00
main.tsx Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00
vite-env.d.ts Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00