Hamer

Rules

  Server
  • Please leave at least 50 ms gaps between packets, so as not to overload the server unnecessarily
  Arenas
  • If there is no player in the arena for one minute, the arena is deleted
  • If a player takes no action for a minute, they are kicked out of the arena
  Foods
  • New food is generated once every 3 seconds
  • Newly generated food has a radius ranging from 3 to 10
  • Every 10 seconds the radius of the food is reduced by 1
  • If the radius reaches 0, the food is destroyed
  Players
  • If there is no player in the arena for one minute, the arena is deleted
  • In order to eat another player, a player must have at least twice the radius of the player they want to eat
  • If the previous condition is not met, the players just pass each other
  • The maximum size of a player's movement vector is 1
  • The player's speed is given by this equation: s = 11 - r / 10