Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Space-Invaders

1. Install Python

Download and install Python: Visit the official Python website: https://www.python.org/downloads/ Download the appropriate installer for your operating system (Windows/macOS/Linux). During installation, check the box that says "Add Python to PATH", then complete the installation.

2. Verify Python and pip Installation

After installation, open a terminal (Command Prompt, PowerShell, or Terminal) and run: python --version

pip --version If Python and pip are installed correctly, these commands will display their versions.

3. Install Pygame

Run the following command to install pygame using pip:

pip install pygame

4. Clone the Repository & Run the Game

If you haven’t already, clone this repository: git clone https://github.com/imaesp/Space-Invaders.git

Then, run the game with: python main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages