Skip to content

Commit

Permalink
adding project 5 feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-force committed Nov 1, 2024
1 parent 6089453 commit 837aee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _projects/project5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <a href="">PrairieLearn</a>. You only need to upload the following files:
When you are done, submit your file to <a href="https://us.prairielearn.com/pl/course_instance/164327/assessment/2452829">PrairieLearn</a>. You only need to upload the following files:
- board.py
- models.py

0 comments on commit 837aee2

Please sign in to comment.