Skip to content

Commit aee4d48

Browse files
committed
2 parents 46593d0 + 622e926 commit aee4d48

File tree

14 files changed

+678
-19
lines changed

14 files changed

+678
-19
lines changed

PeerReview/PeerReview-Exercise1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Write justification here.
9292
## Code Style ##
9393

9494
### Description ###
95-
Check the scripts to see if the student code follows the .Net style guide.
95+
Check the scripts to see if the student code follows the Godot style guide.
9696

9797
If sections don't adhere to the style guide, please permalink the line of code from GitHub and justify why the line of code has infractions of the style guide.
9898

@@ -118,7 +118,7 @@ Here is another example as well.
118118

119119
### Description ###
120120

121-
If the student has followed best practices (Unity coding conventions from the StyleGuides document), then feel free to point at these segments of code as examples.
121+
If the student has followed best practices as seen in the style guide lecture, then feel free to point at these segments of code as examples.
122122

123123
If the student has breached the best practices and has done something that should be noted, please add the infracture.
124124

PeerReview/PeerReview-Exercise2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ___
118118

119119

120120
### Description ###
121-
Check the scripts to see if the student code adheres to the dotnet style guide.
121+
Check the scripts to see if the student code adheres to the GDScript style guide.
122122

123123
If sections do not adhere to the style guide, please peramlink the line of code from Github and justify why the line of code has not followed the style guide.
124124

@@ -142,7 +142,7 @@ ___
142142

143143
### Description ###
144144

145-
If the student has followed best practices (Unity coding conventions from the StyleGuides document) then feel free to point at these code segments as examplars.
145+
If the student has followed best practices then feel free to point at these code segments as examplars.
146146

147147
If the student has breached the best practices and has done something that should be noted, please add the infraction.
148148

ProjectDocumentTemplate.md

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

1919
**Add it here if you did work that should be factored into your grade but does not fit easily into the proscribed roles! Please include links to resources and descriptions of game-related material that does not fit into roles here.**
2020

21+
# External Code, Ideas, and Structure #
22+
23+
If your project contains code that: 1) your team did not write, and 2) does not fit cleanly into a role, please document it in this section. Please include the author of the code, where to find the code, and note which scripts, folders, or other files that comprise the external contribution. Additionally, include the license for the external code that permits you to use it. You do not need to include the license for code provided by the instruction team.
24+
25+
If you used tutorials or other intellectual guidance to create aspects of your project, include reference to that information as well.
26+
2127
# Main Roles #
2228

2329
Your goal is to relate the work of your role and sub-role in terms of the content of the course. Please look at the role sections below for specific instructions for each role.

0 commit comments

Comments
 (0)