| Package | Description |
|---|---|
| pl.joegreen.sergeants.simulator | |
| pl.joegreen.sergeants.simulator.viewer |
| Modifier and Type | Method and Description |
|---|---|
static GameMap |
SimulatorFactory.create2PlayerMap() |
static GameMap |
SimulatorFactory.create8PlayerMap() |
static GameMap |
SimulatorFactory.createMapFromReplayFile(String gioReplayFileLocation)
GIOReplay files can be downloaded from http://dev.generals.io/replays
|
| Modifier and Type | Method and Description |
|---|---|
static Simulator |
SimulatorFactory.of(GameMap gameMap,
Function<Actions,Bot>... botProviders) |
static Simulator |
SimulatorFactory.of(GameMap gameMap,
SimulatorConfiguration configuration,
Function<Actions,Bot>... botProviders) |
static ViewerMapState |
GameMap.toViewerMapState(GameMap map) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileViewerWriter.write(GameMap gameMap) |
void |
NopViewerWriter.write(GameMap gameMap) |
void |
ViewerWriter.write(GameMap gameMap) |
Copyright © 2017. All rights reserved.