From ea0f2de71aec4696f4fb386aaa8d5f594d723487 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 31 Dec 2021 19:43:34 +0100 Subject: Initial commit --- LICENSE | 16 ++++++ README.md | 8 +++ image.png | Bin 0 -> 4004 bytes index.html | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ shapes/pics.odg | Bin 0 -> 33987 bytes shapes/s0.png | Bin 0 -> 4004 bytes shapes/s1.png | Bin 0 -> 3324 bytes shapes/s2.png | Bin 0 -> 3700 bytes shapes/s3.png | Bin 0 -> 1340 bytes shapes/s4.png | Bin 0 -> 2899 bytes shapes/s5.png | Bin 0 -> 3856 bytes shapes/s6.png | Bin 0 -> 4233 bytes shapes/s7.png | Bin 0 -> 1348 bytes 13 files changed, 185 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100755 image.png create mode 100755 index.html create mode 100755 shapes/pics.odg create mode 100755 shapes/s0.png create mode 100755 shapes/s1.png create mode 100755 shapes/s2.png create mode 100755 shapes/s3.png create mode 100755 shapes/s4.png create mode 100755 shapes/s5.png create mode 100755 shapes/s6.png create mode 100755 shapes/s7.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d391d41 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ + + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d283707 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Memory +A online version of Memory + +![Image](image.png) + +## Context + +I made this a few years ago and it was one of the first pieces of code I wrote, so please be gentle when reading a code. diff --git a/image.png b/image.png new file mode 100755 index 0000000..00e8686 Binary files /dev/null and b/image.png differ diff --git a/index.html b/index.html new file mode 100755 index 0000000..c5871ee --- /dev/null +++ b/index.html @@ -0,0 +1,161 @@ + + + + + +Memory + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/shapes/pics.odg b/shapes/pics.odg new file mode 100755 index 0000000..2b4218d Binary files /dev/null and b/shapes/pics.odg differ diff --git a/shapes/s0.png b/shapes/s0.png new file mode 100755 index 0000000..00e8686 Binary files /dev/null and b/shapes/s0.png differ diff --git a/shapes/s1.png b/shapes/s1.png new file mode 100755 index 0000000..18fcbaf Binary files /dev/null and b/shapes/s1.png differ diff --git a/shapes/s2.png b/shapes/s2.png new file mode 100755 index 0000000..d056b0b Binary files /dev/null and b/shapes/s2.png differ diff --git a/shapes/s3.png b/shapes/s3.png new file mode 100755 index 0000000..44a352a Binary files /dev/null and b/shapes/s3.png differ diff --git a/shapes/s4.png b/shapes/s4.png new file mode 100755 index 0000000..cc00119 Binary files /dev/null and b/shapes/s4.png differ diff --git a/shapes/s5.png b/shapes/s5.png new file mode 100755 index 0000000..20687ef Binary files /dev/null and b/shapes/s5.png differ diff --git a/shapes/s6.png b/shapes/s6.png new file mode 100755 index 0000000..981496d Binary files /dev/null and b/shapes/s6.png differ diff --git a/shapes/s7.png b/shapes/s7.png new file mode 100755 index 0000000..3e48683 Binary files /dev/null and b/shapes/s7.png differ -- cgit v1.2.3