From a5363271ef53768c61d67c2d40ae08e1540ec4bf Mon Sep 17 00:00:00 2001 From: Aaron Simpkins Date: Thu, 17 Sep 2020 22:14:10 -0400 Subject: [PATCH] pong html code and modified pong code for gunfight --- gunfight.html | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++ pong.html | 197 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 401 insertions(+) create mode 100644 gunfight.html create mode 100644 pong.html diff --git a/gunfight.html b/gunfight.html new file mode 100644 index 0000000..599e257 --- /dev/null +++ b/gunfight.html @@ -0,0 +1,204 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/pong.html b/pong.html new file mode 100644 index 0000000..cbff7d7 --- /dev/null +++ b/pong.html @@ -0,0 +1,197 @@ + + + + + + + + + + + \ No newline at end of file