{"id":22595170,"url":"https://github.com/cherninlab/hieretic","last_synced_at":"2025-03-28T19:14:16.623Z","repository":{"id":263883124,"uuid":"891467656","full_name":"cherninlab/Hieretic","owner":"cherninlab","description":"Strategic card game","archived":false,"fork":false,"pushed_at":"2024-12-09T00:46:51.000Z","size":8015,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T19:53:13.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/cherninlab.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}},"created_at":"2024-11-20T11:44:04.000Z","updated_at":"2024-12-09T00:46:56.000Z","dependencies_parsed_at":"2024-11-20T20:37:43.806Z","dependency_job_id":null,"html_url":"https://github.com/cherninlab/Hieretic","commit_stats":null,"previous_names":["cherninlab/hieretic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherninlab%2FHieretic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherninlab%2FHieretic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherninlab%2FHieretic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherninlab%2FHieretic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cherninlab","download_url":"https://codeload.github.com/cherninlab/Hieretic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246085638,"owners_count":20721212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-08T10:09:16.064Z","updated_at":"2025-03-28T19:14:16.603Z","avatar_url":"https://github.com/cherninlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hieretic\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/assets/logo.png\" alt=\"Hieretic\" width=\"200\"/\u003e\n\n  \n  [![Development Status](https://img.shields.io/badge/status-pre--alpha-red.svg)](https://github.com/cherninlab/hieretic)\n\u003c/div\u003e\n\n## Overview\n\nHieretic is a psychological horror card game exploring the duality of existence through strategic gameplay. Players navigate between the Material (🜔) and Mind (🜕) layers, wielding powers that blur the boundaries between reality and madness.\n\n### Core Mechanics\n- **Dual-Layer System**: Each player maintains parallel boards in both Material (🜔) and Mind (🜕) realms\n- **Resource Management**: Balance physical (🜔) and psychological (🜕) resources\n- **Strategic Depth**: Every card can affect multiple layers of reality\n- **Psychological Horror**: Deep thematic integration with gameplay mechanics\n\n## Documentation\n\n- [Game Design Document](docs/GAME_DESIGN.md) - Complete mechanical specifications\n- [API Reference](docs/API.md) - Technical implementation details\n\n## Development\n\n### Prerequisites\n```bash\nNode.js \u003e= 18.x\nnpm \u003e= 9.x\n```\n\n### Installation\n```bash\n# Clone the repository\ngit clone https://github.com/cherninlab/hieretic.git\n\n# Install dependencies\ncd hieretic\nnpm install\n```\n\n### Development Server\n```bash\n# Start development server\nnpm run dev\n\n# Run tests\nnpm test\n\n# Build production version\nnpm run build\n```\n\n### Backend Services\n```bash\n# Start local backend\nnpm run wrangler-dev\n\n# Deploy to production\nnpm run wrangler-publish\n```\n\n## Project Structure\n\n```\nsrc/\n├── client/          # Frontend application\n│   ├── components/  # React components\n│   ├── hooks/       # Custom React hooks\n│   ├── pages/       # Route pages\n│   └── store/       # State management\n├── shared/          # Shared types and utilities\n│   ├── types/       # TypeScript definitions\n│   └── testing/     # Test data and utilities\n└── worker/          # Backend services\n    ├── api/         # API routes\n    └── core/        # Game logic\n```\n\n## Core Systems\n\n### Layer Management\n```typescript\ninterface LayerState {\n  material: BoardState;  // 🜔 Physical realm\n  mind: BoardState;      // 🜕 Psychological realm\n}\n```\n\n### Resource Types\n| Symbol | Name | Description |\n|--------|------|-------------|\n| 🜔 | Material | Physical essence |\n| 🜕 | Mind | Psychological energy |\n| 🜂 | Attack | Offensive power |\n| 🜄 | Defense | Protective barrier |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherninlab%2Fhieretic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcherninlab%2Fhieretic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherninlab%2Fhieretic/lists"}