wadum / TankDestroyers

Competence project at DADIU
1 stars 0 forks source link

Bullets! #6

Closed wadum closed 8 years ago

wadum commented 8 years ago

We need bullets in the game

wadum commented 8 years ago

A bullet is a GameObject.

Implement a bulletcontroller with an object pool.

A bullet travels linear untill it reaches an enemy or a wall.

The speed is yet to be determined.

wadum commented 8 years ago

As a player, you shoot a bullet by pressing space.