posted 9 years ago
I am trying to make a space invader game for self practice using TDD approach. I have written some points and did some implementation. Please suggest:
Goal: We should protect invasion from the invaders by shooting them
Some To do list:
1) Should kill the invaders using laser for protecting invasion
2) Should move laser sideways to protect it from the invaders attack
3) Should get new laser if available when destroyed by invaders
4) Should be game over when all the lasers destroyed by invaders
5) Should add 10 points into the total score whenever any invader killed
I worked on points 1 and 3. So my code is: