BerryBots updates

Jump to navigation Jump to search

Thanks, that's good feedback. If you didn't notice, the controls disappear if the mouse is still for a certain time - I'm basically trying to emulate typical video player behavior. So I think I should probably do two things:

  • Shorten the delay before the controls disappear on desktop (responding to mouse movement).
  • Make the controls graphics smaller on desktop.

As a side note, the timer is actually much longer on tablets because I thought that felt more natural there. Probably because you typically make a lot more ambient mouse movements than touch events to extend the timer.

Voidious (talk)02:41, 20 November 2013

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:User talk:Voidious/BerryBots updates/reply (35).

Alright, I think these have been addressed, though I've kept the video player style overlay.

  • Defaults to 30 fps (half speed) with options for faster.
  • On desktop, pause/play controls are smaller and disappear more quickly (by ~30%).
  • All the controls are shifted down a bit.

Thanks to both you guys for the feedback! I'm pretty happy with these changes.

Voidious (talk)02:47, 23 November 2013

I think it is very nice now. The player controls disappears with just a right speed (at least to my taste).

May be a small landing paragraph at the very top would help newcomers. What is this game about and what is its goal.

For example if one just hit run the match (I as I did) it is unclear who wins and why. Since both of the bots just bounced around. And within a few seconds it is all done.

If you do not want a paragraph at least add an about page, since the help page talks only about inner implementations while there are now even the game definition. This is actually turn me away originally from the original desktop version, since at that point even after reading your description here I did not get the philosophy of the game.

I think from newcomer prospective the lua scripting is not the most important part. We all care about SCORES, so let us know what to do to gain points :)

I am sorry to bring sort of negative feedback, but I hope it will help to make the game better.

Beaming (talk)03:05, 23 November 2013

No, I appreciate it! I'll have to give some thought to this. For the web UI, I tried to pick sample stages and bots that would be self-explanatory. But some explanation of the individual stages would still be nice, and/or high level info about the game itself. And maybe Joust isn't a good default stage. I thought its rules would be pretty clear and that it was simple enough that you could make progress in a few minutes. So I may try some other stage selections.

In the desktop app, I think the current stage preview does a pretty good job explaining the gameplay of each stage. Or is it something else that's lacking? Like maybe you mean more the type of thing on Robocode/Game Physics or BerryBots Specs? The API Docs are prominently linked and specify a lot of that stuff, but that's a bit of a firehose vs what you're looking for, I think.

Voidious (talk)03:55, 23 November 2013

One more thing: the physicist in me cannot understand "The wall absorbs half the force the ship exerts against the wall." How can something absorb the force? You can do it with energy, may be colloquially "absorb the speed", but force cannot be absorbed.

It is similar to incorrect use by the robocode's of the term "bullet power". It drive me nuts, it is actually bullet ENERGY.

I think you meant "the ship loses tangential to the wall velocity component proportionally to the velocity projection along the normal to the wall". I know it makes anyone to stop reading the rules right away :) May be we can say "there is a friction which is proportional to the normal component of the velocity at the contact time". But then due to friction it must loose only tangential components and the rules for the normal one need to be defined differently.

Beaming (talk)04:46, 23 November 2013

Wiki, somehow ate my first and more important reply.

The links above, discuss game rules and API but they do not state the game goal. Should I kill all of the bots or just get to the certain point on map? It is probably scenario dependent but a short sentence like "kill them all style game" would be quite useful.

I also notice that Robocode wiki suffer from the same problem. If I had not run across a blog entry I would not guess the game goal. Since wiki discuss much finer details, like game physics, targeting etc. It assumes that we know that the bot with highest overall score wins. And it is not even a surviving bot.

Beaming (talk)15:23, 23 November 2013