{"id":35267850,"url":"https://github.com/stritti/skip-bo-strategy-evaluation","last_synced_at":"2026-04-06T06:33:18.505Z","repository":{"id":327933409,"uuid":"1113398386","full_name":"stritti/skip-bo-strategy-evaluation","owner":"stritti","description":"AI generated app to analyse strategy for skip-bo","archived":false,"fork":false,"pushed_at":"2025-12-26T02:06:46.000Z","size":3685,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T21:31:08.722Z","etag":null,"topics":["analysis","skip-bo-game","vibe-coded","vue3"],"latest_commit_sha":null,"homepage":"https://skip-bo-strategy-analysis.netlify.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stritti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-09T23:29:27.000Z","updated_at":"2025-12-23T13:37:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stritti/skip-bo-strategy-evaluation","commit_stats":null,"previous_names":["stritti/skip-bo-strategy-evaluation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stritti/skip-bo-strategy-evaluation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stritti%2Fskip-bo-strategy-evaluation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stritti%2Fskip-bo-strategy-evaluation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stritti%2Fskip-bo-strategy-evaluation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stritti%2Fskip-bo-strategy-evaluation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stritti","download_url":"https://codeload.github.com/stritti/skip-bo-strategy-evaluation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stritti%2Fskip-bo-strategy-evaluation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","skip-bo-game","vibe-coded","vue3"],"created_at":"2025-12-30T11:08:21.930Z","updated_at":"2026-04-06T06:33:18.496Z","avatar_url":"https://github.com/stritti.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skip-Bo Strategy Evaluation 🃏📊\n\nEine moderne Web-Anwendung zur Simulation und Auswertung verschiedener Strategien im Kartenspiel Skip-Bo. Entwickelt mit Vue 3, TypeScript und TailwindCSS.\n\n\u003e [!NOTE]\n\u003e **Pure Vibe Coding**: Diese gesamte Anwendung wurde vollständig \"Vibe Coded\" – ohne jeglichen manuellen Eingriff in den Code.  \n\u003e Erstellt mit **Gemini 3 Pro** in **Antigravity**.\n\n## 🚀 Features\n\n### Simulation\n- **High-Speed Simulation**: Simulieren Sie tausende von Spielrunden in wenigen Sekunden direkt im Browser.\n- **Anpassbare Strategien**: Wählen Sie für beide Spieler individuell die Spielweise:\n  - 🧠 **Optimiert**: Eine intelligente KI, die Gewinnchancen maximiert.\n  - 🎲 **Zufall**: Spielt rein zufällige gültige Züge.\n  - ⚡ **Spontan**: Eine impulsive Strategie (erstbeste Option).\n- **Live-Feedback**: Verfolgen Sie den Fortschritt über eine dynamische Fortschrittsleiste und Echtzeit-Logs (\"Matrix-Style\").\n\n### Analyse \u0026 Visualisierung\n- **Interaktive Charts**: Visualisierung von Gewinnraten (Win Rate) und Spieldauer (Rundenanzahl) mittels Chart.js.\n- **Detaillierte Historie**: Alle Simulationsläufe werden lokal gespeichert (IndexedDB) und können jederzeit erneut geladen werden.\n- **Data Explorer**: Untersuchen Sie die Rohdaten jedes einzelnen Spiels in einer sortierbaren Tabelle (Sieger, Züge, Jokereinsatz).\n- **Kumulative Statistik**: Sehen Sie aggregierte Kennzahlen über alle geladenen Simulationen hinweg.\n\n## 🛠 Tech Stack\n\n- **Framework**: [Vue 3](https://vuejs.org/) (Composition API, Script Setup)\n- **Build Tool**: [Vite](https://vitejs.dev/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Sprache**: TypeScript\n- **Datenbank**: IndexedDB (via `idb` library)\n- **Charts**: Chart.js (via `vue-chartjs`)\n- **Icons**: Phosphor Icons\n\n## 📦 Installation \u0026 Start\n\nStellen Sie sicher, dass [Node.js](https://nodejs.org/) installiert ist.\n\n1. **Repository klonen**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd skip-bo-strategy-evaluation\n   ```\n\n2. **Abhängigkeiten installieren**\n   ```bash\n   npm install\n   ```\n\n3. **Entwicklungsserver starten**\n   ```bash\n   npm run dev\n   ```\n   Die App ist nun unter `http://localhost:5173` erreichbar.\n\n4. **Produktions-Build**\n   ```bash\n   npm run build\n   ```\n\n## 🎮 Benutzung\n\n1. **Konfiguration**: Öffnen Sie das Dashboard und stellen Sie die Anzahl der zu simulierenden Spiele ein (z.B. 10.000).\n2. **Strategie wählen**: Setzen Sie Spieler 1 auf \"Optimiert\" und Spieler 2 auf \"Zufall\" (oder eine andere Kombination).\n3. **Start**: Klicken Sie auf den Play-Button.\n4. **Auswertung**: Nach Abschluss sehen Sie sofort die Ergebnisse. Klicken Sie auf \"Zur Datentabelle\", um Details zu sehen, oder laden Sie vergangene Läufe aus der Tabelle unten.\n\n---\n*Dieses Projekt wurde zu Bildungs- und Analysezwecken erstellt.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstritti%2Fskip-bo-strategy-evaluation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstritti%2Fskip-bo-strategy-evaluation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstritti%2Fskip-bo-strategy-evaluation/lists"}