Mark Stoer

Results 8 comments of Mark Stoer

In the case that there is a robot that sends four messages and all the other bots have sent their messages, will the server only take the first message that...

I think separating the code in the above fashion would work well, but where would the initializing game code go? (laying out jam zones, obstacles and starting positions) Would that...

Regarding tkinter's display capabilities, tkinter can display .gif images using the PhotoImage class and has a function to scale images. There should be a size requirement of the image such...

This encodes the image in base64 so it can be transferred, then uses the built in feature of tkinter's PhotoImage class to translate the base64 string to an image. ```...

Since adding custom images to bots isn't feasible with just tkinter, would we be able to add a feature that would allow bots to customize their colour?

Would we have to store the individual bot's colour as a separate variable or can we get the colour from the tkinter widgets? Changing the colour would be done under...

I am currently trying to setup a test harness but I am having trouble passing the server messages to the bot from the viewer.

On the 1000 by 1000 size arena, the games are quite fast paced. How large of a map size do you think this would be ideal for? Would the bots...