Skip to content

Releases: iksnagreb/cs-gamestate

v0.0.3

08 Feb 18:11
Compare
Choose a tag to compare

What's Changed

  • Add ActiveGrenade sub-structure with information on grenade effects
  • Add a "view" of the game state corresponding to the scoreboard per team
  • Minor fixes regarding sub-structure post-init and verification
  • Update equipment.py by @alexanderwerning in #1

New Contributors

Full Changelog: v0.0.2...v0.0.3

0.0.2

20 Dec 17:52
Compare
Choose a tag to compare

First release via GitHub. Should be the first time running the release actions workflow to push to PyPI.

Changes

  • Game State Verification against some known values for names states and types, especially weapon information
  • Utilities for generating configuration files and logging states to the terminal (or file)
  • If sub-components of the game state are present but not a dictionary before converting to their corresponding substructure type, they are treated as not-present