Technologies | Project | Installation | License
This project was built using following technologies:
Space Invaders is a video game made by the Taito Corporation. Space Invaders is one of the most famous early video games. The game is about defending the Earth from Space Invaders (aliens) by shooting them down before they can land. There have been seven versions of Space Invaders made by the Taito Corporation. Space Invaders was designed by the Taito Corporations man in charge of the game making department, Toshihiro Nishikado. [Simple Wikipedia]
You must install Tkinter and Turtle modules using the following commands on your Terminal:
# Update packages (on Linux devices)
$ sudo apt update
# Python 3 version
$ sudo apt install python3-tk
# Or install Python older versions (it may cause incompatibility)
$ sudo apt install python-tk
Execute the following command to run the game on your Terminal:
$ make
This project is under MIT License. Check out LICENSE file to more details.
Built with