no game page

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
dodgamesdev
Prole
Posts: 1
Joined: Fri Aug 07, 2020 6:27 am

no game page

Post 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
User avatar
zorg
Party member
Posts: 3436
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: no game page

Post 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?
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
pgimeno
Party member
Posts: 3544
Joined: Sun Oct 18, 2015 2:58 pm

Re: no game page

Post 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
DerpChest
Prole
Posts: 27
Joined: Tue Oct 06, 2020 1:11 pm

Re: no game page

Post 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
sphyrth
Party member
Posts: 260
Joined: Mon Jul 07, 2014 11:04 am
Contact:

Re: no game page

Post 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
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot], Mathisto and 44 guests