Hello
What games have you created with Love2D , And by what tuto start?
Thank you
What games have you created with Love2D ?
Re: What games have you created with Love2D ?
None! 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.
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.
Re: What games have you created with Love2D ?
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!Bernard51 wrote:What games have you created with Love2D , And by what tuto start?
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!
Check out the game website DepthsOfLimbo.com!
And my personal website with all my projects evgiz.net!
Check out the game website DepthsOfLimbo.com!
And my personal website with all my projects evgiz.net!
Re: What games have you created with Love2D ?
Hello evgiz
You created several games with Love2D And how to manage a collision between 2 Sprites ???
You created several games with Love2D And how to manage a collision between 2 Sprites ???
Re: What games have you created with Love2D ?
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!
So yeah pick up your math book, game programming is math, math and more math. And that's math!
Re: What games have you created with Love2D ?
I'm looking for a tutorial on collisions of sprites
-
- Party member
- Posts: 107
- Joined: Wed Oct 15, 2014 5:00 pm
- Location: Yorkshire, England
Re: What games have you created with Love2D ?
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
- ken.athomos
- Citizen
- Posts: 77
- Joined: Fri Aug 05, 2016 10:13 am
- Location: Philippines
Re: What games have you created with Love2D ?
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)
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)
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 4 guests