<?php

$course_base_rel_dir = "../../";
include("../../header.php");

?>

<h2>Reading Quiz - FGD Ch 16</h2>

<hr>

<h3>Assignment</h3>

<p>
<ol class="homework">

  <li>
    (50 points) Describe in detail a genre specific level design principle.
  </li>

  <li>
    (50 points) Provide two examples of level design in games you have played:
    (1) a good example and (2) a bad example. Explain which principles were
    followed and broken respectively.
  </li>

</ol>
</p>

<hr>

<?php

include("grading.html");
include("../../footer.php");

?>
