python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
VB6 pixel based object control Collision Detection
Currently, I'm trying to make a simple platformer in VB6 and I'm drawing objects onto the WinForm using BitBlt. I can program rectangular, circular, and line collisions but I want to have pixel-based ...
Average Capitalist
Votes: 0
Answers: 0
How to delete matter js object on collision dynamically phaser js
I'm making a platformer game in which there is player and some powerups. To check the collision I used matterjs collisionactive function:
this.matter.world.on("collisionactive", (e, o1, o2) ...
Prateek p
Votes: 0
Answers: 1
Pygame groupcollide and spritecollideany kills all sprites
Im making a top-down scrolling game where the player is a small ship that can shoot "falling" red balls to destroy them, i have individual collision working but when i try to use pygame.spri...
Karsonthefoxx
Votes: 0
Answers: 0
processing collision test return false at the beginning
I am doing the collision test for the programme, and I tried to insert the test into draw() and I'm expecting it to display "GameOver" and no further events will result any change.
float x;
...
user18588015
Votes: 0
Answers: 1