sadjfda
[rmh3093.git] / project2 / README-min
blob4e492085b84c70a5f1a63783fe8cf35c35514cf9
1 README: CS2 Project 2 (Frenzy)
2 Initial Submission
3 Design and Implementation Notes
5 student name : Ryan M. Hope
6 student login : rmh3093
8 Design:
9 -----------
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?
14 Implementation:
15 -------------------
16 1. How did you represent the board, and how did you keep track of piece
17    locations?
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.