interactives/src/components
gpt-engineer-app[bot] 6e6c8b5a42 Add "Random Start" to Bulgarian Solitaire
Added a "Random Start" option to the Bulgarian Solitaire game, allowing players to begin with a randomized initial setup.
-edited src/components/BulgarianSolitaire.tsx
2025-08-22 09:59:30 +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 "Random Start" to Bulgarian Solitaire 2025-08-22 09:59:30 +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 Update sim game route 2025-08-22 05:53:39 +00:00
GamesGallery.tsx Update Sim game page 2025-08-22 05:50:52 +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 Fix Bulgarian Solitaire link 2025-08-22 07:05:42 +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
StackingBlocks.tsx Fix Stacking Blocks base cases 2025-08-22 06:55:10 +00:00
SubtractionGame.tsx Fix hover effect on grey circles 2025-08-22 06:35:04 +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