: If "0.4.7" refers to the LÖVE version itself, this would be a very legacy build (modern LÖVE is at 11.x+). However, it is more likely that 0.4.7 is the version number of the "UFO" game/app itself.
: The Lua JIT or interpreter library used to run the game’s scripts. UFO-0.4.7_love_version-pc.zip
: Usually contains the Zlib License for the LÖVE framework. Technical Context (Version 0.4.7) : If "0
Files with this specific naming style are frequently found on indie game hosting sites like itch.io or Game Jolt. If you are looking for the source code, you can sometimes rename the .exe to .zip (or find a .love file inside) and extract it to see the original Lua scripts. : Usually contains the Zlib License for the LÖVE framework
A typical PC-specific zip for a LÖVE game (like a "love version") is usually a "fused" executable, meaning the game data and the engine are bundled together for easy play on Windows.