Love2D making self-executable with no unpacking

Im create simple game, remake my old ZX-Spectrum game "m2k"

Love2D is simple engine using LUA.

What i need: Compile Love2D -> exe files, linux binary, android apk.

Goal is pack Win32, Linux64 bit and android apk WITHOUT possiblity of just unpacking .love file and WITHOUT manual installing love2d engine. https://pp.userapi.com/c637425/v637425257/4a8a8/QCv9Q5dz_b4.jpg

I cannot found anything useful about it. I found LoveExporter 0.2 by shake but this utilite fails compiling normal binary. It fails with error.

All manuals tell me just create .love file and send it to all. No way. It's no good for me.

Maybe i can run this utilite. I fails with 0.2 version maybe 0.1 works http://snake174.github.io/html/programs/love_exporter.html Partially it works, but it requires Microsoft Windows, and android support is broken. Developer not create new versions about a year +.

I don't want to pay for windows, reboot to windows or another using unsafe OS, and requires Native full work analog. etc

Compile Love2D -> exe files, linux binary, android apk.

Upvotes: 0

Views: 942

Answers (1)

TvanB
TvanB

Reputation: 112

The wiki already has a guide for creating executables for Windows, Linux, Mac and Android. Unless I'm misunderstanding your request, you need this.

Upvotes: 1

Related Questions