ThalesGroup / kessler-game

Kessler is a simulation environment loosely modeled after our internal project PsiBee and the external project Fuzzy Asteroids. The game has ships that shoot bullets at asteroids to gain score. Ships can collide with asteroids and other ships and lose lives.
https://github.com/ThalesGroup/kessler-game
Apache License 2.0
8 stars 5 forks source link

Origin/misc performance improvements #40

Closed Jie-F closed 6 months ago

Jie-F commented 7 months ago

Addresses issues

36, #37, #38, #39

These changes have been thoroughly tested

Additionally, added slight changes to the mine 0 dist fix (issue #35) to clean up code, and make limiting behavior of dist approaching 0 equal to when dist == 0, at least in terms of the speed given to the asteroid

Addresses minor bug #46

Jie-F commented 7 months ago

Added fix for bug #45

Jie-F commented 7 months ago

Added fix for issue #47