aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-12 21:55:21 -0700
committerGitHub <[email protected]>2019-08-12 21:55:21 -0700
commit896bb8328fbef00d6285f090a91a8fb0802189e9 (patch)
treede4f06e9d4336d558ec4e1b448469b33997d3926
parentInitial commit (diff)
downloadinvaders-896bb8328fbef00d6285f090a91a8fb0802189e9.tar.xz
invaders-896bb8328fbef00d6285f090a91a8fb0802189e9.zip
Create README
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4a31478
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+ _____ _____ _
+/ ___| |_ _| | |
+\ `--. _ __ __ _ ___ ___ | | _ ____ ____ _ __| | ___ _ __ ___
+ `--. \ '_ \ / _` |/ __/ _ \ | || '_ \ \ / / _` |/ _` |/ _ \ '__/ __|
+/\__/ / |_) | (_| | (_| __/ _| || | | \ V / (_| | (_| | __/ | \__ \
+\____/| .__/ \__,_|\___\___| \___/_| |_|\_/ \__,_|\__,_|\___|_| |___/
+ | |
+ |_|
+
+Space Invaders in 501 bytes.
+
+This a game recreating the Space Invaders game in 501 bytes.
+
+Move with the left and right arrow keys and any key to
+shoot. (You might have to disable StickyKeys in Windows.)
+
+Enjoy it!