Tagged Questions
2
votes
1answer
327 views
Collision Detection for a 2D RPG
First of all, I have done some research on this topic before asking, and I'm asking this question as a mean to get some opinions on this topic, so I don't make a decision only on my own, but taking ...
2
votes
2answers
914 views
Designing Collision Detection for 2D Rectangular Adventure/RPG
TLDR: I'm looking for an efficient way to detect collisions between irregular/small objects that are not a full tile size (like small cans) and a free-moving character in a 2D game.
I'm planning to ...
4
votes
2answers
429 views
Checking for Weapon Collision in a 2D overhead RPG game
I'm starting development on a 2D overhead RPG game, and am wondering what the best approach for handling weapon collision and dealing damage to enemies is.
I'm currently using a basic ...
5
votes
1answer
1k views
How to create a realistic 2D Role-Playing game collision detection?
I’ve always wanted to create an old-fashionned 2D Role-Playing Game like Star Ocean, Final Fantasy, Sword of Mana and even the “Tales of” series, and I guess a lot of people do. But before even ...