Remote agent/Agent logic/Julia: Difference between revisions

Content added Content deleted
m (avoid certain unwinnable positions)
m (Fixed syntax highlighting.)
Line 6: Line 6:
<br />
<br />
If the agent carries the same ball for over 25 moves, it will drop that ball and look for a differently colored ball.
If the agent carries the same ball for over 25 moves, it will drop that ball and look for a differently colored ball.
<lang julia>using Distributed, Gtk, Colors, Cairo
<syntaxhighlight lang="julia">using Distributed, Gtk, Colors, Cairo


include("RemoteGameServerClient.jl")
include("RemoteGameServerClient.jl")
Line 245: Line 245:
end
end


matchballsgameclient()
matchballsgameclient()</syntaxhighlight>
</lang>