Search found 1 match

by gyps
Sat Mar 23, 2019 11:53 pm
Forum: Support and Development
Topic: Collision Handling in Breakout Clone
Replies: 2
Views: 3939

Collision Handling in Breakout Clone

Hey everyone, I'm pretty new to LÖVE (and gamedev in general), and have been trying to make a Breakout/Brick Breaker style game, but I've run into some problems with making the ball bounce off the blocks. My current code works for the most part, but I assume there's a much more efficient/idiomatic w...