{"id":19961401,"url":"https://github.com/dontrolle/blazorrogue","last_synced_at":"2026-04-21T10:03:08.752Z","repository":{"id":73570726,"uuid":"191000933","full_name":"dontrolle/BlazorRogue","owner":"dontrolle","description":"A small rogue-like built from the bottom-up in a little game engine built on C#/Blazor.","archived":false,"fork":false,"pushed_at":"2025-05-04T21:14:47.000Z","size":4396,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T22:29:45.079Z","etag":null,"topics":["blazor","blazor-server","roguelike","roguelike-game","roguelikedev"],"latest_commit_sha":null,"homepage":"","language":"C#","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/dontrolle.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":"2019-06-09T11:59:58.000Z","updated_at":"2025-05-04T21:14:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e00304c-fcf6-4413-9b57-b588d212101a","html_url":"https://github.com/dontrolle/BlazorRogue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dontrolle/BlazorRogue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontrolle%2FBlazorRogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontrolle%2FBlazorRogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontrolle%2FBlazorRogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontrolle%2FBlazorRogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dontrolle","download_url":"https://codeload.github.com/dontrolle/BlazorRogue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontrolle%2FBlazorRogue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267951553,"owners_count":24171060,"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-07-30T02:00:09.044Z","response_time":70,"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":["blazor","blazor-server","roguelike","roguelike-game","roguelikedev"],"created_at":"2024-11-13T02:07:25.097Z","updated_at":"2026-04-21T10:03:08.675Z","avatar_url":"https://github.com/dontrolle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlazorRogue\n\n[![Build Status](https://dev.azure.com/tedconsultingdk/BlazorRogueAz/_apis/build/status/dontrolle.BlazorRogue?branchName=master)](https://dev.azure.com/tedconsultingdk/BlazorRogueAz/_build/latest?definitionId=1\u0026branchName=master)\n\nA small rogue-like built from the bottom-up in a little game engine I built on C#/Blazor. Has a tileset renderer using the the beautiful [Ultimate Fantasy Tileset tiles from Oryx](https://www.oryxdesignlab.com/ultimatefantasy), and a custom-built ASCII renderer.\n\n### Features\n\n* Dungeon generation, a variety of monsters (animated using CSS-animations), mouse-over descriptions, sounds and music, screen-shake effect, useable environment, field of vision, basic combat (should be balanced at some point), ...\n\n* Engine supports json-configuration for most visuals, audio and attributes for entities, as well as weights and config for map generation.\n\n* Supports tileset renderer - uses a number of tiles from the splendid UF Tileset, as well as an ASCII renderer in that old school format (though with colors).\n* Allows fast (client-side) switching between tileset and ASCII rendering.\n\n### Screenshots \n\nA partially explored sandy dungeon with a number of monsters chasing:\n\n![BlazorRogue Screenshot 1](/img/BlazorRogue1.PNG)\n\nA room with a bunch of chests:\n\n![BlazorRogue Screenshot 2](/img/BlazorRogue2.PNG)\n\nChased by a skeleton into the arms of a goblin and his two pet black spiders:\n\n![BlazorRogue Screenshot 3](/img/BlazorRogue3.PNG)\n\nThe same scene rendered in the ASCII renderer:\n\n![BlazorRogue Screenshot 3 - in ASCII](/img/BlazorRogue3_ascii.PNG)\n\n## Building\n\nFollow the instructions on [Get started with ASP.NET Core Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/get-started) to get a working build environment for Blazor for either VS code or Visual Studio. \n\n(This very project started with  a `dotnet new blazorserverside -o WebApplication1`, as can probably still be seen here and there.)\n\n## Tileset\n\nThis project employs the excellent [Ultimate Fantasy Tileset](https://www.oryxdesignlab.com/ultimatefantasy). I own the tileset and have the commercial license, but the tileset graphics used by this project have been removed from this repo, as it is part of the license-agreement that they should be protected from copying.\n\nIf you own the UF Tileset, you can put the subfolders of the `uf_split` folder in the UF Tileset in the `wwwroot/img/`-folder, and BlazorRogue will be able employ the tileset.\n\nIn some unknown future, I might make an effort to make a release where the tileset is suitably protected. Don't wait for it, though, as this is an on-and-off hobby-project of mine to play around with Blazor and roguelikes. ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontrolle%2Fblazorrogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdontrolle%2Fblazorrogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontrolle%2Fblazorrogue/lists"}