Update readme

This commit is contained in:
2026-04-15 18:31:42 -04:00
parent bbc649efbf
commit b06b9ea838
2 changed files with 11 additions and 8 deletions

14
.vscode/settings.json vendored
View File

@@ -1,11 +1,11 @@
{
"files.exclude": {
".gitignore": true,
"LICENSE": true,
"README.md": true,
".vscode/": true,
".venv/": true,
".ruff_cache/": true,
"*/__pycache__/": true
".gitignore": false,
"LICENSE": false,
"README.md": false,
".vscode/": false,
".venv/": false,
".ruff_cache/": false,
"*/__pycache__/": false
}
}

View File

@@ -1,3 +1,6 @@
# Whiskerbound
Whiskerbound remake 4 or 5 I forget
This is a game about taking care of a pet
STILL IN DEVELOPMENT