Search found 5 matches

by Op Winter Storm
Thu Apr 17, 2014 10:39 pm
Forum: Libraries and Tools
Topic: Maze Thread
Replies: 50
Views: 39321

Re: Maze Thread

I would like to see one that starts at each of the 4 corners, and works simultaneously. That'd be pretty cool. I'm not going to pretend that I knew how to do it, though... :o:
by Op Winter Storm
Tue Nov 26, 2013 11:39 pm
Forum: Support and Development
Topic: Random Number Generator?
Replies: 10
Views: 6945

Re: Random Number Generator?

Thanks! This all helps me a LOT! elsalvador, yours was a bit (by bit I mean a lot) over my head. Though it's still helpful, it's WAY over my head (like, miles and miles).
by Op Winter Storm
Wed Nov 20, 2013 12:23 am
Forum: Support and Development
Topic: Random Number Generator?
Replies: 10
Views: 6945

Re: Random Number Generator?

Thanks, this is really neat! But when I hit "r", it doesn't come up with a new number. Is there a way that I can make the number go after a word, i.e., "Your number is: " and then their number next to it?
by Op Winter Storm
Tue Nov 19, 2013 8:53 pm
Forum: Support and Development
Topic: Random Number Generator?
Replies: 10
Views: 6945

Re: Random Number Generator?

Ok, thanks! :awesome: So I would I set this up? I know that you have to have a main.lua, a conf.lua, and a play.bat, and that you need to enable/disable all of these things in conf.lua, and you have function love.load () end function love.draw () end function love.update () end in main.lua, and the ...
by Op Winter Storm
Tue Nov 19, 2013 3:31 am
Forum: Support and Development
Topic: Random Number Generator?
Replies: 10
Views: 6945

Random Number Generator?

Hey, I'm brand new to Lua. I was wondering if anyone could teach me how to make a simple random number generator.

Basically, define a list of numbers (say, 1-100), and maybe some more advanced stuff later.

Thanks! :awesome: