Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Belissimo-T Belissimo-T released this 07 Jul 20:08
· 114 commits to master since this release

What's Changed

Full Changelog: https://github.com/seekers-dev/seekers-py/commits/v0.1.0

API

  • Players can join via grpc to prevent unfair modification of game state by the AIs
  • Implement a config.ini
  • The magnet's status of disabled seekers in a collision is now always regarded as "off"
  • Performance improvements
  • Game length is no longer dependent on speed
  • Debug drawing to assist in AI development
  • AIs can now set a preferred color
  • AI colors are automatically adjusted if too similar

Dependencies

  • Add grpcio
  • Add protobuf

New Contributors