Classic space invader 2D game.
Recall your old childhood memories, by playing the classic space invader game.
- Left cursor to move spaceship left.
- Right cursor key to move spaceship right.
- Space bar to fire a bullet.
- Python interpreter.
- Keyboard (to play)
- 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.
- Fork the this repo
- Edit to your forked repo with branch "Development"
- Once done send a PR (Pull Request) to main repo.