RaygueLike Challenge 2025

September 2, 2025 ยท View on GitHub

WIP project for the r/roguelikedev 2025 complete tutorial

Playable versions and devlog: https://sirdorius.itch.io/rayguelike-2025

Demo

Screencast from 26-08-25 20:02:12.webm

Dev

Desktop version

dotnet run --project RayLikeDesktop

Web version

dotnet publish RayLikeWasm -c Debug
dotnet serve --mime .wasm=application/wasm --mime .js=text/javascript --mime .json=application/json --directory RayLikeWasm/bin/Debug/net8.0/browser-wasm/AppBundle

Credits