Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ startSoldier
Method
startSoldier
src/Graphwar/Player.java:105–108 ·
view source on GitHub ↗
(int soldierNum, int x, int y)
Source
from the content-addressed store, hash-verified
103
}
104
105
public
void
startSoldier(
int
soldierNum,
int
x,
int
y)
106
{
107
this.soldiers[soldierNum] =
new
Soldier(x, y);
108
}
109
110
public
void
setSoldiers(
int
numSoldiers)
111
{
Callers
1
startGameMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected