Question: Java Language! The assignment is to create a text-based, turn-based Space Invaders style game. The game board is 6 wide by 10 high, though really
Java Language!
The assignment is to create a text-based, turn-based Space Invaders style game.
The game board is 6 wide by 10 high, though really it could be wider but that would make the game harder.
You type 'f' into the console to fire. This destroys all enemy ships in the column that the player is currently in.
To move you type 'm' followed by the number of the column to move to that column. For example if you want to move to the second column you type in "m 2".
Each round the space invaders move down toward the ground. For each one that hits the ground you lose a life.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
