Page 1 of 1

Do I have any chances?

Posted: Wed Dec 07, 2016 7:40 am
by xNick1
I just made this little attempt in 5 minutes or so after quitting love for quite a long time.
I played around with Unity and other engines, but always with Love in my heart.

Love is not easier than the other engines, but you don't have to learn how to use an editor and I like scripting languages like lua.
Plus the wiki is very well made.
I can just write code relying on it.

Yet again I'm playing around with Love,
and I hope I'll be able to make something playable this time.

So, this is just kind of another "Introducing myself" after a long time :D

Glad to be back among you guys.
attempt.love
(536 Bytes) Downloaded 159 times

Re: Do I have any chances?

Posted: Wed Dec 07, 2016 10:44 pm
by Smoggert
That face where u check source and see native language variables :rofl:
Also, use local variables plz :D
And do your mouse.getPos() in update :p

Re: Do I have any chances?

Posted: Thu Dec 08, 2016 11:17 am
by xNick1
Smoggert wrote:That face where u check source and see native language variables :rofl:
Also, use local variables plz :D
And do your mouse.getPos() in update :p
Yeah eheh
Better than code obfuscation ahhahahahha
Pfft I didn't do that on purpose, I just wanted to write stuff.

Thank you for the tips!

Re: Do I have any chances?

Posted: Thu Dec 08, 2016 4:48 pm
by Positive07
Keep it up! Don't bother too much about chancer or not, try learning all you can and just code stuff around, I'm sure you can create something amazing, we all start somewhere and I see that right now you are already familiar with LÖVE API which is great!

Re: Do I have any chances?

Posted: Fri Dec 09, 2016 9:07 am
by xNick1
Positive07 wrote:Keep it up! Don't bother too much about chancer or not, try learning all you can and just code stuff around, I'm sure you can create something amazing, we all start somewhere and I see that right now you are already familiar with LÖVE API which is great!
I freakin' love LÖVE's API!
It's all quite well documented.
I'm working on my first playable prototype.
I'm looking forward to post it in the creations section!