From c19dc6d3f8d242c4d7834adc14d74efcad7bef86 Mon Sep 17 00:00:00 2001 From: SSP6904 <75172901+SSP6904@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:30:13 -0400 Subject: [PATCH] first commit --- README.md | 5 +++ index.html | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f2896b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Win Solitaire +A JavaScript based game, based on the Solitaire game from Windows XP, but with the winner animation. + +## Source code +- [MrDoob](https://mrdoob.com/lab/javascript/effects/solitaire/) \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..42e42d6 --- /dev/null +++ b/index.html @@ -0,0 +1,124 @@ + + + + + +Winning Solitaire + + + +
click and win!
+ + + + \ No newline at end of file