项目作者: cavcrosby

项目描述 :
My take on the classic arcade game. :alien: :alien: :alien:
高级语言: Python
项目地址: git://github.com/cavcrosby/SpaceInvaders.git
创建时间: 2020-06-10T18:35:04Z
项目社区:https://github.com/cavcrosby/SpaceInvaders

开源协议:MIT License

下载


SpaceInvaders

The logic was inspired from https://github.com/attreyabhatt/Space-Invaders-Pygame, and the video: https://www.youtube.com/watch?v=FfWpgLFMI7w.

This just happens to be my take on the classic game with the starting code coming from the video/repo (refactored to my liking).

Installation & Usage

Since the game is written in Python, it can be considered cross platform.

Recommended PC Specifications

  • Processor: 4 Core CPU
  • Memory: 8 GB RAM

Pre-requisites

  • Python >3.6
  • pygame
  1. git clone https://github.com/cavcrosby/SpaceInvaders.git
  2. cd SpaceInvaders
  3. python main.py

or (Windows users)

  1. Download the repository as a zip file.
  2. Extract the zip file to a given location.
  3. Launch the executable inside the directory.

Demo

License

See LICENSE.