stocyr / Deflectouch

A multitouch game for, with and because of Kivy

Home Page:http://youtu.be/1Qa98oSPgi0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance collision check algorithm

stocyr opened this issue · comments

Bug reported: Bullets goes still through deflectors on some users.

  • Fix: (work around): reduce bullet speed -> collision check routine is called more often.
  • Implement Bullet animation as separate scheduler (with more fps than the default animation scheduler)
  • Implement collision check like in the Kivy game Cocaine

Fix done in v1.0.1: reduced max bullet speed to 75%.