| Package | Description |
|---|---|
| net.zomis.fight |
| Modifier and Type | Method and Description |
|---|---|
FightResults<T> |
GameFight.fightEvenly(T[] fighters,
int gamesPerGroup,
FightInterface<T> fightStrategy)
Creates 1 vs. 1 games for each possible combination of fighters and fights them against each other.
|
FightResults<T> |
GameFight.fightRandom(T[] fighters,
int count,
FightInterface<T> fightStrategy)
Perform a specific number of randomly selected 1 vs. 1 fights.
|
Copyright © 2015. All rights reserved.