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

Add HP to ships #29

Open TimArnettThales opened 1 year ago

TimArnettThales commented 1 year ago

Currently ships only have discrete lives, adding HP will allow for more granular impact consequences leading to more complex agent behaviors and considerations.

TimArnettThales commented 6 months ago

This is still being discussed, so not closing the issue for now.