What games have you created with Love2D ?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
Bernard51
Prole
Posts: 46
Joined: Fri Jan 20, 2017 5:51 pm

What games have you created with Love2D ?

Post by Bernard51 »

Hello

What games have you created with Love2D , And by what tuto start?


Thank you
User avatar
raidho36
Party member
Posts: 2063
Joined: Mon Jun 17, 2013 12:00 pm

Re: What games have you created with Love2D ?

Post by raidho36 »

None! :D But I've made a bunch of technical things with it, and I'm in progress of making a sandbox kind of toy.

I didn't use tutorials because I'm fairly proficient as a programmer and am comfortable with just using manuals and spreadsheets as a reference.
User avatar
evgiz
Citizen
Posts: 83
Joined: Mon Aug 29, 2016 11:05 pm
Contact:

Re: What games have you created with Love2D ?

Post by evgiz »

Bernard51 wrote:What games have you created with Love2D , And by what tuto start?
I've made a few smaller games for Ludum Dare, as well as a bigger one called Depths of Limbo that I'm releasing on steam next week! I think the most "famous" LÖVE game is Move or Die which is a local party game (on steam). Not sure if the devs are on this forum tho. There are countless other games, just look at the Games and Creation forum!

As for tutorials, I use the LÖVE wiki mostly. The Lua docs are also great to get a decent understanding of the language if youre unfamiliar.

Good luck with your games!
Computer science student and part time game dev! Currently working on Depths of Limbo! :cool:

Check out the game website DepthsOfLimbo.com! :ultrahappy:
And my personal website with all my projects evgiz.net! :megagrin:
Bernard51
Prole
Posts: 46
Joined: Fri Jan 20, 2017 5:51 pm

Re: What games have you created with Love2D ?

Post by Bernard51 »

Hello evgiz

You created several games with Love2D And how to manage a collision between 2 Sprites ???
User avatar
raidho36
Party member
Posts: 2063
Joined: Mon Jun 17, 2013 12:00 pm

Re: What games have you created with Love2D ?

Post by raidho36 »

You can use a library such as HUMP, but it's trivial to implement anyway. Two axis-aligned rectangles overlap if, for each edge, other rectangle's opposite edge is on the inside-side side... of the original edge. Or if the other rectangle is not on the outside of all edges, which is equivalent (and also works for any convex shape).

So yeah pick up your math book, game programming is math, math and more math. And that's math!
Bernard51
Prole
Posts: 46
Joined: Fri Jan 20, 2017 5:51 pm

Re: What games have you created with Love2D ?

Post by Bernard51 »

I'm looking for a tutorial on collisions of sprites
pedrosgali
Party member
Posts: 107
Joined: Wed Oct 15, 2014 5:00 pm
Location: Yorkshire, England

Re: What games have you created with Love2D ?

Post by pedrosgali »

There is a section on Axis Aligned Bounding Boxes on the wiki http://love2d.org/wiki/BoundingBox.lua

Code: Select all

if not wearTheseGlasses() then
  chewing_on_trashcan = true
end
Bernard51
Prole
Posts: 46
Joined: Fri Jan 20, 2017 5:51 pm

Re: What games have you created with Love2D ?

Post by Bernard51 »

Thank yoy
User avatar
ken.athomos
Citizen
Posts: 77
Joined: Fri Aug 05, 2016 10:13 am
Location: Philippines

Re: What games have you created with Love2D ?

Post by ken.athomos »

I've done one game but it isn't really a game, but more of a "I want to prove to myself I'm able to do this" thing.
It was an endless runner and I'll admit it's not pretty to look at.

As of the moment, I am currently making a new one and it's a game that I really want to do ALTHOUGH it isn't a big game (like a real indie commercial one)
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 13 guests