Skip to content

HelloWorld-er/Alien-Invasion-Pygame

Repository files navigation

Alien-Invasion--pygame

Description

Alien Ivasion made by python pygame

Set Up

  1. Install a Python Interpreter: Install python interpreter in the Python Official Website if you do not have
  2. Navigate to the working directory: open terminal and navigate to the working directory
  3. Create the Virtual Environment: Use Python's venv module to create a virtual environment. You can name the environment anything you like, commonly venv or env
    python -m venv venv
  4. Activate the Virtual Environment:
    • On Windows:
      venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  5. Install Requirements: With the virtual environment activated, use pip to install all the necessary packages listed in the requirements.txt file:
    pip install -r requirements.txt
  6. Deactivating the Virtual Environment: Once you're done working, you can deactivate the virtual environment:
    deactivate

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

'Alion Invasion' using pygame

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages