From e02696b245720df5ce05a0109589c74d8ff5b217 Mon Sep 17 00:00:00 2001 From: simon-ec Date: Sat, 6 Jun 2026 19:04:01 -0400 Subject: [PATCH] init --- README.md | 1 + quickdraw-game.html | 90 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 README.md create mode 100644 quickdraw-game.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..97aaa5d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +a basic reaction time game diff --git a/quickdraw-game.html b/quickdraw-game.html new file mode 100644 index 0000000..6d9746f --- /dev/null +++ b/quickdraw-game.html @@ -0,0 +1,90 @@ + + + + + + + +
+ +
+ + + + \ No newline at end of file