Skip to content

Fix broken link on project starter code. #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

-----------------

### 5/16/2022

* 7.05 - Fixed broken sample code link for project (Issues #380 and #398)

-----------------

### 4/26/2022

* 7.01 - Corrected subclass example in lesson plan (Issue #383)

-----------------

### 3/26/2021

* Unit 2 Lesson, labs, projects and slide deck copy editing
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

-----------------

### 5/16/2022

* 7.05 - Fixed broken sample code link for project (Issues #380 and #398)

-----------------

### 4/26/2022

* 7.01 - Corrected subclass example in lesson plan (Issue #383)
Expand Down
Binary file modified docs/units/7_unit/05_lesson/project.docx
Binary file not shown.
4 changes: 1 addition & 3 deletions docs/units/7_unit/05_lesson/project.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
### Implementation Details

* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
* Here is some [starter_code].
* Here is some [starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
Expand Down Expand Up @@ -205,6 +205,4 @@
* call correct player function based on inputs.
* check for the end of the game and end game if necessary.

[starter_code]:https://teals-introcs.gitbooks.io/2nd-semester-introduction-to-computer-science-pri/content/units/7_unit/05_lesson/starter_code.py

<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
Binary file modified docs/units/7_unit/05_lesson/project.pdf
Binary file not shown.
Binary file modified units/7_unit/05_lesson/project.docx
Binary file not shown.
4 changes: 1 addition & 3 deletions units/7_unit/05_lesson/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ All fire type have the following attacks:
### Implementation Details

* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
* Here is some [starter_code].
* Here is some [starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
Expand Down Expand Up @@ -195,5 +195,3 @@ Implement the following:
* inputs that ask if user would like to attack, heal or switch.
* call correct player function based on inputs.
* check for the end of the game and end game if necessary.

[starter_code]:https://teals-introcs.gitbooks.io/2nd-semester-introduction-to-computer-science-pri/content/units/7_unit/05_lesson/starter_code.py
Binary file modified units/7_unit/05_lesson/project.pdf
Binary file not shown.