Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 349 Bytes

File metadata and controls

17 lines (10 loc) · 349 Bytes

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:

pip install kivy
pip install introcs