diff --git a/README.md b/README.md index a4e471bc8d..df8159fde2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Classic Arcade Game Clone Project ## Table of Contents @@ -18,3 +19,4 @@ For detailed instructions on how to get started, check out this [guide](https:// ## Contributing This repository is the starter code for _all_ Udacity students. Therefore, we most likely will not accept pull requests. + diff --git a/css/style.css b/css/style.css deleted file mode 100644 index e28c912414..0000000000 --- a/css/style.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - text-align: center; -} diff --git a/images/enemy-bug.png b/images/enemy-bug.png old mode 100755 new mode 100644 index 191587b4fa..ac7c828852 Binary files a/images/enemy-bug.png and b/images/enemy-bug.png differ diff --git a/index.html b/index.html index c9a3b8e775..ee402a539b 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,38 @@
-