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
- Host: GitHub
- URL: https://github.com/akk85/alien-invaders
- Owner: akk85
- Created: 2024-07-25T06:45:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T21:11:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T02:27:33.147Z (over 1 year ago)
- Topics: alien, arcade-game, game, gui, python
- Language: Python
- Homepage: https://tonykariuki.com/
- Size: 3.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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