commit 933f47a440bc4e794a39b6515f01eb15da92ddcd Author: Zed A. Shaw Date: Wed Sep 25 00:10:33 2024 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec2481e --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d64aa11 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +It's Copyright. All Rights Reserved. You have no license at all other than permission to view it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..27a6323 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# roguish + +The next little game in the series where I make a fancy rogue game. \ No newline at end of file