From b95da8570991c691d402086d3aebd9ffa2d5faeb Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 10 Aug 2024 23:14:18 +0200 Subject: feat: add desc --- .assets/screenshot.png | Bin 0 -> 441222 bytes README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .assets/screenshot.png create mode 100644 README.md diff --git a/.assets/screenshot.png b/.assets/screenshot.png new file mode 100644 index 0000000..658d2c4 Binary files /dev/null and b/.assets/screenshot.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7890573 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Space Invaders +![screenshot](/.assets/screenshot.png) +A Pygame recreation of the classic Space Invaders game for a school project. + +## Features +- Sound effects +- Destroyable bunkers +- Extra lives +- Waves + +## Controls +* **Arrow Keys**: Move left/right +* **Spacebar**: Shoot + +## Getting Started +1. Clone the repository: + ```bash + git clone https://github.com/schererleander/pygame-space-invaders.git +2. Navigate to the project directory: + ```bash + cd pygame-space-invaders +3. Install dependencies: + ```bash + pip install -r requirements.txt +4. Run the game + ```bash + python3 __init__.py +## References +Audio and image assets are sourced from: +- [Space Invaders Assets](https://github.com/clear-code-projects/Space-invaders) -- cgit v1.3.1