aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-07-10 18:20:19 +0200
committerGravatar GitHub <[email protected]>2023-07-10 17:20:19 +0100
commit58a72c4ca4d3a0b4e94fecf66a65f5384325e33a (patch)
treed4a00144889265e914f7660e943cb375cb9654c7 /pydis_site
parentMerge pull request #1017 from python-discord/fix-postegresql-typo (diff)
Fix broken link found by httrack (#1018)
Surfaced in #1016.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/game-jams/2020/judging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/game-jams/2020/judging.html b/pydis_site/templates/events/pages/game-jams/2020/judging.html
index 1ec836ac..1cbe2679 100644
--- a/pydis_site/templates/events/pages/game-jams/2020/judging.html
+++ b/pydis_site/templates/events/pages/game-jams/2020/judging.html
@@ -50,7 +50,7 @@
<p>We require that you make the project easy to comprehend, easy to install, and easy to run. To ensure this, your submission must contain a <code>README.md</code> in your team folder which clearly documents how to interact with it.
</p>
<p>
- First of all, you need to include instructions on exactly how to get your game running. We require that you use a <strong>dependency manager</strong> and encourage you to make a <strong>click-and-play option</strong>, and these should be documented in this section. Please see <a href="/events/game-jam-2020/technical-requirements/">our technical requirements page</a> for more information on this. Remember, we have to judge dozens of submissions, so if every submission can be set up and run by just doing <code>pipenv install</code> and then <code>pipenv run start</code>, it will make our job significantly easier.
+ First of all, you need to include instructions on exactly how to get your game running. We require that you use a <strong>dependency manager</strong> and encourage you to make a <strong>click-and-play option</strong>, and these should be documented in this section. Please see <a href="/events/game-jams/2020/technical-requirements/">our technical requirements page</a> for more information on this. Remember, we have to judge dozens of submissions, so if every submission can be set up and run by just doing <code>pipenv install</code> and then <code>pipenv run start</code>, it will make our job significantly easier.
</p>
<p>
The readme should also contain information about the game, screenshots, a logo if you got it, your team name, instructions on how to play and anything else that helps provide a high-level overview over the game. This is also extremely helpful when we are judging so many projects, so that we can easily see which is which by looking through readmes. For an example of an excellent readme, check out <a href="https://github.com/python-discord/code-jam-6/blob/master/amphibian-alchemists/README.md">this readme created by the Amphibian Alchemists team during Code Jam 6</a>.