项目作者: anishLearnsToCode

项目描述 :
Basic Alien Invasion 👾 game built on Python 🐍. Part of the Python Crash Course 📕 Book.
高级语言: Python
项目地址: git://github.com/anishLearnsToCode/alien-invasion.git
创建时间: 2020-07-16T05:19:10Z
项目社区:https://github.com/anishLearnsToCode/alien-invasion

开源协议:MIT License

下载


Alien Invasion

made-with-python

This game has been built as part of the
Python Crash Course 📘 Book.
For more python books see here.

Running the game

Clone this project into your machine and install pygame module globally.

  1. git clone https://github.com/anishLearnsToCode/alien-invasion
  2. pip install pygame

enter project and run the driver file

  1. cd alien-invasion
  2. python driver.py

Enjoy 😃👾

screen-shot