Page 1 of 1

no game page

Posted: Fri Aug 07, 2020 6:37 am
by dodgamesdev
hello so i am trying to develop a game with my crew and i am the coder :awesome:

whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing

i am not sure on how to fix this but this is the code is used for the main code:

function love.draw()
love.graphics.print('Hello World!', 400, 300)
end

after i put that in my notepad++ lua note it still said no game

in my configuring notepad i wrote:

function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end


nothing happened still, and it just said no game again. please help, thank you


-dodgamedev

Re: no game page

Posted: Fri Aug 07, 2020 1:28 pm
by zorg
Hi and welcome to the forums!

Feel free to look at the getting started page on the wiki: https://love2d.org/wiki/Getting_Started

Then, if you already did, did you save those files you created in notepad?
With the correct names?
Then you used one of the few methods to run said projects with löve?

Re: no game page

Posted: Fri Aug 07, 2020 5:03 pm
by pgimeno
If you keep having problems, see if this tutorial by forum member Jeeper clarifies anything: https://youtube.com/watch?v=ZQCky-_Ad5Y&t=153s

Re: no game page

Posted: Mon Oct 12, 2020 11:28 am
by DerpChest
dodgamesdev wrote: Fri Aug 07, 2020 6:37 am hello so i am trying to develop a game with my crew and i am the coder :awesome:

whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing

i am not sure on how to fix this but this is the code is used for the main code:

function love.draw()
love.graphics.print('Hello World!', 400, 300)
end

after i put that in my notepad++ lua note it still said no game

in my configuring notepad i wrote:

function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end


nothing happened still, and it just said no game again. please help, thank you


-dodgamedev
You just got ballooned by the duck balloon

Re: no game page

Posted: Tue Oct 13, 2020 10:36 am
by sphyrth
#1 Put your "main.lua" and "conf.lua" inside a folder (for example "My Game")
#2 To see how your game works, drag "My Game" into love.exe