Search found 160 matches

by Bobble68
Wed Dec 27, 2023 9:01 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 346361

Re: Started My Very First Love2d Game

Something seems to be up with the way you've packaged your game - normally if you have Love2D installed, you should be able to run the .love file directly. I could only do that once I unzipped it and repackaged it myself. What method are you using for this? Other than that, seems to be coming along ...
by Bobble68
Tue Dec 26, 2023 6:10 pm
Forum: General
Topic: I used ChatGPT
Replies: 16
Views: 252962

Re: I used ChatGPT

I'm curious what it would be like to completely get ChatGPT to create a game in love2d - would probably need some level of automation though, so that you can automatically disregard generated code that throws errors. Edit: Screw it I'm gonna try it I am... surprised that it actually did it. I wonde...
by Bobble68
Tue Dec 26, 2023 5:54 pm
Forum: Support and Development
Topic: 'sysUtil.appConf()' is not assigned to the 'app.utils' variable
Replies: 2
Views: 1520

Re: 'sysUtil.appConf()' is not assigned to the 'app.utils' variable

I don't get the error you get when I run it, so it would help if you said what it is. I'll have to guess what your problem is, but app.utils is not a function - it is a table that contains the functions getHour() and setBackgroundColor(). To call these functions, you'll have to do something like app...
by Bobble68
Tue Dec 26, 2023 5:41 pm
Forum: General
Topic: I used ChatGPT
Replies: 16
Views: 252962

Re: I used ChatGPT

I'm curious what it would be like to completely get ChatGPT to create a game in love2d - would probably need some level of automation though, so that you can automatically disregard generated code that throws errors.

Edit: Screw it I'm gonna try it
by Bobble68
Sun Dec 24, 2023 9:43 pm
Forum: General
Topic: Best usecases for love.keypressed/keyreleased vs love.keyboard.isDown
Replies: 6
Views: 14744

Re: Best usecases for love.keypressed/keyreleased vs love.keyboard.isDown

I try to avoid using keypressed when I can, I much prefer being able to segment the controls into different modules (which you can probably do but I just find this makes more sense). I have a system set up which handles detection of the different things I might want, like thisFrame or upThisFrame or...
by Bobble68
Sun Dec 24, 2023 6:18 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 346361

Re: Started My Very First Love2d Game

Every star will have a name. That is what I am working on now. So if anyone wants a star named after them they need to supply working code. :cool: Thanks Bobble68, That is a bit over my head for now. Looks a bit complicated for my Very Simple Space Game . But one question, please. Does tying it to ...
by Bobble68
Sun Dec 24, 2023 12:46 pm
Forum: Games and Creations
Topic: Started My Very First Love2d Game
Replies: 25
Views: 346361

Re: Started My Very First Love2d Game

Nicely done! Two bits of feedback for it though: 1) It's generally best to share your projects on the forums in a .love file so others don't need to reconstruct your game themselves (It's just a .zip file with the extension changed). 2) You might want to consider using a HSL to choose the colours of...
by Bobble68
Sat Dec 23, 2023 11:33 am
Forum: Support and Development
Topic: PlayerSprite stutter and eventually is artifacted if drawn on canvas else not
Replies: 20
Views: 288209

Re: PlayerSprite stutter and eventually is artifacted if drawn on canvas else not

I can't find anything obviously wrong with it - I don't have the required modules, so I had to remove them to test it, but without them it runs fine on my pc. Maybe your GPU doesn't fully support canvases?

Side note, what do you mean exactly when you say the player sprite 'is artefacted'?
by Bobble68
Fri Dec 22, 2023 12:48 pm
Forum: Games and Creations
Topic: In the Heavens - Demo 0.1.12
Replies: 54
Views: 993353

Re: In the Heavens - Demo 0.1.9

Neat. Dragons instantly add more awesome :cool: Woah, didn't realise people were still looking at this, I've been busy with assignmnet work. I didn't realise it got to 162 downloads :shock: In the case of a dragon, maybe you start the game as a baby/hurt dragon that can't fly yet. That could be unl...