chip invaders

8
CPS 240 Term Project - Group 3 Group Members: Taylor Ripke, Jacob Fishbaugh Carter Ballinger, Joshua Mcginnis

Upload: tripke

Post on 15-Jan-2017

119 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Chip invaders

CPS 240Term Project - Group 3

Group Members:Taylor Ripke, Jacob Fishbaugh

Carter Ballinger, Joshua Mcginnis

Page 2: Chip invaders

Game Overview and Controls

Movement Respawn

Missile Bullets

Page 3: Chip invaders

UML Class Diagram

Page 4: Chip invaders

Singleton Design Pattern

Intent: Ensure a class has only oneInstance and provide a global point of access to it

Page 5: Chip invaders

Model View ControllerModel – Represents an object carrying data. May have logic

to update controller if its data changes.

View – View represents the visualization of the data that model contains.

Controller – Acts on Model and view by controlling data flow into model object and updates view whenever the data changes.

Page 6: Chip invaders

Troubles Explosion animation not reloading

Get Jbuttons to work

Infinite JFrames / Check Collisions

Page 7: Chip invaders

Wanted to Add

Better Boss AI High Scores Screen

More Content

Page 8: Chip invaders

Any Questions?