An open API service indexing awesome lists of open source software.

https://github.com/akk85/alien-invaders

My final project for CS 1110: Introduction to Computing using Python
https://github.com/akk85/alien-invaders

alien arcade-game game gui python

Last synced: 2 months ago
JSON representation

My final project for CS 1110: Introduction to Computing using Python

Awesome Lists containing this project

README

          

## Space Invaders Game
My final project for CS 1110: Introduction to Computing using Python - a game based on the classic arcade game Space Invaders.

## Setup
To run this game, clone the repo locally and run the python `__ main __.py` inside the repo directory.

**Install Libraries**:

```bash
pip install kivy

```

```bash

pip install introcs