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
- https://sethbb.itch.io/32rogues for the sprites
- https://kaylousberg.itch.io/block-bits for the 3D tiles
- https://github.com/friflo/Friflo.Engine.ECS for the ECS framework
- https://github.com/raysan5/raylib - for the cross platform graphics library
- https://github.com/Kiriller12/RaylibWasm for wasm project template