Page 1 of 1
I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 12:10 am
by keyspinner
I am new to lua and I am going to be dedicated to learning it.
A few questions
note: I did not read through all the tutorials and documentation
if there are answers to these questions in any of the documentation can you please post the link.
- Can you make a save/load function?
Can you make different screens? (Like a game screen an item screen etc.)
Can you use this to make a mainly text and picture based game?
Is there a lua visual editor? (Like where you can see what you are making)
Can this be used to make a mouse based strategy game?
Can this make very extensive adventure games?
Is there a random function? (like choose a random action out of another lua file?)
That's all I have for now.
Thanks in advance.
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 12:16 am
by rude
keyspinner wrote:Can you make a save/load function?
Yes, see
love.filesystem.
keyspinner wrote:Can you make different screens? (Like a game screen an item screen etc.)
Of course.
keyspinner wrote:Can you use this to make a mainly text and picture based game?
Yes.
keyspinner wrote:Is there a lua visual editor? (Like where you can see what you are making)
No.
keyspinner wrote:Can this be used to make a mouse based strategy game?
Yes.
keyspinner wrote:Can this make very extensive adventure games?
"Very extensive" is too vague.
keyspinner wrote:Is there a random function? (like choose a random action out of another lua file?)
Use Lua's built-in math.random().
(^_^)/
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 12:42 am
by keyspinner
Thank you.
When I say extensive adventure, I mean very large in gameplay, where it would take at least 10+ hours to beat or something.
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 1:00 am
by Jon93
keyspinner wrote:Thank you.
When I say extensive adventure, I mean very large in gameplay, where it would take at least 10+ hours to beat or something.
I'd start small and work my way up to that, when learning Lua it's important to make small "demos" as you learn.
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 1:52 am
by keyspinner
Ok, thanks for all the help.
I will work more when I'm not on a laptop.
(I'm evacuating because a hurricane is headed straight for my home.)
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 7:40 am
by qubodup
keyspinner wrote:I am new to lua and I am going to be dedicated to learning it.
Hi!
keyspinner wrote:(I'm evacuating because a hurricane is headed straight for my home.)
Oh, good luck with him/her!
PS: not öbey?
Re: I am new, and would like to know some things...
Posted: Mon Sep 01, 2008 11:30 pm
by mike
keyspinner wrote:(I'm evacuating because a hurricane is headed straight for my home.)
Haha! Epic!
"Brb, hurricane..."
Seriously, though, I hope it works out.