{"id":32587003,"url":"https://github.com/dimillian/diablo2d","last_synced_at":"2025-10-29T22:53:34.078Z","repository":{"id":321425321,"uuid":"1085705948","full_name":"Dimillian/Diablo2D","owner":"Dimillian","description":"A Diablo like built with Love2D","archived":false,"fork":false,"pushed_at":"2025-10-29T15:32:09.000Z","size":427,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T16:36:41.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/Dimillian.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-10-29T12:04:11.000Z","updated_at":"2025-10-29T15:32:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0c44a4e-3d09-45cc-99cc-f78e4ddd4c0b","html_url":"https://github.com/Dimillian/Diablo2D","commit_stats":null,"previous_names":["dimillian/diablo2d"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Dimillian/Diablo2D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimillian%2FDiablo2D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimillian%2FDiablo2D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimillian%2FDiablo2D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimillian%2FDiablo2D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dimillian","download_url":"https://codeload.github.com/Dimillian/Diablo2D/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimillian%2FDiablo2D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281713549,"owners_count":26548732,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2025-10-29T22:53:33.051Z","updated_at":"2025-10-29T22:53:34.070Z","avatar_url":"https://github.com/Dimillian.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diablo2D\n\n![Diablo2D](screenshot.png)\n\nTop-down action roguelike inspired by Diablo, built with LÖVE (Love2D) and Lua. Explore a procedurally generated forest, fight roaming packs, level up, and gather randomized gear before visiting small towns for vendors and respite.\n\n## Current State\n- Homegrown ECS in the world scene: entities are pure data, systems (`player_input`, `movement`, `wander`, `render`) operate on component tables.\n- Basic sandbox world with a controllable hero and a wandering enemy to validate systems.\n- Scene manager with stack-based overlays; inventory scene renders as a modal without pausing the world draw order.\n- Inventory overlay UI stub (split equipment/inventory columns, translucent backdrop).\n- Item generator with slot-aware prefixes/suffixes, rarity weighting, and tooltips showing rolled stats.\n\n## Feature Targets (Early Phase)\n- Procedural forest overworld with repeatable runs.\n- Combat against monster packs with XP and leveling.\n- Random loot feeding inventory and equipment.\n- Small towns containing NPC vendors and shops.\n\n## Getting Started\n1. Install [LÖVE](https://love2d.org/) 11.x or later.\n2. Clone this repository.\n3. Run `love .` from the project root, or open the bundled `Diablo.love` directly with LÖVE.\n\n## Roadmap\n- Expand ECS scaffolding: shared entity helpers, additional components (health, AI, combat), and system registration utilities.\n- Hook inventory/equipment data into the UI, add interactions (equip, drop, compare).\n- Prototype procedural world generation and encounter spawning.\n- Implement combat loop, loot tables, and progression pacing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimillian%2Fdiablo2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimillian%2Fdiablo2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimillian%2Fdiablo2d/lists"}