diff options
| author | s1n <[email protected]> | 2019-08-12 21:55:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-12 21:55:21 -0700 |
| commit | 896bb8328fbef00d6285f090a91a8fb0802189e9 (patch) | |
| tree | de4f06e9d4336d558ec4e1b448469b33997d3926 | |
| parent | Initial commit (diff) | |
| download | invaders-896bb8328fbef00d6285f090a91a8fb0802189e9.tar.xz invaders-896bb8328fbef00d6285f090a91a8fb0802189e9.zip | |
Create README
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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! |