// 7.Detailed explanation of each game //

// 7-2.About "Blast 'em ALL!!" //

// 7-2-1.Operation explanation, rules //

"Blast 'em ALL!!" is an action game that mainly uses mouse operations.
This game's purpose is to move the aiming (target) cursor with the mouse, firing a special missile by clicking left or right (either is possible), and destroy all enemies.

Compared to other mini-games, this game's controls and rules are quite simple.
The real appeal of this game will be in how quickly and with a small number of shots you can wipe out the enemy, just like a rapid-fire gunfighter.

image_16

As soon as My-missile is fired, it forms an explosive flame in the targeted area.
The explosion flame will spread to its maximum diameter centered on the center of explosion, then converges and disappears.
When the enemy collides that explosion, that enemy will be destroyed.
And it's also possible to destroy multiple enemies at the same time with one explosion flame.

There is a limit to the number of My-missile, and there is also a limit to the elapsed battle time.
When either becomes zero, the game will be over as a bad end.
The victory condition is to wipe out all enemy before My-missile or the time limit expires.

// 7-2-2.About enemy //

The enemy has a stealth function and is usually invisible.
However, it will only be visible when there is a missile detonation flame on the screen.
In short, it's necessary to aim at the enemy one after another, fire My-missiles, and destroy the enemy continuously and quickly before the visible-effect by the explosion flame disappears.

image_38

There could be no time to aim calmly and carefully.
So when you have confirmed the enemy, you have to take aim and fire My-missile immediately and reflexively.

// 7-2-3.Score magnification at the enemy destruction //

The earning score by destroying an enemy changes depending on the location relationship between the location of destroyed enemy and explosion flame's center.

[Earning score] = (Magnification) x 100

This "Magnification" increases the closer the enemy's location at the time of destruction is to the explosion flame's center, and changes at square increments (9 steps) from "x1" to "x256".
So accurate aiming would be required for earning more high score.

// 7-2-4.About the Game over //

This game will be a bad end when My-missile or the time limit become zero, but it will be a good end if you succeeded to wipe out all enemy, then game will be over.
And if the case of a good end, you can get the following bonus score.

[Bonus score] = (Remained missile) x (Left time) x (Magnification)

(Magnification) = 10, 50, 100, 500, 1000 (Difficulty level order)

If you cleared with the enemy wiped out in the case of the highest difficulty "level 5", you can get the bonus score that is 100 times higher than that of "level 1".

By the way, the maximum score for this game is "999,9999".

// 7-2-5.About Tips and others //

There are no special tips in this game.
The only thing you have to do would be destroying the enemy quickly and continuously.
On the highest difficulty level, both the time limit and the number of missiles are just barely enough.
I guess you would often have such a regrettable result that running out My-missile or expired limit time despite the enemy remains only 1 body.
However, I think the highest difficulty level of this game is the easiest to conquer among the mini-games of this work.
I hope this game would be a good resolving means for you when you feel something frustrated.

By the way, I have prepared a certain secret bonus score in this game.
That will be earned when both the left time and the remaining missiles were zero at clearing the game with wiped out all enemy.。
On the highest difficulty "level 5", its score is 500,0000 points.
It would be very difficult to intentionally earn this.
So if you are lucky enough, you may earn it.