First Meeting
Date:
06-06-2005
Present:
Grace Ngai
Kelan
Winnie
Yuki
Overview:
1. Agree on the game idea of "Mouse Hitting game"
2. Generally design the structure of the program
3. Clear up Java Concepts and correspond them with program structure
4. Decide on the way to present the tutorial
Content:
1. Files:
mouse.java, boy.java, girl.java, white.java, grid.java, interrupts.java. source.java, raster.java
2. Class diagram:

3. Java Concepts with program structure:
Concepts learnt | Corresponding Usage | |
Variables | Everywhere | |
Flow control | If | Test mouse position |
Loops | Rotate position to be tested | |
Methods | ||
Strings | Display status or sentences | |
Arrays | Mouse grid | |
OO | Encapsulation | Building the mouse |
Inheritance | various kinds of mice | |
Polymorphism | ||
Event-driven | Keyboard |
1 Comments:
test comment
Post a Comment
<< Home