Awesome
Space Invader Game<br>
Introduction
Classic space invader 2D game.<br> Recall your old childhood memories, by playing the classic space invader game. <br><br>
Functions
- Left cursor to move spaceship left.
- Right cursor key to move spaceship right.
- Space bar to fire a bullet. <br><br>
Images
<img src= "https://github.com/meezan-mallick/space_invader_game/blob/master/readme_images/image_1.PNG?raw=true" height=350 width=500 /> <br> <img src= "https://github.com/meezan-mallick/space_invader_game/blob/master/readme_images/image_2.PNG?raw=true" height=350 width=500 /> <br> <img src= "https://github.com/meezan-mallick/space_invader_game/blob/master/readme_images/image_3.png?raw=true" height=350 width=500 />Prerequisites:
- Python interpreter.
- Keyboard (to play) <br>
Environment setup
- Clone repo to your machine.
git clone https://github.com/meezan-mallick/space_invader_game
- Install dependencies.
note : Make sure you're connected to internet.pip install -r requirements.txt
- Run the space_invader.py file.<br> <br>
Contributions :handshake:
- Fork the this repo
- Edit to your forked repo with branch "Development"
- Once done send a PR (Pull Request) to main repo.