interactives/src/components
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
..
guessing-game Fix guess count 2025-08-10 14:23:08 +00:00
ui Improve slider appearance 2025-07-21 07:48:44 +00:00
AssistedNimGame.tsx Add Assisted Nim Game and update components 2025-07-22 03:35:33 +05:30
BalancedTernaryGame.tsx Rename a title 2025-07-21 10:12:11 +00:00
BinaryNumberGame.tsx Change interactive sum color 2025-07-19 14:39:24 +00:00
BinarySearchTrick.tsx Fix Binary Search Magic Trick 2025-07-21 10:18:23 +00:00
BulgarianSolitaire.tsx Add Bulgarian Solitaire interactive 2025-08-21 11:16:49 +00:00
ChessboardRepaintPuzzle.tsx Polish Chessboard Repaint Puzzle - consolidate rules text and add parity spoiler 2025-07-22 10:44:38 +05:30
ComingSoon.tsx Add common header and footer 2025-07-19 13:39:51 +00:00
ErrorBoundary.tsx Apply security fixes 2025-07-21 07:17:18 +00:00
GameOfSim.tsx Fix GameOfSim component layout and add full-screen support 2025-07-20 09:32:08 +05:30
GamesGallery.tsx Refactor interactive links 2025-08-21 10:59:06 +00:00
GoldCoinGame.tsx Enhance Gold Coin Game: add deselect functionality, prevent moves to occupied cells, improve instructions, add randomized board generation, and prevent interactions before game start 2025-07-22 03:58:31 +05:30
GreenScreenWrapper.tsx Add green-screen friendly versions 2025-07-19 13:59:42 +00:00
GridTilingPuzzle.tsx Add social share boxes to Grid Tiling Puzzle and Sunny Lines Puzzle 2025-07-23 06:07:52 +05:30
GuessingGame.tsx Add contradiction detection 2025-08-10 15:36:09 +00:00
InteractiveCard.tsx feat: Implement website structure 2025-07-19 13:01:09 +00:00
InteractiveGallery.tsx Refactor interactive links 2025-08-21 10:59:06 +00:00
InteractiveIndex.tsx Remove Number Guessing Game 2025-08-11 12:26:12 +00:00
KnightsAndKnavesI.tsx Refactor interactive elements 2025-08-08 07:29:51 +00:00
KnightsPuzzle.tsx Refactor Knights Puzzle layout 2025-07-21 09:28:29 +00:00
Layout.tsx Fix hover preview to show single bounding rectangle instead of per-square borders 2025-07-22 10:39:01 +05:30
Navigation.tsx Refactor home page and navigation 2025-07-21 09:59:47 +00:00
NimGame.tsx feat: add standalone Nim game page, route, and container layout; remove global header/footer from /games/nim 2025-07-22 02:40:47 +05:30
NorthcottsGame.tsx Hide first player and simplify background. 2025-07-21 10:04:29 +00:00
NQueensPuzzle.tsx Fix N-Queens board issues 2025-07-24 11:21:39 +00:00
PebblePlacementGame.tsx Change grey text to white 2025-08-21 10:56:28 +00:00
PlateSwapPuzzle.tsx Add Plate Swap Puzzle with full functionality and attribution 2025-07-22 04:47:21 +05:30
RulesOfInferencePlayground.tsx Fix simplification rule 2025-08-11 12:32:50 +00:00
SikiniaParliamentPuzzle.tsx Add interactive to index 2025-07-24 03:04:33 +00:00
SocialShare.tsx Center align share buttons 2025-08-21 11:00:17 +00:00
SunnyLinesPuzzle.tsx Add social share boxes to Grid Tiling Puzzle and Sunny Lines Puzzle 2025-07-23 06:07:52 +05:30
TernaryNumberGame.tsx Improve slider appearance 2025-07-21 07:48:44 +00:00
TernarySearchTrick.tsx Add Ternary Search Magic Trick interactive and fix layout issues 2025-07-20 10:29:09 +05:30
ThemeCard.tsx Housekeeping: reorder themes, fix hover effects, update titles, add collapsible tags, move Zeckendorf Search Magic Trick to Data Structures 2025-07-23 05:05:52 +05:30
ZeckendorfGame.tsx Fix Zeckendorf game: add more Fibonacci numbers (up to 55) to ensure targets are reachable 2025-07-22 11:08:21 +05:30
ZeckendorfSearchTrick.tsx Add Zeckendorf Search Magic Trick with improved layout and card numbering 2025-07-22 11:38:05 +05:30