{"id":26848026,"url":"https://github.com/opensource-force/dyrah","last_synced_at":"2025-04-30T22:45:06.614Z","repository":{"id":242774527,"uuid":"810298913","full_name":"opensource-force/dyrah","owner":"opensource-force","description":"A simple Tibia-like RPG","archived":false,"fork":false,"pushed_at":"2025-03-19T19:22:14.000Z","size":396,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-19T20:29:47.881Z","etag":null,"topics":["2d-game","macroquad","rpg","rust","rust-gamedev","shipyard","thunderdome","tibia","tiled-map-editor"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensource-force.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}},"created_at":"2024-06-04T12:28:21.000Z","updated_at":"2025-03-19T19:22:18.000Z","dependencies_parsed_at":"2024-06-04T23:40:15.839Z","dependency_job_id":"c942ef99-ba74-43c7-afab-4b91d229d1b0","html_url":"https://github.com/opensource-force/dyrah","commit_stats":null,"previous_names":["wick3dr0se/dyhra","opensource-force/dyhra","opensource-force/dyrah"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-force%2Fdyrah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-force%2Fdyrah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-force%2Fdyrah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensource-force%2Fdyrah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensource-force","download_url":"https://codeload.github.com/opensource-force/dyrah/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379383,"owners_count":20767694,"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":["2d-game","macroquad","rpg","rust","rust-gamedev","shipyard","thunderdome","tibia","tiled-map-editor"],"created_at":"2025-03-30T20:38:10.155Z","updated_at":"2025-03-30T20:38:12.905Z","avatar_url":"https://github.com/opensource-force.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eDyrah\u003c/h1\u003e\n    \u003cp\u003eA simple \u003ca href=\"https://tibia.com\"\u003eTibia\u003c/a\u003e-like MORPG written entirely in Rust\u003c/p\u003e\n\u003c/div\u003e\n\n![Dyrah Screenshot](assets/screenshot.png)\n\n---  \n  \nAs players venture deeper into mysterious caves, forests and towering ruins of Dyrah, they’ll encounter a variety of increasingly challenging enemies. Navigating through dark passages that may lead to hidden treasures or deadly traps, each area is a test of skill, strategy, and sometimes sheer luck. With mythical creatures lurking everywhere, from sneaky goblins and trolls to fearsome hydras and dragons, every adventure is a chance to prove yourself\n  \nThe world is unforgiving—dying means losing character progression, valuable items, and facing other harsh penalties, making each decision critical. Players must weigh risks carefully, balancing the desire for exploration against the looming threat of permanent loss\n\n## Getting Started\n### Dependencies\n- Rust (stable)\n\n### Compiling From Source\n**Download Dyrah**  \n`git clone https://github.com/opensource-force/dyrah; cd dyrah`\n\n**Compiling/executing the server**  \n`cargo run -rp dyrah_server`\n\n**Compiling/executing the client**  \n`cargo run -rp dyrah_client`\n\n*For detailed build instructions for the client, defer to the [Macroquad build instructions](https://github.com/not-fl3/macroquad#build-instructions)*\n\n*Alternatively, execute `exec.sh` to run the server \u0026 client simultaneously*\n\n## Features \u0026 Development\nDyrah is in early stages of development, so expect bugs and missing features\n\n### Core Systems\n- [x] Multiplayer server-client\n- [x] Entity management (ECS)\n- [x] Input handling\n- [x] Tilemap\n- [x] Camera\n- [x] Collision detection\n- [ ] Combat system\n- [ ] Tile-based movement\n- [ ] AI behavior\n- [ ] Pathfinding\n- [ ] NPC interaction\n- [ ] Quest system\n\n### Gameplay Mechanics\n- [ ] Character progression  \n- [ ] Inventory management  \n- [ ] Social integration  \n- [ ] Questing  \n- [ ] NPCs  \n- [ ] Economy  \n- [ ] Player trading  \n- [ ] Rune making  \n- [ ] Alchemy  \n- [ ] Crafting  \n- [ ] Housing  \n- [ ] Events  \n- [ ] Guilds  \n- [ ] Leaderboard  \n- [ ] Achievements  \n- [ ] Raids  \n  \n## Resources\n### Recommended Tools\nMap files are created with the [Tiled](https://www.mapeditor.org/) map editor, in which the capability to export as a JSON file is provided. This JSON information is utilized to render a tileset, which can be created with a pixel art editor like [Aseprite](https://www.aseprite.org/)\n\n### Docs\n- [Macroquad](https://docs.rs/macroquad/latest/macroquad/)\n\n### Guides\n- **Macroquad**\n    - [Basic introduction](https://www.gyata.ai/rust/macroquad#q-introduction)\n    - [Fish platformer](https://macroquad.rs/articles/fish-tutorial/)\n- [Tiled](https://not-fl3.github.io/platformer-book/tiled/index.html)\n- **Isometric Projection**\n    - [Creating Worlds](https://code.tutsplus.com/creating-isometric-worlds-a-primer-for-game-developers--gamedev-6511t)\n    - [Map/World Translations](https://github.com/not-fl3/macroquad/pull/598/files)\n    - [Math](https://clintbellanger.net/articles/isometric_math/)\n- [MDN Game Development](https://developer.mozilla.org/en-US/docs/Games)\n\n### Examples\n- [Wrym](https://github.com/wick3dr0se/wrym/tree/main/examples)\n- [Secs](https://github.com/wick3dr0se/secs/tree/main/examples)\n- **Macroquad**\n    - [Awesome](https://github.com/ozkriff/awesome-quads)\n    - [Repository](https://github.com/not-fl3/macroquad/tree/master/examples)\n    - [Rusty roguelike](https://github.com/rust-gamedev/rust-game-ports/tree/master/rusty_roguelike-macroquad)\n- [SDL2](https://github.com/wick3dr0se/sdl-game/)\n\n## Contributing\nFork the repository, push changes to a new branch (e.g. USERNAME/FEATURE) and submit a pull request\n\nThere is always something to improve upon or implement. Any contributions are greatly appreciated!\n\nDyrah is actively discussed in the [Open Source Force Discord](https://opensourceforce.net/discord) community. Join us and check out the Dyrah thread in the showcase forum for easier engagement\n\n## Credits\nThanks to the open source community for making projects like this possible and especially OSF (Open Source Force) for their direct contributions\n\nThanks to [Seth on itch.io](https://itch.io/profile/sethbb) for the [32rogues](https://sethbb.itch.io/32rogues) tileset used to prototype the development of Dyrah\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-force%2Fdyrah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensource-force%2Fdyrah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-force%2Fdyrah/lists"}