Search found 4 matches

by sebadiazssj3
Tue Dec 28, 2021 4:07 pm
Forum: Support and Development
Topic: Need help with random.math
Replies: 4
Views: 1741

Re: Need help with random.math

This is the code that i was acctualy using function love.load() numero1 = math.random(1, 48) numero2 = math.random(1, 48) numero3 = math.random(1, 48) numero4 = math.random(1, 48) numero5 = math.random(1, 48) end function love.update() if numero2 == numero1 then numero2 = math.random(1, 48) end if n...
by sebadiazssj3
Tue Dec 28, 2021 1:53 pm
Forum: Support and Development
Topic: Need help with random.math
Replies: 4
Views: 1741

Need help with random.math

I'm trying to get diferent numbers every time opening love but always get the same ones Need help please!! The code: function love.load(math.getRandomSeed()) numero1 = math.random(1, 48) numero2 = math.random(1, 48) numero3 = math.random(1, 48) numero4 = math.random(1, 48) numero5 = math.random(1, 4...
by sebadiazssj3
Sun Sep 30, 2018 7:04 pm
Forum: Support and Development
Topic: folder for the games in pilove - raspberry pi
Replies: 0
Views: 2643

folder for the games in pilove - raspberry pi

i have installed a version of love in a raspberry pi 3b (pilove) http://pilove.mitako.eu/ but i can't find the folder where put games
by sebadiazssj3
Sun Sep 30, 2018 6:53 pm
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13381

Re: LOVE on Raspberry Pi?

i have a question where put the games in pilove?