Skip to content

Commit

Permalink
Merge pull request #530 from battlecode/serena/add-argus-prize
Browse files Browse the repository at this point in the history
add argus prize (best strategy report)
  • Loading branch information
n8kim1 authored Jan 12, 2023
2 parents eac7251 + 1c85f0e commit 441350d
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions frontend/src/views/tournaments.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ class Tournaments extends Component {
<a href="https://www.regression.gg/battlecode">
<b>Best Devlog Series Prize:</b>
</a>{" "}
Prize given by our Gold Sponsor, Regression Games. The
winners of this prize will get approximately $250 and a
chance to interview for internships.
Prize given by our Gold Sponsor,{" "}
<a href="https://www.regression.gg">Regression Games</a>.
First place will receive $250, and all winners will
receive a chance to interview for internships.
<ul>
<li>
We want to see what you are building during the
Expand All @@ -138,6 +139,27 @@ class Tournaments extends Component {
</li>
</ul>
</li>
<li>
<b>Best Strategy Report Prize: </b>
Prize given by our Gold Sponsor,{" "}
<a href="https://argus.gg/">Argus Labs</a>. First place
will receive $250, and all winners will receive a chance
to interview for internships and a swag box.
<ul>
<li>
Submit a strategy report detailing the strategies you
used to develop your bot! We'd love to see how you
handled communication, resource allocation, battling,
and more. Tell us what unique strategies your team
came up with! A link for submitting reports will be
provided later.
{/* Historically, we have given out prizes for creative
strategies, major bugs found, and other game-specific
topics. Have fun with your strategies, write-ups, and
overall participation in Battlecode! */}
</li>
</ul>
</li>
</ul>
<p>
If you are an international participant, please note that{" "}
Expand Down

0 comments on commit 441350d

Please sign in to comment.