Skip to content

Commit

Permalink
adding project 5 links
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-force committed Nov 1, 2024
1 parent fee1171 commit 6089453
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/submission.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
When you are done, submit your file to <a href="https://www.gradescope.com/courses/{{ site.gradescope_course_id }}/assignments/{{ include.gradescope_assignment_id }}">Gradescope</a>. You only need to upload the following files:
<!--When you are done, submit your file <a href="https://www.gradescope.com/courses/{{ site.gradescope_course_id }}/assignments/{{ include.gradescope_assignment_id }}">here</a>. You only need to upload the following files:
<ul>
{% for file in include.submission_files %}
<li>{{ file }}</li>
{% endfor %}
</ul>

-->
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.
7 changes: 6 additions & 1 deletion _projects/project5.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ submission_files:

*We highly recommend reading through this spec in its entirety before you begin.*

*[Project walkthrough guide.pdf]()*
<!--*[Project walkthrough guide.pdf]()*-->

> Project 5 will be submitted on **PrairieLearn** not Gradescope
<a href="https://us.prairielearn.com/pl/course_instance/164327/assessment/2452829">Starter File and Submission Link</a>

## Content

[I. Submission Guidelines](#submission-guidelines)
Expand Down Expand Up @@ -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 <a href="">PrairieLearn</a>. You only need to upload the following files:
- board.py
- models.py

0 comments on commit 6089453

Please sign in to comment.