WIP project for the r/roguelikedev 2025 complete tutorial
Playable versions and devlog: https://sirdorius.itch.io/rayguelike-2025
Screencast.from.26-08-25.20.02.12.webm
dotnet run --project RayLikeDesktop
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
- 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

