Hey! I have question about collisions for simple snake game. As far as i understand there are few types of them:
a) i could make an array with all the points on the screen and test against collision -> sounds pointless(worm size 1x1px and resolution 1900x1440(no comments on that this might not exist etc -> this is an example).
b)i could read screen bits information and say for example if color is black then BOOM gameover -> how would that work in java?
Or is there a better solution to this problem?
Take care,
Kuldar
