Page 6 of 6
Re: How Did You Find (true) LÖVE?
Posted: Sat Feb 21, 2009 6:44 pm
by Robin
I got here from
this GitHub blog post. It compelled me learn Lua and Löve in one day. That was six days ago.
Re: How Did You Find (true) LÖVE?
Posted: Mon Mar 09, 2009 3:02 pm
by mLaPL
My way to love
is short, google with "2d engine game" keywords...
Love is nice, becouse is simply to use. I not know lua but lua is easy to learn
I will show my game based on love engine but not now...
My english is poor. sorry :/ , and thanks for love devs.
Re: How Did You Find (true) LÖVE?
Posted: Wed Mar 11, 2009 11:49 pm
by S-Rave
Google. I was actually searching for something else, but I don't remember what.
Re: How Did You Find (true) LÖVE?
Posted: Wed Mar 25, 2009 1:16 am
by AirPump
Google. This was the second thing that came up when I searched "2D Game Engine."
Re: How Did You Find (true) LÖVE?
Posted: Thu Mar 26, 2009 6:51 pm
by viniciusfs
Reddit Programming.
Re: How Did You Find (true) LÖVE?
Posted: Fri Apr 10, 2009 3:54 am
by athanazio
I wrote a game for the last globalgamejam in XNA and faced the nightmare of deploying to PC =)
people have to download like hell to be able to run the game !!
after that made the same game in JavaFX, a little batter deploy,
but still need the JRE and and have to download the JavaFX Runtime online only ...
Then I decided to do something about it look at some options with C++ like playground SDK
but they dont run on linux tsc tsc ... =)
make my plans to make the engine using Lua because is pretty small and creating the deploy package
with the Lua run time would be nice ... well then I found Love !!
Now, to be more precise this weekend I expect to test Love and start the third version of the game LOL.
thanks for Love !