MCPcopy Create free account
hub / github.com/catabriga/graphwar / thinkFunction

Method thinkFunction

src/Graphwar/ComputerPlayer.java:129–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 public void thinkFunction()
130 {
131 if(over9000)
132 {
133 myTurn = true;
134 }
135
136 if(processingFunction == false)
137 {
138 processingFunction = true;
139
140 new Thread(this).start();
141 }
142 }
143
144 public void stopThinkFunction()
145 {

Callers 2

startGameMessageMethod · 0.80
nextTurnMessageMethod · 0.80

Calls 1

startMethod · 0.80

Tested by

no test coverage detected