Author Archives: Odd Jensen

About Odd Jensen

2014  Programming

First assignment

The first assignment I got at Campus Gotland was to do a analysis of the game space invader, listing the objects and there behaviors, and do a relationship grid.
And hear the result.
Objects
Player craft:
Properties: Graphics, Location, Speed, HP, Lives.
Behaviors: Movement, Spawning Bullet.
 
Player Bullet:
Properties: Graphics, Location, Speed, Damage, Unique,
Behaviors: Movement.
 
Enemy 1, 2 & 3:
Properties: Graphics Location, Speed, HP, Score.
Behaviors: Movement, Spawning Bullet, Speeding up.
 
Enemy Bullet 1 & 2:
Properties: Graphics, Location, Speed, Damage.
Behaviors: Movement.
 
Shield Part:
Properties: Graphics, Location, HP.
Behaviors: None
 
UFO:
Properties: Graphics, Location, Speed, Score.
Behaviors: […]

/ Comments Off on First assignment
Program: Programming

First assignment

The first assignment I got at Campus Gotland was to do a analysis of the game space invader, listing the objects and there behaviors, and do a relationship grid.
And hear the result.
Objects
Player craft:
Properties: Graphics, Location, Speed, HP, Lives.
Behaviors: Movement, Spawning Bullet.
 
Player Bullet:
Properties: Graphics, Location, Speed, Damage, Unique,
Behaviors: Movement.
 
Enemy 1, 2 & 3:
Properties: Graphics Location, Speed, HP, Score.
Behaviors: Movement, Spawning Bullet, Speeding up.
 
Enemy Bullet 1 & 2:
Properties: Graphics, Location, Speed, Damage.
Behaviors: Movement.
 
Shield Part:
Properties: Graphics, Location, HP.
Behaviors: None
 
UFO:
Properties: Graphics, Location, Speed, Score.
Behaviors: […]

/ Comments Off on First assignment
Program: Programming

First assignment

The first assignment I got at Campus Gotland was to do a analysis of the game space invader, listing the objects and there behaviors, and do a relationship grid.
And hear the result.
Objects
Player craft:
Properties: Graphics, Location, Speed, HP, Lives.
Behaviors: Movement, Spawning Bullet.
 
Player Bullet:
Properties: Graphics, Location, Speed, Damage, Unique,
Behaviors: Movement.
 
Enemy 1, 2 & 3:
Properties: Graphics Location, Speed, HP, Score.
Behaviors: Movement, Spawning Bullet, Speeding up.
 
Enemy Bullet 1 & 2:
Properties: Graphics, Location, Speed, Damage.
Behaviors: Movement.
 
Shield Part:
Properties: Graphics, Location, HP.
Behaviors: None
 
UFO:
Properties: Graphics, Location, Speed, Score.
Behaviors: […]

/ Comments Off on First assignment
Program: Programming

First assignment

The first assignment I got at Campus Gotland was to do a analysis of the game space invader, listing the objects and there behaviors, and do a relationship grid.
And hear the result.
Objects
Player craft:
Properties: Graphics, Location, Speed, HP, Lives.
Behaviors: Movement, Spawning Bullet.
 
Player Bullet:
Properties: Graphics, Location, Speed, Damage, Unique,
Behaviors: Movement.
 
Enemy 1, 2 & 3:
Properties: Graphics Location, Speed, HP, Score.
Behaviors: Movement, Spawning Bullet, Speeding up.
 
Enemy Bullet 1 & 2:
Properties: Graphics, Location, Speed, Damage.
Behaviors: Movement.
 
Shield Part:
Properties: Graphics, Location, HP.
Behaviors: None
 
UFO:
Properties: Graphics, Location, Speed, Score.
Behaviors: […]

/ Comments Off on First assignment
Program: Programming