About
Rebuilt after web font/error-handler fallback fix.
Players' browsers download the .love file to run the game. Lua code and assets inside the .love file can be inspected.
Package check
Playable with warnings · 5 files · 9.2 MB expanded
- conf.lua does not declare t.version. DotLove currently targets LÖVE 11.5.
- Dynamic asset path usage was found. Browser builds may be less predictable when assets are loaded through computed paths.
- Host absolute filesystem paths were found. Browser builds can only rely on package-relative assets or browser-provided save paths.
- A custom love.errorhandler was found. Browser runtime smoke testing is recommended because error handlers can mask the default love.js error screen.
- Native io.* file access was found. Browser builds should use love.filesystem APIs.
- OS process or filesystem mutation APIs were found. Browser builds cannot execute host OS commands.
- debug.* library usage was found. Browser builds may not support every debug hook consistently.
Browser playback warnings
DotLove runs the game in a browser player powered by love.js.
- conf.lua does not declare t.version. DotLove currently targets LÖVE 11.5.
- Dynamic asset path usage was found. Browser builds may be less predictable when assets are loaded through computed paths.
- Host absolute filesystem paths were found. Browser builds can only rely on package-relative assets or browser-provided save paths.
- A custom love.errorhandler was found. Browser runtime smoke testing is recommended because error handlers can mask the default love.js error screen.
- Native io.* file access was found. Browser builds should use love.filesystem APIs.
- OS process or filesystem mutation APIs were found. Browser builds cannot execute host OS commands.
- debug.* library usage was found. Browser builds may not support every debug hook consistently.