/Square-Invaders

terminal based clone of Space Invaders

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Square-Invaders

terminal based clone of Space Invaders(now with graphical version!)

So if you know the original Space Invaders, you understand the core conception.
But there is moment, when game asks to solve simple math task and if answer is correct you get score,
otherwise you get massive attack.

pip install keyboard - required library 1
pip install pygame - optional requirement 3 to play graphical version

to run terminal version type python SquareInvaders classic

Start of game

Graphical version

invaders

Terminal version

This version is only available on Linux!


start of game

Keys

Left/Right arrow - to move
Space - to shoot
S - to use triple shoot(it requires 100 score points)

Special Thanks

to https://github.com/eruph for making up all recent ideas.