Skip to content

Releases: TimArnettThales/FuzzyAsteroids

v1.1.2

08 Mar 18:55
Compare
Choose a tag to compare
  • Resolved error where the final ship crash is not printed
  • Resolved crash in completion of game mode, where the StoppingCondition enum
    could not be converted to an int

v1.1.1

10 Feb 22:04
Compare
Choose a tag to compare
  • Resolved error in AsteroidGame where game would end immediately due to while loop conditional
    not being properly updated for new StoppingCondition enum
  • Added Exceptions for incorrect user Score/Scenario inputs to run()/start_new_game()

v1.1.0

08 Feb 22:37
Compare
Choose a tag to compare
  • Added StopCondition enum to highlight the game completion reason
  • Added "time_limit" setting to the environment settings dictionary
  • Time limit stop condition included, added time tracking to the graphics window
  • Score now tracks time and stopping condition
  • Fixed error where the ship was given an extra life.
  • Added computational cost tracking (evaluation time) to FuzzyAsteroidsGame via track_compute_cost kwarg, off by default

v1.0.0

08 Feb 22:34
Compare
Choose a tag to compare
  • First official release of the Fuzzy Asteroids Simulation Environment