Search found 1239 matches
- Mon Apr 27, 2020 10:28 pm
- Forum: Games and Creations
- Topic: Siphon (LD46)
- Replies: 0
- Views: 8086
Siphon (LD46)
A bit late posting this, but I decided to participate in Ludum Dare again; it's been quite a while. I made this particle-effect-heavy top down shooter where you have to siphon life back from your enemies. Ludum Dare page: https://ldjam.com/events/ludum-dare/46/siphon https://ebens.me/images/games/si...
- Tue Jan 26, 2016 11:22 pm
- Forum: General
- Topic: Learning love2d
- Replies: 5
- Views: 7473
Re: Learning love2d
Here's what you'd call an actual book. LÖVE for Lua Game Programming by Darmie Akinlaja published by Packt Publishing. Not sure whether I'd recommend it, I've never read it and it would be a bit outdated by now (published 2013).
- Sat Jan 09, 2016 12:25 pm
- Forum: Libraries and Tools
- Topic: Middleclass 4.x Object-Orientation for Lua
- Replies: 21
- Views: 24029
Re: [Lib] Middleclass 4.0.0. Object-Orientation for Lua
Excellent! I'll have to give it a look when I get the time.
- Fri Jan 08, 2016 10:36 pm
- Forum: Libraries and Tools
- Topic: Middleclass 4.x Object-Orientation for Lua
- Replies: 21
- Views: 24029
Re: [Lib] Middleclass 4.0.0. Object-Orientation for Lua
Noice. Does it also support __newindex? If so, this should allow me to greatly simply the accessors hack in Ammo.
- Fri Jan 08, 2016 10:32 pm
- Forum: Games and Creations
- Topic: [LD34] Super Space Invader
- Replies: 19
- Views: 23928
Re: [LD34] Super Space Invader
Nice one! Thanks a lot for the kind review.
- Sun Dec 20, 2015 12:03 pm
- Forum: Games and Creations
- Topic: [LD34] Star Eater
- Replies: 4
- Views: 5695
Re: [LD34] Star Eater
As stated on my LD comment, pleasant and somewhat amusing. Well done.
- Fri Dec 18, 2015 11:30 am
- Forum: Games and Creations
- Topic: [LD34] Super Space Invader
- Replies: 19
- Views: 23928
Re: [LD34] Super Space Invader
Yeah I should probably add a licence to the repo. I'll leave the music zlib. In its current state I'm not worried about it being used without credit; people do that anyway and I didn't put much effort (comparatively) into it. If I extend the song at a later date I'll change the licence.
- Thu Dec 17, 2015 2:54 pm
- Forum: Games and Creations
- Topic: [LD34] Super Space Invader
- Replies: 19
- Views: 23928
Re: [LD34] Super Space Invader
Thanks for the positive feedback qubodup and also for recording gameplay. Helps me see how others approach it. It was kinda amusing watching you pick attack upgrades over and over and then getting stuck on wave 6 (where the shield can bail you out of some shitty situations). You did really well to g...
- Wed Dec 16, 2015 2:39 pm
- Forum: Games and Creations
- Topic: [LD34] Super Space Invader
- Replies: 19
- Views: 23928
Re: [LD34] Super Space Invader
Not to go off-topic, but I hope everyone in this thread has played BlackBulletIV's Super Space Invader. It's seriously a rad game :megagrin: Thanks brother. That was kinda the original topic. I haven't had enough time yet, but I plan on playing every LÖVE LDXXXIV game Yeah I'm gonna do the same, al...
- Wed Dec 16, 2015 8:13 am
- Forum: Games and Creations
- Topic: [LD34] Super Space Invader
- Replies: 19
- Views: 23928
Re: [LD34] Super Space Invader
But who uses a 1024x768 for a desktop these days? cheap PC laptops And hence why I said I forgot about laptops (such things are foreign to me :P). I'm not sure why this is such a big deal though; it's a Ludum Dare game dude. Everything is coded around love.graphics.width/height anyway (hence why kb...