竞技场到底是干啥的?(我来凑字数)

每个大关都有一个竞技场,怎么玩?
How to play the arena? I don’t understand…

dueling grounds?

You fight other players. so for example

write your code: (mine is in Javascript)

while (true) {
var enemy = hero.findNearestEnemy();
if (enemy) {
hero.attack(enemy);
}
}

and then you fight until you see if one of you wins. Your code will then be put up against other player code that have submitted a code and you will get the results at a random interval.

(Sorry I do not know Chinese)

决斗的原因是什么?

你反对其他球员。例如

写下你的代码:(我的Javascript是)

while (true) {
var enemy = hero.findNearestEnemy();
if (enemy) {
hero.attack(enemy);
}
}

然后你战斗,直到你看到你们中的一个人是否胜利。然后,您的代码将与其他提交代码的玩家代码一致,并且您将随机获得结果。

您的代码将根据其他人的代码进行模拟,以查找获胜者

(对不起,我不懂中文)

Well, I know that I have to beat the other player, but what does the Blue Side and the Red Side means?

Oh, nothing to my knowledge. It’s just picking a side to run your code on for fun. Much like you would find in say a first person shooter. Red vs Blue are pitted against each other and each team has their own individual rankings for who achieved the highest score while fighting the enemy team.

As you can see I have code that runs for both red team and blue team.

What about the equipment? Balanced or the same as what you have?