Difference between revisions of "CS1 3rd Quarter Exam"

From WLCS
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<!--
 
===Objective:===
 
===Objective:===
 
* Design and implement a game where a player may move side to side on the screen in order to dodge falling objects
 
* Design and implement a game where a player may move side to side on the screen in order to dodge falling objects
Line 23: Line 24:
 
'''Collisions (5 points):'''
 
'''Collisions (5 points):'''
 
* If the player collides with a falling object (i.e. if the object hits the player), then there should be a game over message
 
* If the player collides with a falling object (i.e. if the object hits the player), then there should be a game over message
* If the player successfully avoids 100 falling objects, then there should be a win message
+
* If the player successfully avoids 10 falling objects, then there should be a win message
  
 
'''Bonus (5 points):'''
 
'''Bonus (5 points):'''
* Create 8+ falling objects that all work
+
* Create 5+ falling objects that all work
 +
-->

Latest revision as of 15:10, 31 August 2010