Skip to content

Commit 2248f87

Browse files
committed
Revise starter kit design (#88)
1 parent af3992b commit 2248f87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/learn-programming-challenge/contributing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@ Each turn, every bot is sent:
6363
* A list of this player’s dropoffs.
6464
3. The changed cells on the game map, represented by an update count (how many cells have changed) and the details of changed cells (x, y, halite amount).
6565

66-
Some objects are recreated from scratch each turn, such as ships. Other objects are reused and updated each turn, such as the the map and player. It’s helpful to be clear when writing your starter kit which objects are recreated and which are reused from turn to turn.
67-
6866

6967
<br/>
7068
### Submitting your new starter kit
71-
To submit your starter kit, fork our repo, place your starter package in the `starter-kits/` folder, and send us a pull request! If we accept your PR, your starter package will be added to the site.
69+
To submit your starter kit, fork our repo, place your starter package in the `starter-kits/` folder, and send us a pull request! Please ensure that your code does not include copyright language; see more in our [Terms of Use](http://localhost:4000/about/terms-and-conditions). If we accept your PR, your starter package will be added to the site.
7270

7371

7472
**Note:** please include the `run_game.sh` and `run_game.bat` scripts, following the Python3 starter kit as a template.

0 commit comments

Comments
 (0)