From bbee4972bfaabde48effd3920d4aad9d58474276 Mon Sep 17 00:00:00 2001 From: Mark Hernandez Date: Thu, 6 Aug 2026 10:52:13 -0500 Subject: [PATCH] Add references for Lobo rules / inspiration --- .vscode/settings.json | 12 ++++++------ README.md | 8 ++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 README.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 255a111..4f892f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,4 @@ { - "npm.scriptRunner": "vp", - "editor.defaultFormatter": "oxc.oxc-vscode", "[javascript]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, @@ -13,10 +11,12 @@ "[typescriptreact]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, - "oxc.fmt.configPath": "./vite.config.ts", - "editor.formatOnSave": true, - "editor.formatOnSaveMode": "file", "editor.codeActionsOnSave": { "source.fixAll.oxc": "explicit" - } + }, + "editor.defaultFormatter": "oxc.oxc-vscode", + "editor.formatOnSave": true, + "editor.formatOnSaveMode": "file", + "npm.scriptRunner": "vp", + "oxc.fmt.configPath": "./vite.config.ts" } diff --git a/README.md b/README.md new file mode 100644 index 0000000..812c3ed --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Lobo + +## References + +- [How to Play Lobo | The Solo Card Game Where the Wolf (Almost) Always Wins (Totally Decked #8) - YouTube](https://youtu.be/uukEaAoIt9g) +- [Lobo | Board Game | Board Game Geek](https://boardgamegeek.com/boardgame/368675/lobo) +- [Vines Card Game — Crab Fragment Labs](https://crabfragmentlabs.com/vines) +- [Lobo Rules - LoboRules11.pdf](https://static1.squarespace.com/static/5e1ce8815cb76d3000d347f2/t/62f7f6f8474dc10be0b89409/1660417787197/LoboRules11.pdf) -- 2.51.2