Douglas Bakewell
Douglas Bakewell
OK, That is cool. Keep in mind that robots in the viewer must be scaled to the arena and screen size. See "scale" in viewer code. Not all images will...
OK, lets' assume we go with 25x25 images. There is a limit for the size of a message being sent over the network but I think a 25x25 image should...
Good work on this! The base64 encoding is not actually requited. MesssagePack is capable of packing a python byte array. So you can just read the file data into memory...
Yes, that would be good. Then during testing the bot you care about would always have the same color. I suggest: 1. Adding a color field to the botTemplate (see...
Ok, I like it. We can also simply have them be worth 10 points each. Have you given some thought to the format of the getPowerUp message? we also want...
OK, this is a big one since it requires a new server message and code changes in lots of places. Please give me a description of how it will work...
If you are smart, I bet you can do all this with only 50 lines of code!
@MCSnapTurtle I was thinking about the robot/server message format. Here is one idea. It assumes a lot so feel free to propose other ideas: **getPowerUps Message** Used to determine which...
It depends on what you are thinking. I was assuming that power ups are just point objects, not circles. The viewer may have a fancy display but in the server...
We should talk about server arguments as well. This is one option: -powerUpOdds 0 # defaul value,, power Ups are not enabled -powerUpOdds 0.01 # Each step there is a...