Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,23 @@ popcorn submissions delete <ID>
popcorn submissions delete <ID> --force
```

#### Avoid Reward Hacks

If you want to avoid reward hacks, inspect your past submissions and delete any bad ones.

```bash
# 1. List your submissions and note the ID
popcorn submissions list --leaderboard grayscale_v2

# 2. Inspect the exact code stored for that submission
popcorn submissions show 1234

# 3. Delete the submission if you do not want it kept
popcorn submissions delete 1234
```

`list` shows the submission `ID`, `show` prints the full submitted code for that `ID`, and `delete` previews the submission before removing it.

### Authentication

Register or re-register your CLI with Discord or GitHub.
Expand Down
Loading