Skip to content

Commit 03a3eae

Browse files
authored
Merge pull request #400 from Dan-TEALS/master
Fix broken link on project starter code.
2 parents b8f7509 + 1c4c8a4 commit 03a3eae

File tree

8 files changed

+20
-6
lines changed

8 files changed

+20
-6
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
-----------------
66

7+
### 5/16/2022
8+
9+
* 7.05 - Fixed broken sample code link for project (Issues #380 and #398)
10+
11+
-----------------
12+
13+
### 4/26/2022
14+
15+
* 7.01 - Corrected subclass example in lesson plan (Issue #383)
16+
17+
-----------------
18+
719
### 3/26/2021
820

921
* Unit 2 Lesson, labs, projects and slide deck copy editing

docs/changelog.md.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
-----------------
1515

16+
### 5/16/2022
17+
18+
* 7.05 - Fixed broken sample code link for project (Issues #380 and #398)
19+
20+
-----------------
21+
1622
### 4/26/2022
1723

1824
* 7.01 - Corrected subclass example in lesson plan (Issue #383)
4.87 KB
Binary file not shown.

docs/units/7_unit/05_lesson/project.md.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
### Implementation Details
157157

158158
* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
159-
* Here is some [starter_code].
159+
* 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).
160160
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
161161
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
162162
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
@@ -205,6 +205,4 @@
205205
* call correct player function based on inputs.
206206
* check for the end of the game and end game if necessary.
207207

208-
[starter_code]:https://teals-introcs.gitbooks.io/2nd-semester-introduction-to-computer-science-pri/content/units/7_unit/05_lesson/starter_code.py
209-
210208
<!-- 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>
125 KB
Binary file not shown.

units/7_unit/05_lesson/project.docx

4.87 KB
Binary file not shown.

units/7_unit/05_lesson/project.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ All fire type have the following attacks:
147147
### Implementation Details
148148

149149
* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
150-
* Here is some [starter_code].
150+
* 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).
151151
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
152152
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
153153
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
@@ -195,5 +195,3 @@ Implement the following:
195195
* inputs that ask if user would like to attack, heal or switch.
196196
* call correct player function based on inputs.
197197
* check for the end of the game and end game if necessary.
198-
199-
[starter_code]:https://teals-introcs.gitbooks.io/2nd-semester-introduction-to-computer-science-pri/content/units/7_unit/05_lesson/starter_code.py

units/7_unit/05_lesson/project.pdf

125 KB
Binary file not shown.

0 commit comments

Comments
 (0)