Remote agent/Agent logic/Julia: Difference between revisions

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

edits