Skip to content

Commit 1f108a0

Browse files
authored
Merge pull request #43 from HaliteChallenge/web-clarify-what-goes-into-bot-zip
web: clarify what goes into bot zip file
2 parents b8915ff + 5e0c31a commit 1f108a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/javascript/templates/Play.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!--<div class="doc-section doc-section-play text-center"> -->
2020
<h4 class="mt3">LOCAL DEVELOPMENT</h4>
2121
<p>Or, <a href="/learn-programming-challenge/downloads">download</a> the game environment and starter kit bundle for your platform and language of choice.</p>
22-
<p>To submit your local Halite bot in the competition, upload a .zip file here. The root of your zip should contain a MyBot.{extension} file and the /hlt folder from the starter kit.</p>
22+
<p>To submit your local Halite bot to the competition, upload a .zip file here. In general, the root of your zip should contain a <i>MyBot.{extension}</i> file and the <i>hlt</i> folder from the starter kit, which is sufficient for Python and Java. Some languages may require additional files, such as <i>CMakeLists.txt</i> for C++ and <i>Cargo.toml</i> for Rust. A single top level directory in the archive that contains all the above is supported as well.</p>
2323
<br>
2424
<halite-upload-zone
2525
description="Select or drop .zip file to upload your bot"

0 commit comments

Comments
 (0)