EECS 1720 Lab for Week 12 - Mar 31 & Apr 1, 2016

In this lab, your task is to understand and possibly modify a Java project that implements a shooter game app and follows the Model-View-Controller (MVC) pattern. The app is in the following Eclipse project archive 1720_W16_Lab12.zip. Download the file and import it into Eclipse as a project.

First run the app by invoking AppDriver.java. You can shoot by pressing the space key. You can move the shooter using the arrow keys. You can also rotate it by using that period and comma keys.

Explore the project code to answer the following questions:

If you want, you can learn more about this shooter game app by performing the following tasks: This lab is not graded. There is no need to sign up or submit.