Search found 21 matches

by -Bangester-
Sat Jul 01, 2023 11:47 pm
Forum: Support and Development
Topic: Whats Love 2d exactly ?
Replies: 3
Views: 1551

Whats Love 2d exactly ?

So I'm Really Confused, I know there are two things called Lua And Love2D but what's the difference? And Does Love 2d use a different language than Lua?? Because when I code i use code syntax that includes Love in it, so if I want to switch will I need to learn a new language ??? conclusion : WHAT I...
by -Bangester-
Sat Jul 01, 2023 11:41 pm
Forum: Support and Development
Topic: How to Share Game in App Stores ??
Replies: 1
Views: 945

How to Share Game in App Stores ??

Hello there, I'm a very new person to this platform so bear with me, I Made a game and I want to share it to the app store (apple) or (Android ) but I'm not sure how, If you can please give me an exact simple answer that would be great! :cool:
by -Bangester-
Sun Jun 25, 2023 8:18 pm
Forum: Support and Development
Topic: Timer as Integer ?
Replies: 9
Views: 1214

Re: Timer as Integer ?

i tried the floor function but my timer just disappeared '
by -Bangester-
Sun Jun 25, 2023 8:09 pm
Forum: Support and Development
Topic: Timer as Integer ?
Replies: 9
Views: 1214

Re: Timer as Integer ?

and my number is in a variable it isnt just a number
by -Bangester-
Sun Jun 25, 2023 8:03 pm
Forum: Support and Development
Topic: Timer as Integer ?
Replies: 9
Views: 1214

Re: Timer as Integer ?

whats a commercial rounding?
by -Bangester-
Sun Jun 25, 2023 7:31 pm
Forum: Support and Development
Topic: Timer as Integer ?
Replies: 9
Views: 1214

Timer as Integer ?

Hello everyone, I'm having a timer that is running each level of the game, here is an example of how it looks: 19.02032 So as u can tell there are lots of decimals values after the integer 19, How can I only show the integer and not the decimals after it? Any help Would be greatly appreciated! :awes...
by -Bangester-
Fri Jun 23, 2023 3:08 pm
Forum: Support and Development
Topic: Share in app store?
Replies: 2
Views: 2236

Share in app store?

So I made a Maze game and I'm wondering if it's possible to share it on the app store (apple) and (android )?
it has 3 levels
with music .
by -Bangester-
Sun Apr 09, 2023 5:32 pm
Forum: Support and Development
Topic: How to delete a body ???
Replies: 3
Views: 1030

Re: How to delete a body ???

Bigfoot71 wrote: Sat Apr 08, 2023 10:08 pm I may have misunderstood but Body:destroy ?
i tried that but its giving an error on not finding what destroy is
by -Bangester-
Sat Apr 08, 2023 8:20 pm
Forum: Support and Development
Topic: How to delete a body ???
Replies: 3
Views: 1030

How to delete a body ???

Hello, i have created 32 bodies in Love 2D and I want to delete them after the game starts for I while I don't know how to exactly delete them any help would be greatly appreciated. thank you!
by -Bangester-
Sun Mar 19, 2023 2:31 pm
Forum: Games and Creations
Topic: How to calculate the pixel colors of an image ??
Replies: 3
Views: 1223

How to calculate the pixel colors of an image ??

I have an image and I'm trying to get the pixel values of the image, I want my player to collide with the image based on the value of the pixel can someone please show me how to do that and how to act upon knowing the pixels. I just thought of this idea, for me to calculate the pixel value of the en...