{"id":34692995,"url":"https://github.com/deadronos/mycelial-empire","last_synced_at":"2026-04-01T18:36:19.228Z","repository":{"id":324283964,"uuid":"1096655781","full_name":"deadronos/mycelial-empire","owner":"deadronos","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-19T11:13:05.000Z","size":2960,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-20T02:20:06.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deadronos.github.io/mycelial-empire/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deadronos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-14T18:43:45.000Z","updated_at":"2026-03-19T11:11:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deadronos/mycelial-empire","commit_stats":null,"previous_names":["deadronos/mycelial-empire"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/deadronos/mycelial-empire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fmycelial-empire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fmycelial-empire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fmycelial-empire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fmycelial-empire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadronos","download_url":"https://codeload.github.com/deadronos/mycelial-empire/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fmycelial-empire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-24T22:04:06.724Z","updated_at":"2026-04-01T18:36:19.185Z","avatar_url":"https://github.com/deadronos.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mycelial Empire\n\nA modern Vite + React + TypeScript sandbox for simulating a glowing underground fungal colony. This project implements a resource management and network growth simulation where players manage a mycelial network.\n\n## Features\n\n- **Network Simulation**: Manage nodes (heart, junction, water, carbon, etc.) and edges (hyphae) with flow capacity and strain.\n- **Resource Management**: Collect and balance Sugar, Water, Carbon, Nutrients, and Spores.\n- **Dynamic Growth**: Explore to reveal new nodes or spawn them procedurally.\n- **Prestige System**: \"Fruiting\" resets the network but grants Spores for permanent upgrades.\n- **Visuals**: Glowing SVG-based hyphae network with dynamic effects.\n\n## Stack\n\n- **Vite + React 19 + TypeScript**\n- **Tailwind CSS v4** for styling\n- **Lucide React** for icons\n- **Radix UI** (available in dependencies)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (Latest LTS recommended)\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Running the App\n\n```bash\nnpm run dev\n```\n\n### Previewing the GitHub Pages build 🚀\n\n- **Production URL:** `https://deadronos.github.io/mycelial-empire/`\n- **Preview locally (POSIX):**\n\n```bash\nVITE_BASE=/mycelial-empire/ npm run build\nnpx serve dist\n```\n\n- **Preview locally (PowerShell):**\n\n```powershell\n$env:VITE_BASE = '/mycelial-empire/'; npm run build\nnpx serve dist\n```\n\n- **Notes:** CI sets `VITE_BASE=/mycelial-empire/` for the Pages workflow; override with `VITE_BASE` if you need a different base.\n\n### Scripts\n\n- `npm run dev`: Start development server.\n- `npm run build`: Build for production.\n- `npm run lint`: Run ESLint.\n- `npm run format`: Format code with Prettier.\n- `npm run typecheck`: Run TypeScript compiler check.\n- `npm test`: Run tests with Vitest.\n\n## Project Structure\n\n```text\nsrc/\n ├─ App.tsx           # Main game logic, state, and UI rendering (Prototype Monolith)\n ├─ main.tsx          # Application entry point\n ├─ index.css         # Global styles and Tailwind directives\n```\n\n## Game Mechanics\n\n1.  **Flow \u0026 Strain**: Resources flow from sources to the Heart. Edges have capacity; exceeding it causes strain.\n2.  **Upgrades**: Spend Sugar to upgrade Node efficiency.\n3.  **Reinforcement**: Spend Sugar to increase Edge capacity.\n4.  **Exploration**: Spend Sugar to discover new parts of the map.\n5.  **Prestige**: Trigger \"Fruiting\" to gain Spores and unlock permanent buffs like \"Rich Mycelium\" or \"Tensile Hyphae\".\n\n## Documentation\n\nAll source code is fully documented with JSDoc/TSDoc comments. Hover over functions and types in your IDE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fmycelial-empire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadronos%2Fmycelial-empire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fmycelial-empire/lists"}