1.1 KiB
1.1 KiB
LÖVE DOS/Native Abstraction
Setup
- Download or compile
love.exefrom LoveDOS repo, then put it to thelovedos/folder - Download PowerShell 7.0+ for Windows or Linux
- Make a copy of a file called
example.env, name it as just.env, then edit it to your preference. On Linux, you can install LÖVE or DosBox-X with your package manager of choice and, instead of providing a complete path, it would be enough to give only a command name - Launch
run.ps1to open a LÖVE window with the game ingame/folder, or userun_dosbox.ps1to open a DosBox-X window with LoveDOS running the same game.
Development
Visual Studio Code users may use the recommended extension Lua by sumneko with LÖVE module already enabled and Lua version set to 5.2 on workspace level.
Native version uses lick by usysrc for hot reload on any change in the game/ folder.