David Hsieh
2016-06-09 02:13:31 UTC
Hi! If you implement multithreading in Robocode, what happens if the two
parts of your code that are involved contradict each other in some way?
What would happen if one part told the robot to move one way, and the other
part of the code told it to move a different way? Would the processes occur
simultaneously as usually happens in multithreading, and if so how?
For my second question, how do you carry information over between rounds?
Thanks!
parts of your code that are involved contradict each other in some way?
What would happen if one part told the robot to move one way, and the other
part of the code told it to move a different way? Would the processes occur
simultaneously as usually happens in multithreading, and if so how?
For my second question, how do you carry information over between rounds?
Thanks!
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.