diff --git a/_projects/project5.md b/_projects/project5.md index 863c262..b89980c 100644 --- a/_projects/project5.md +++ b/_projects/project5.md @@ -286,7 +286,7 @@ To run the PrairieLearn autograder, you’ll need to submit models.py and board. **Both you and your partner must submit the project individually into PrairieLearn.** -The code between you and your partner can be the same. Once you’ve submitted, both of you will indicate each other as partners in the [Project 4 Feedback Form](INSERT LINK) +The code between you and your partner can be the same. Once you’ve submitted, both of you will indicate each other as partners in the [Project 5 Feedback Form](https://forms.gle/RQ4qaVokbFwW4tXv7) **A reminder that the project feedback form is worth 1 point of your project grade.** ## Appendix: Pyturis Game Rules @@ -330,6 +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: +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