Skip to content

Space Invaders game developed using Python 3 and Turtle module

License

Notifications You must be signed in to change notification settings

ThiagoPereiraUFV/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders v1.0

🔨 Thiago Marinho Pereira

GitHub language count Repository size GitHub last commit License

Technologies   |    Project   |    Installation   |    License


Space Invaders

🚀 Technologies

This project was built using following technologies:

💻 Project

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]

🔧 Installation

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

📝 License

This project is under MIT License. Check out LICENSE file to more details.


Built with ♥️ by Thiago Pereira