How do I turn my game into a .exe?

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
icekiller8002
Prole
Posts: 49
Joined: Mon Jun 06, 2016 9:28 pm
Location: United States

How do I turn my game into a .exe?

Post by icekiller8002 »

I don't understand the Game Distribution topic on the wiki, can someone make a video tutorial?

Code: Select all

function love.draw()
  love.graphics.print("obey")
end
User avatar
Beelz
Party member
Posts: 234
Joined: Thu Sep 24, 2015 1:05 pm
Location: New York, USA
Contact:

Re: How do I turn my game into a .exe?

Post by Beelz »

As simple as it gets:
LÖVE Executor

Or build it yourself:
howToLove.zip
file includes
(2.48 MiB) Downloaded 75 times

Code: Select all

if self:hasBeer() then self:drink()
else self:getBeer() end
GitHub -- Website
User avatar
icekiller8002
Prole
Posts: 49
Joined: Mon Jun 06, 2016 9:28 pm
Location: United States

Re: How do I turn my game into a .exe?

Post by icekiller8002 »

thanks so much!

Code: Select all

function love.draw()
  love.graphics.print("obey")
end
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 141 guests