commit 0e547812eba1c9637bab288651f8ddd7a941464c Author: Zed A. Shaw Date: Wed Dec 24 22:11:30 2025 -0500 First commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e480e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# ---> 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~ + +backup +*.exe +*.dll +*.world +coverage +coverage/* +.venv +*.gz +config.toml +public +*.idx +*.sqlite3 +webapp diff --git a/README.md b/README.md new file mode 100644 index 0000000..7baa4b9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Turing's Tarpit + +A game for programmers. It watches you code and if you make too many mistakes you "die."