python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
JavaScript Image Collision Detection
I'm trying to find out when 2 images collide in a game I made, but I've been receiving conflicting advice and I'm not exactly sure how to get any of the solutions to work (as all of them result in err...
cal
Votes: 0
Answers: 0
how to make a collision of an actor on a character in C++ UE4?
I’m looking to make items that contain powers on unreal engine in c++ like :
When the player steps on it, he wins the Mushroom effect:
It has a scale of 1.25x.
So I create my Actor Item which contai...
gajeel redfox
Votes: 0
Answers: 1
Pygame mask for pixel perfect collision between player sprite and platform sprites
I am successfully detecting collisions between my player sprite and platform sprites using masks in pygame, but my issue is stopping the player from falling through a platform when jumping to it.
I tr...
fruitte
Votes: 0
Answers: 1
I have 2 points (x1,y1) & (x2,y2) and a circle, suppose there is a line between the 2 points I need to check if there is collision with the circle
As I mentioned in the title, suppose I have a line segment from point 1 to point 2 and there is a circle with a center and radius I need to check if there is going to be a collision with the circle us...
Abdullah Al-asmari
Votes: 0
Answers: 2