Search found 126 matches

by randomnovice
Sun Aug 26, 2018 7:02 am
Forum: Support and Development
Topic: Lua/Löve2D newbie - need help understanding problem with loading graphics
Replies: 4
Views: 9379

Re: Lua/Löve2D newbie - need help understanding problem with loading graphics

Just a shot in the dark here. Does it matter that you create a local table then insert it? (line 66). What happens if you do that table insert to your global table as one action? i.e. table.insert(bulletTable, bullet:newBullet(Player.x + Player.img:getWidth()/2, Player.y, Player.shotspeed, globalIma...
by randomnovice
Fri Aug 24, 2018 9:53 pm
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Re: Sludgeman (a little platformer attempt)

Thanks for the bug spot and for the level! I think the bug is fixed in the latest release. Vertical platforms were being really awkward. (Okay, my coding of them was.) Your level made me smile so much! Of course I completely missed the fake wall first time and just thought: "was that it??"...
by randomnovice
Thu Aug 23, 2018 8:36 am
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Re: Sludgeman (a little platformer attempt)

Would anyone like to contribute a level? They're quite fun and simple to make. They're just text files with the following key: (single space) = background . = feature (random) ' = torch _ = sideways platform - = lift platform = = bridge | = pushable block @ = teleport b = bomb (pushable) D = down sp...
by randomnovice
Wed Aug 22, 2018 8:38 pm
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Re: Sludgeman (a little platformer attempt)

It's not. Good spot thank you.
Still finding quite a few bugs (grr... collision testing!) but fortunately I think that one should be pretty simple to fix :) Thanks.
by randomnovice
Sun Aug 19, 2018 9:43 pm
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Re: Sludgeman (a little platformer attempt)

Whoops! Thank you for the feedback, great spot. That didn't show up in my testing environment at all (and you're right, I didn't check by running the .love file). It's been fixed and I did this time run the .love file to make sure! Original post edited for the new download link. Oh - and 13 levels u...
by randomnovice
Thu Aug 16, 2018 7:52 am
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Re: Sludgeman (a little platformer attempt)

Updated to 10 levels so far. My top score is 1580 with 4 hearts. Level 10 is a bit tricky!
by randomnovice
Sun Aug 12, 2018 2:41 pm
Forum: Games and Creations
Topic: Battlecards
Replies: 3
Views: 3762

Re: Battlecards

I'm still plodding along with this!

The updated link has much more artwork filled in. However it's proving difficult to find artwork for some of the cards that isn't under a restrictive copyright license.
by randomnovice
Sun Aug 12, 2018 7:57 am
Forum: Games and Creations
Topic: Sludgeman (a little platformer attempt)
Replies: 10
Views: 11334

Sludgeman (a little platformer attempt)

Hi all, For a little holiday project I played around with making a little platformer. Levels are simply .txt files so it's really simple to make new levels (have a go!). There are 20 levels and counting... gameplay.jpg controls.jpg Give it a try and let me know your thoughts? Download the latest ver...
by randomnovice
Sat Aug 11, 2018 8:05 pm
Forum: Games and Creations
Topic: GMKR: create, play and share 2d rpg map
Replies: 6
Views: 8761

Re: GMKR: create, play and share 2d rpg map

Hi, this looks fun! Am I missing a link?
by randomnovice
Tue Jul 10, 2018 3:02 pm
Forum: Games and Creations
Topic: Battlecards
Replies: 3
Views: 3762

Re: Battlecards

Thanks!