diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e31b6a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ + +# Autogenerated VS/MD solution and project files +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj + +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..07599ba --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# PuzzleProject +Limited to only W key (to help make puzzle hard). Goal is to find sword and 2 potions to defeat both enemies.