Package simulations.core.strategy.attackStrategy

Class Summary
AttackAttackedPlayersStrategy This class describes a strategy that attack only the players that I have already attacked
AttackAttackedPlayersStrategy2 This class describes a strategy that attack only the players that I have already attacked or that I support an attack versus them
AttackRandomlyStrategy This class describes a strategy that attack randomly a player
AttackStrategy This abstract class describes haw to construct an attack strategy
AttackStrongestStrategy This class describes an attack strategy that always attack the strongest remaining players
AttackStrongestThanMeStrategy This class describes an attack strategy that attack all players that have more points than me
AttackTheMostAttackedPlayerStrategy This class describes an attack strategy that attack the player the most attacked in the game
AttackTheMostSuccessfulyAttackedPlayerStrategy This class describes an attack strategy that attack the player the most successfuly attacked in the game
AttackWeakestStrategy This class describes an attack strategy that always attack the weaker of the remaining players
AttackWeakestThanMeStrategy This class describes a strategy that attack all players that have less points than me
CoalitionalDef1AttackStrategy This class describes an attack strategy that attack players that are not in my coalition (definition 1) from last turn
CoalitionalDef2AttackStrategy This class describes an attack strategy that attack players that are not in my coalition (definition 2) from last turn
CoalitionalDef3AttackStrategy This class describes an attack strategy that attack players that are not in my coalition (definition 3) from last turn
CoalitionalDef4AttackStrategy This class describes an attack strategy that attack players that are not in my coalition (definition 4) from last turn
CoalitionalDef5AttackStrategy This class describes an attack strategy that attack players that are not in my coalition (definition 5) from last turn
SpitefulAttackStrategy This class describes a spiteful strategy for attack It attack the players that had attacked me
SpitefulAttackStrategy2 This class describes a second spiteful strategy.