A hack'n'slay game written in haskell (http://sebastiandev.net/blog/)
#7Enemies are currently bounced too far away when colliding with player
- status set to closed
Found the reason for this behavior. All enemies performed also a collision check agains themselves, which lead to an bouncing.
Fixed