Sunday, March 9, 2014

game description

//Learning Objective:
// -File and Assets managment
// -Basic game scripting
// -GUI element
// -Input
// -Events
// -Scene Loading


//Game Concept:
// Space shooter where player must avoid astroids from detryoing their ship
//  as they try to score as many point as they can by shooting the astroid in a given amount of time

//Control:
// Arrow keys to move (4 directions: up, down, left, right)
// spacebar to shoot
// e to creates a temporary shield

// Assets:
// - Player
// - Astroid
// - Bullet
// - Shield
//  - Blocker
//  - Explosion

No comments:

Post a Comment