Space Invader Game
November 16, 2020 ยท View on GitHub
Introduction
Classic space invader 2D game.
Recall your old childhood memories, by playing the classic space invader game.
Functions
- Left cursor to move spaceship left.
- Right cursor key to move spaceship right.
- Space bar to fire a bullet.
Images
Prerequisites:
- Python interpreter.
- Keyboard (to play)
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.
Contributions :handshake:
- Fork the this repo
- Edit to your forked repo with branch "Development"
- Once done send a PR (Pull Request) to main repo.