Questions tagged as 'love2d'

1
answer

Rebounding angle of two Circles

How can I calculate the bounce angle between two circles ... ?? I use the following code to check and resolve collisions. -- CHECK COLLISIONS BALLS AND RESOLVE ... function CheckCollisionResolve(a, b) local dx = a.x - b.x; local dy...
asked by 08.06.2017 / 18:30
1
answer

How can I create sprite animations in a "grid-based" game in love2d?

I'm creating a pokemon game from 0 and I want to create the character movement style that it has. The tiles of the map tiles are 32x32, and those of the 32x48 character. Therefore, to move it you need to add 32 pixels to the X or Y of the cha...
asked by 05.09.2016 / 10:31