From 90b9e5b5773a84c31e2ef77ceb81f7ca541c9ab8 Mon Sep 17 00:00:00 2001 From: Wahaj-Raza Date: Wed, 5 Oct 2022 00:47:54 +0500 Subject: [PATCH] Added a Game --- 9-car-game/index.html | 214 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 9-car-game/index.html diff --git a/9-car-game/index.html b/9-car-game/index.html new file mode 100644 index 00000000..1407c01e --- /dev/null +++ b/9-car-game/index.html @@ -0,0 +1,214 @@ + + + + JavaScript + + + + +
+
+
Press here to Start +
Arrow keys to move +
If you hit a another car you will lose.
+
+
+ + + + \ No newline at end of file