TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Battlecode 2015 – AI Programming Competition

98 pointsby dvorak42over 10 years ago

5 comments

x0054over 10 years ago
I do remember back in the day playing AT Bots, it was a similar concept, only you would write the bots in assembly, which was kind of fun, because on top of the strategy, you also had to figure all the ways to profile your code. Like for instance bit shifting instead of dividing, and such. You had to keep the code light because the speed of your bot directly correlated to the how fast the code would be executed. So, each processor cycle counted towards making you faster, but speed up too much by cutting down your code, and your bot would get dumber.<p>It would be interesting to see a game where only the API for the bot is exposed, and the actual computation takes place on a separate machine (or same machine, but separate processor). That way you can experiment with all kinds of languages, or even possible hardware combinations. For competition your code would be loaded on a VM instance or a physical machine which has identical characteristics to all the other competing machines, and you go at it. This way you are not limited to a given language or a set of libraries, and can really explore all the possibilities.
评论 #8839183 未加载
sagichmalover 10 years ago
Looks fun!<p><pre><code> &gt; What are the supported programming languages? Java and Scala. </code></pre> Oh. Nevermind.<p>What&#x27;s the most interesting version of a competition like this which doesn&#x27;t place restrictions on implementation language?
评论 #8837169 未加载
评论 #8837111 未加载
vertisover 10 years ago
While some of it is open to non-MIT students, it looks like to continue through to the finals you need at least 50% MIT students on your team.<p>Should be fun anyway.
评论 #8837676 未加载
评论 #8837155 未加载
评论 #8837072 未加载
chrishareover 10 years ago
This looks awesome. Are the winning bots&#x27; source available after the tournament is concluded?
评论 #8840256 未加载
ratsimihahover 10 years ago
Any MIT student not participating in Battlecode here?