From 2209ae983408f0c43005e00ea2d7a5122a1607be Mon Sep 17 00:00:00 2001
From: ExplodingCB <80976683+ExplodingCB@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:31:14 -0800
Subject: [PATCH 01/65] Update index.html
---
index.html | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/index.html b/index.html
index 29a9360..b83b732 100644
--- a/index.html
+++ b/index.html
@@ -1105,16 +1105,6 @@
var extension = Modernizr.audio.ogg ? 'ogg' : 'mp3';
- var audio_files = [
- ["start", root + "audio/opening_song." + extension],
- ["die", root + "audio/die." + extension],
- ["eatghost", root + "audio/eatghost." + extension],
- ["eatpill", root + "audio/eatpill." + extension],
- ["eating", root + "audio/eating.short." + extension],
- ["eating2", root + "audio/eating.short." + extension]
- ];
-
- load(audio_files, function() { loaded(); });
};
function load(arr, callback) {
From 06d38c13aecc375c1740f74d577367589770990b Mon Sep 17 00:00:00 2001
From: ExplodingCB <80976683+ExplodingCB@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:33:51 -0800
Subject: [PATCH 02/65] Create tetris.html
---
tetris.html | 319 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 319 insertions(+)
create mode 100644 tetris.html
diff --git a/tetris.html b/tetris.html
new file mode 100644
index 0000000..fd8cb85
--- /dev/null
+++ b/tetris.html
@@ -0,0 +1,319 @@
+
+
+
+ Basic Tetris HTML Game
+
+
+
+
+
+
+
+
From 1bbcfe92d6faa87ba906d514a738ae5509b43b22 Mon Sep 17 00:00:00 2001
From: ExplodingCB <80976683+ExplodingCB@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:35:44 -0800
Subject: [PATCH 03/65] Rename index.html to pacman.html
---
index.html => pacman.html | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename index.html => pacman.html (100%)
diff --git a/index.html b/pacman.html
similarity index 100%
rename from index.html
rename to pacman.html
From 48cf960d36b2f897372ae305a827a2dc068eba77 Mon Sep 17 00:00:00 2001
From: ExplodingCB <80976683+ExplodingCB@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:36:19 -0800
Subject: [PATCH 04/65] Create index.html
---
index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f55e3a0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,56 @@
+
+
+
+ HTML Unlocked
+
+
+
+
+
+
+ Mainpage
+
+
+
+ Play Tetrisr
+
+
+
+
+
+
+ Mainpage
+
+
+
+ Play Pacman
+
+
+
+
From 051b2a142f1657031fddf01e8f532e329f7a5563 Mon Sep 17 00:00:00 2001
From: ExplodingCB <80976683+ExplodingCB@users.noreply.github.com>
Date: Thu, 16 Dec 2021 21:38:17 -0800
Subject: [PATCH 05/65] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f55e3a0..a7f819c 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@ HTML Unlocked
- Play Tetrisr
+ Play Tetris