From b3151bc0bc8dc9f3eaa5472f5e8a0b02dc2fe8c3 Mon Sep 17 00:00:00 2001 From: Kristian Rother Date: Sun, 12 May 2024 22:36:14 +0200 Subject: [PATCH] add warning about referencing --- project.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/project.rst b/project.rst index a4a5b7f..d04e2ef 100644 --- a/project.rst +++ b/project.rst @@ -28,15 +28,26 @@ Assessment Criteria - the game is working - there is a git repository -- there is a README file including installation istructions +- there is a README file including installation instructions - there is a ``requirements.txt`` or ``pyproject.toml`` file - no functions is longer than 20 lines - there is at least one class with 3+ attributes and 3+ methods - there is a class diagram, sequence diagram, state diagram or other type of design diagram -- there are 3+ automated tests that pass +- there are 3+ automated tests that pass and check the code of the game - the project uses Continuous Integration -- Python style checks pass -- the project is pip-installable +- Python style checks with black pass +- at least 3 functions contain type annotations - the game contains custom graphics - the game contains sound effects and/or music -- great gameply (up to 2 points) \ No newline at end of file +- great gameplay (up to 2 points) + +.. warning:: + + When submitting a project as a piece of academic work, you must make sure to reference: + + - sources of images, animations and music + - projects the code is based upon + - tutorials that were directly used + - large language models (LLMs) that were used to generate artwork or code + + Failure to comply may consist a plagiarism case and may violate the rights of copyright holders.