You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a team for with players many, many skills. The team should together have all skills that are implemented in the framework. The skill combination on one player should reasonable within the game rules e.g. Grab+Frenzy is an illegal combination, Bone Head+Wild Animal is never combined, and so on..
The purpose of this crazy team, is to stress test the rule implementation. The simple test is to just let two bots play against each other with this team to control that the framework doesn't crash. Theoretically, if they play enough games against each other, this test should reach 100% coverage in procedure.py. If not, we can arguably remove the untouched lines (theoretically).
Another would be to play it in the web interface to possibly detect bugs that doesn't crash the game.
Also, it would be a hilarious team to play! 😄
The text was updated successfully, but these errors were encountered:
There should be a team for with players many, many skills. The team should together have all skills that are implemented in the framework. The skill combination on one player should reasonable within the game rules e.g. Grab+Frenzy is an illegal combination, Bone Head+Wild Animal is never combined, and so on..
The purpose of this crazy team, is to stress test the rule implementation. The simple test is to just let two bots play against each other with this team to control that the framework doesn't crash. Theoretically, if they play enough games against each other, this test should reach 100% coverage in procedure.py. If not, we can arguably remove the untouched lines (theoretically).
Another would be to play it in the web interface to possibly detect bugs that doesn't crash the game.
Also, it would be a hilarious team to play! 😄
The text was updated successfully, but these errors were encountered: