Editorial HTML/CSS template for event agencies. 9 pages, dark mode, filterable portfolio, responsive, JSON-LD SEO. Zero dependencies.
PRODUCT DETAILS
Turn your LOVE 2D game into a standalone Windows .exe with a single double-click.
No command line. No Python. No Node.js. Just double-click and ship.
Additional information
The problem
Every time you want to distribute your LOVE 2D game on Windows, you have to:
- Zip all your game files into a
.lovearchive - Copy
love.exeand rename it - Somehow embed your game icon
- Binary-fuse the
.loveinto the.exe - Copy 7+ runtime DLLs next to it
- Hope you didn’t forget anything
Build-Love does all of this in one click.
What’s included
| File | What it does |
|---|---|
build.bat | The main build script — double-click and done |
build.config.bat | Your settings: game name, LOVE path, icon |
tools/rcedit-x64.exe | Embeds custom icons into your .exe (included) |
assets/icon.ico | Default icon — replace with your own |
main.lua + conf.lua | Demo game to test the build pipeline |
README.md | Complete documentation |
Features
- Auto-detection — Finds your LOVE 2D installation automatically
- Smart bundling — Scans game folders, ignores build/tools/git
- Custom icon — Drop an
.icofile, it’s embedded automatically - Standalone output — Players don’t need LOVE installed
- Safe — Your original LOVE installation is never modified
- Configurable — Override anything via
build.config.bat, or leave onauto - Exclude folders — Need to keep docs or mockups out of the build? Just list the directories you want to include
How to use
- Extract the folder anywhere
- Replace
main.luawith your game - Open
build.config.bat, setGAME_NAME=YourGame - Double-click
build.bat - Distribute the
build/folder — that’s your final product
Configuration examples
Minimal — just set your game name, everything else is auto-detected:
set "GAME_NAME=SpaceShooter"
set "LOVE_DIR=auto"
set "ICON=auto"
set "INCLUDE_DIRS=auto"
Full control — custom LOVE path, specific folders, extra files:
set "GAME_NAME=TheLastAdventure"
set "LOVE_DIR=D:\Tools\love-11.5-win64"
set "ICON=assets\icon.ico"
set "INCLUDE_DIRS=assets,engine,states,sounds"
set "EXTRA_FILES=version.txt,LICENSE"
Requirements
- Windows 10 / 11
- LOVE 2D (any version) — free from love2d.org
License
MIT — free for personal and commercial use.
You may also be interested in…
Nelumbo Blooms — HTML/CSS Template for Flower Shop & Florist
Elegant, responsive HTML/CSS template for florists and flower shops. 6 pages, dark mode, SEO ready, zero dependencies. Pure HTML5, CSS3, and vanilla JavaScript.
Low Poly Cemetery Scene – Unreal Engine 5
Complete low poly cemetery scene for Unreal Engine 5. Ready for exploration, optimized and easy to integrate.












Reviews