Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 20:15
· 184 commits to main since this release
47f67dd

What’s Changed

🚀 Features and Improvements

  • feat: support multiple players (#9)
  • feat: connectivity improvements (#11)
  • feat: added --debug logging switch (#11)
  • feat: implement player rejoin & check if player exists (#12)
  • feat: bind to 0.0.0.0 by default for simplicity (#12)
  • feat: implemented collisions between player entities (#13)
  • feat: added DisplayDetails to entity updates (#13)

🧰 Maintenance

  • chore: better exception handling (#9)
  • chore: updated some dependencies (#9)
  • chore: refactored method locations into appropriate modules (#13)
  • chore: limited pub methods to pub(crate) (#13)