LudumDare24 LoveGames + WebPlayer Tips

Show off your games, demos and other (playable) creations.
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by coffee »

leafo wrote:Hello, I made a game in love.

Image

You can grab it here: http://www.ludumdare.com/compo/ludum-da ... w&uid=4321

Would love feedback, thanks!
It's actually a more MoonScript than Love/Lua thing ehehe (I downloaded first time the git source instead of love file and since I couldn't run directly with LOVE I had to download .love). It looks very,very,very good. And solid in several aspects. I only played till 2nd area but I look forward to play it again with more time later. Congratulations Leafo you always do nice things.
Hypercube
Prole
Posts: 1
Joined: Fri Aug 31, 2012 1:01 am

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by Hypercube »

I also made my game in love: http://www.ludumdare.com/compo/ludum-da ... w&uid=7674
rbf.jpg
rbf.jpg (17.51 KiB) Viewed 4075 times
I planned to port it to WebPlayer, but it uses LuaSocket for its asynchronous multiplayer, and I understand that it isn't supported.

EDIT: Added screenshot
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by Roland_Yonaba »

leafo wrote:Hello, I made a game in love.
You can grab it here: http://www.ludumdare.com/compo/ludum-da ... w&uid=4321
Would love feedback, thanks!
Okay. I tried it.
Leafo, you did (again) a very good job. Definitely in my LD24's top two.

Now, time for suggestions. But I'd like to mention that I didn't played it till the end, though.

There's no support for saving/resuming.
It would've like to have the possibility to skip the introductory text. I meant skip it completely, instead on pumping "x" on the keyboard.
Actually, I liked the fact you used Arrows for the player moves. WASD-moves frustates me sometimes...

Now, about the game play...I dunno if you did it on purpose, to increase the fun of the game, but I'm going to say it... Why not a minimap ?
Also, something about the lever you trigger to open trap doors. Sometimes those trap-doors are in a different room from where the lever is. And while triggering the lever, trying to run away from the slimes (lol), you may miss the very location of the trap-door, and then start strolling, looking for...Well, I'm exaggerating somehow, but that's my two cents: Why not, when triggering the lever, you draw a cut-scene where the camera slides to the very location of the trap-door, then comes back to the player's position ? That cut-scene should be able to be skipped tapping a key, when the player doesn't want to see it.
And, a pause screen, too.

Well, I'm not bashing you -not at all - you did a very clean work in a little time.
And I like how you use those tiny graphics (img folder is around 50 kb...wow).
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by coffee »

Roland_Yonaba wrote: It would've like to have the possibility to skip the introductory text. I meant skip it completely, instead on pumping "x" on the keyboard.
Actually, I liked the fact you used Arrows for the player moves. WASD-moves frustates me sometimes...
I had same thought than you then I remembered that leafo should have among his huge engine/libraries all setup up. So I instantly pressed "esc" without hesitation and so text gone! But perhaps would be good have printed a "ESC to skip text".
It's really a bit annoying that coders keep using WASD as default control keys when arrow keys is more intuitive/universal for simple 1 player games.

BTW Leafo found a small bug. Keep press UP+Left against a wall. Nothing happens. Now do Up+Right again against a wall. It tremble and shakes a bit. I would say that your camera or map drawing is having some math problem rounding.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by Nixola »

I found a bug too, when I try to attack nothing happens except some short noise
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by Roland_Yonaba »

Bump on the topic!
Results are OUT!
Hurrrrahhh!

Well, i suggest opening a new thread, where all those to took part in the event make a post of his entry, a download link, and its ranking.
Actually something like this, but for Löve-made games ?
What do you think of it ?
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by coffee »

Roland_Yonaba wrote:Bump on the topic!
Results are OUT!
Hurrrrahhh!

Well, i suggest opening a new thread, where all those to took part in the event make a post of his entry, a download link, and its ranking.
Actually something like this, but for Löve-made games ?
What do you think of it ?
I did a quick look in top winners. Don't seem any LOVE game won anything in Top 3 categories for the names but I saw that some won the 100% coolness (puzzlemoon and josefnpat for example).

COMPO: http://www.ludumdare.com/compo/ludum-da ... at=Overall

#7 HumanTECH - minism! http://www.ludumdare.com/compo/ludum-da ... w&uid=7032
#43 Wormelution - cappelnord http://www.ludumdare.com/compo/ludum-da ... w&uid=7575

JAM: http://www.ludumdare.com/compo/ludum-da ... erall(Jam)

#8 raptor disaster - mes http://www.ludumdare.com/compo/ludum-da ... w&uid=4975
#33 ExoSlime - leafo http://www.ludumdare.com/compo/ludum-da ... w&uid=4321
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by Roland_Yonaba »

Do not forget the excellent ExoSlime who made 33rd in the Jam overall top 50).

EDIT: Sorry, you already mentionned it.
Looking forward heads up from headchant's Evolwar and Josefnpat The singularity's here!
minism
Prole
Posts: 20
Joined: Tue Nov 01, 2011 5:32 am

Re: LudumDare24 LoveGames + WebPlayer Tips

Post by minism »

leafo wrote:Hello, I made a game in love.

Image

You can grab it here: http://www.ludumdare.com/compo/ludum-da ... w&uid=4321

Would love feedback, thanks!
It feels really clean and looks great, this is one of the better polished love games i've seen. Really nice job!
Post Reply

Who is online

Users browsing this forum: No registered users and 81 guests