billwk254 / Alien_Invasion

An alien invasion game(from the book python crash course by Eric Matthes) with some modifications and original art created from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Alien_Invasion

Alien invasion is a 2D game which tasks the player with protecting a ship from a fleet of incoming aliens.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Logo

THe project is a simple 2D game which involves shooting down a fleet of aliens which are coming down attacking the players ship at the bottom of the screen, the player is supposed to shoot down the fleet before they reach the bottom of the screen.

(back to top)

Built With

(back to top)

Getting Started

This is how to get the project running on a local machine.

Prerequisites

These are the prerequisites required to get the game up and running.

  • Python

Installation

  1. Download python https://python.org
  2. Clone the repo
    git clone https://github.com/billwk/Alien_Invasion.git
  3. Install the Pygame module.
    python -m pip install pygame
  4. Run the file main.py
    python main.py

(back to top)

Usage

For more examples, please refer to the HOW TO PLAY

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Twitter- @nbaanony

Email - billkihungu51@gmail.com

Project Link: https://github.com/billwk254/Alien_Invasion

(back to top)

Acknowledgments

(back to top)

About

An alien invasion game(from the book python crash course by Eric Matthes) with some modifications and original art created from scratch

License:MIT License


Languages

Language:Python 100.0%