From d7b2f2f4e1bc48a76654b03b772867d37ccba0ae Mon Sep 17 00:00:00 2001 From: Brittany Date: Tue, 30 May 2017 10:58:56 -0700 Subject: [PATCH] added files to start building games --- public/css/simon.css | 0 public/css/tictactoe.css | 0 public/js/simon.js | 0 public/js/tictactoe.js | 0 public/simon.html | 8 ++++++++ public/tictactoe.html | 9 +++++++++ 6 files changed, 17 insertions(+) create mode 100644 public/css/simon.css create mode 100644 public/css/tictactoe.css create mode 100644 public/js/simon.js create mode 100644 public/js/tictactoe.js create mode 100644 public/simon.html create mode 100644 public/tictactoe.html diff --git a/public/css/simon.css b/public/css/simon.css new file mode 100644 index 0000000..e69de29 diff --git a/public/css/tictactoe.css b/public/css/tictactoe.css new file mode 100644 index 0000000..e69de29 diff --git a/public/js/simon.js b/public/js/simon.js new file mode 100644 index 0000000..e69de29 diff --git a/public/js/tictactoe.js b/public/js/tictactoe.js new file mode 100644 index 0000000..e69de29 diff --git a/public/simon.html b/public/simon.html new file mode 100644 index 0000000..e78b851 --- /dev/null +++ b/public/simon.html @@ -0,0 +1,8 @@ + + + + Simon + + + + diff --git a/public/tictactoe.html b/public/tictactoe.html new file mode 100644 index 0000000..550c0ed --- /dev/null +++ b/public/tictactoe.html @@ -0,0 +1,9 @@ + + + + Simon + + + + +