Slightly modified clone of Space Invaders classic game implemented with Python and pyxel.
Shoot all the invaders before they reach you or destroy you!
- Cloned or downloaded repository.
- Python3 installed.
- pyxel installed
(manually or by
pipenv sync
in the root of the repository).
Run python main.py
or python3 main.py
(depending on the environment)
in the terminal while in the root of the repository.
- ↑ and ↓ arrow keys to select options in menus.
- ENTER to choose option in menus.
- ← and → arrow keys to move the laser cannon left and right.
- SPACE to shoot the laser cannon.
- Q or P to pause the game.
- Navigation menus.
- Cannon shoots slower when damaged.
- Every wave of invaders stronger than the previous one.
- Sound effects.
- Scores are saved - possible to display high scores.
- Create better sounds.
- Add Mysterious Ship's sound.