1 README: CS2 Project 2 (Frenzy)
3 Design and Implementation Notes
5 student name : Ryan M. Hope
6 student login : rmh3093
10 1. What are the major classes in the MODEL of your program?
12 2. What are the major classes in the VIEW and CONTROLLER of your program?
16 1. How did you represent the board, and how did you keep track of piece
19 2. How are the game objects constructed? In particular, how are parts of
20 the game model created and tied to the view and controller in your program?
22 3. Which features (if any) are incomplete or faulty?
24 4. Please describe any other known problems with this version of the program.
26 Thread.suspend() and Thread.resume() are used to stop the spawning of enemies
27 but these functions are inherently unsafe.