Releases: seekers-dev/seekers-py
Releases · seekers-dev/seekers-py
Pre Release Windows
Commits
- bd13eb2: Update compile scripts for windows (Kiyotoko)
Pre Release Linux
Commits
- bd13eb2: Update compile scripts for windows (Kiyotoko)
v0.1.0
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
- @Belissimo-T made their first contribution
- @joendter made their first contribution