Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 865 Bytes

Space-Invaders

Prerequisites

Before running a Pygame Python script on Windows, you will need to have the following installed on your computer:

  • Python 3.x
  • Pygame

You can download the latest version of Python from the official website: https://www.python.org/downloads/windows/. To install Pygame, you can open a command prompt and type the following command:

pip install pygame

Running the Game

  1. Download this Repository

    • If you downloaded it as a ZIP folder, make sure to unzip it first!
  2. Go to the Game Files: Open File Explorer and navigate to this game's repository folder.

  3. Run the Pygame script: Once you are in the directory containing your Python script, click on main.py to launch the game!

That's it! You should now be able to run the game. If you encounter any issues or need any help, feel free to call us over!