Add credits section
Add a credits box below the current section with information about Bulgarian Solitaire, its origins, and resources for further learning.
This commit is contained in:
parent
62832a3758
commit
830edd8e6b
1 changed files with 8 additions and 0 deletions
|
|
@ -428,6 +428,14 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
{/* Credits */}
|
||||
<div className="bg-muted/30 rounded-lg p-6 space-y-4">
|
||||
<h3 className="text-lg font-semibold">Credits:</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Find out more about Bulgarian Solitaire on Wikipedia. I learned of this game from Akash Kumar, who very kindly walked me through the argument found in Peter Winkler's beautiful puzzle book, available here. The game was introduced by Martin Gardner.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{showSocialShare && (
|
||||
<SocialShare
|
||||
title="Bulgarian Solitaire - Interactive Mathematical Puzzle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue