..
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
Code edited in Lovable Code Editor
2025-08-22 11:26:07 +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
Add share component and UID
2025-08-22 11:15:51 +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
ParityBitsGame.tsx
Fix parity bits highlighting and labels
2025-08-22 17:39:03 +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
Fix Subtraction Game link
2025-08-22 11:20:42 +00:00
StackingBlocks.tsx
Fix Stacking Blocks base cases
2025-08-22 06:55:10 +00:00
SubtractionGame.tsx
Add undo functionality
2025-08-22 11:39:35 +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