Twenty-ninth devlog for my Among Us in Minecraft project
This update adds some bot ability integration, AI game summaries, and several smaller improvements.
The biggest addition on the bot side is improved role behavior. Impostor bots can now kill players via KillNearestPlayerGoal, run away from the body afterward with RunAwayFromBodyGoal. Bots also report bodies with ReportBodyGoal.
On the AI side, a new AiGameSummarizer generates a short and a long summary at the end of each game based on the ActionLog. The lobby AI has been enhanced with streaming responses, eliminating the wait for the AI to finish its answer.
Finally, the documentation got an Action Log page explaining what Action Logs are, how uploads work, and how to access logs. Link
The current progress on the bot system can be tracked in the draft PR: https://github.com/Fantamomo/among-us-in-minecraft/pull/177
Log in to leave a comment