triceo / drooms

Drools-based competition in a Snake-like game
3 stars 3 forks source link

Strategy validation #14

Closed tomason closed 10 years ago

tomason commented 10 years ago

Move the strategy validation before adding the player to game. This way if one strategy is broken, said player is disqualified and the rest of the players can play the game. Also extended validation with checking for existence of kjar and existence of default KieBase.

The pull request contains test for the new class.