diff --git a/_includes/submission.html b/_includes/submission.html index 8fa72c4..e7970dd 100644 --- a/_includes/submission.html +++ b/_includes/submission.html @@ -1,9 +1,9 @@ -When you are done, submit your file to Gradescope. You only need to upload the following files: + You may submit more than once before the deadline; only the final submission will be graded. It is your responsibility to check that the autograder on Gradescope runs as expected after you upload your submission. diff --git a/_projects/project5.md b/_projects/project5.md index c81a46b..863c262 100644 --- a/_projects/project5.md +++ b/_projects/project5.md @@ -10,10 +10,12 @@ submission_files: *We highly recommend reading through this spec in its entirety before you begin.* -*[Project walkthrough guide.pdf]()* + > Project 5 will be submitted on **PrairieLearn** not Gradescope +Starter File and Submission Link + ## Content [I. Submission Guidelines](#submission-guidelines) @@ -328,3 +330,6 @@ At the beginning of the game, the holder is empty. The first time (c) is pressed When the holder is not empty, and a new pytromino is in the center grid, you can press c and the pytromino in the holder will be swapped with the pytromino currently in the center grid. Different from some of the Tetris implementations, Pyturis will not start dropping the swapped pytromino from the top of the center grid, instead, it will start dropping from where the current pytromino is (to make the game a little harder). As a result, if the swap is not possible because the swapping pytromino cannot fit where the current pytromino is, the swap will not happen. +When you are done, submit your file to PrairieLearn. You only need to upload the following files: + - board.py + - models.py \ No newline at end of file