ASCII Invaders is a mini-game, ASCII / 8-Bit theme.
(Only '2D Models')
At each new level, the coefficient of enemies is increased ...
e.g,
LVL = 2
bullet_ennemy *= 0.25
hp_ennemies *=0.25
speed_ennemies *= 0.25
From level 3, enemies can drop a gift that enhances your weapon
hit_power *=0.15
If an enemy is at the bottom of the screen,
GameOver
If an enemy bullet hits you,
GameOver
One life only
-= ConfigKey =-
Arrow Keys = to move
UP Key = to shoot
Play the game :
www.gamemaker3d.com/player?pid=04502426994
(Play in full screen for better playability)