Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mendelsshop/sideway_space_invaders
Play a space invaders like game sideways in the terminal.
https://github.com/mendelsshop/sideway_space_invaders
spaceinvaders
Last synced: 20 days ago
JSON representation
Play a space invaders like game sideways in the terminal.
- Host: GitHub
- URL: https://github.com/mendelsshop/sideway_space_invaders
- Owner: mendelsshop
- License: mit
- Created: 2022-03-04T03:56:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:16:24.000Z (12 months ago)
- Last Synced: 2024-10-16T03:25:10.668Z (2 months ago)
- Topics: spaceinvaders
- Language: Python
- Homepage:
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![black](https://github.com/mendelsshop/sideway_space_invaders/actions/workflows/black.yml/badge.svg)](https://github.com/mendelsshop/sideway_space_invaders/actions/workflows/black.yml)
_____ _ _
/ ___(_) | |
\ `--. _ __| | _____ ____ _ _ _
`--. | |/ _` |/ _ \ \ /\ / / _` | | | |
/\__/ | | (_| | __/\ V V | (_| | |_| |
_______/|_|\__,_|\___| \_/\_/____|_|\__, | _
/ ___| |_ _| __/ | | |
\ `--. _ __ __ _ ___ ___ | | _|____/ ____ _ __| | ___ _ __ ___
`--.| '_ \ / _` |/ __/ _ \ | || '_ \ \ / / _` |/ _` |/ _ | '__/ __|
/\__/ | |_) | (_| | (_| __/ _| || | | \ V | (_| | (_| | __| | \__ \
\____/| .__/ \__,_|\___\___| \___|_| |_|\_/ \__,_|\__,_|\___|_| |___/
| |
|_| By: @mendelsshop
## How to play:
Use the up and down arrows to move the 'O' (space ship).
If you don't move the spaceship it will be moved randomly on the y axis.
Use space to shoot a bullet can kill any '<' (enemy spaceship) on the x axis of the bullet.
If your spaceship bumps into an enemy spaceship you lose.
If you make to the end of the board without bumping into another spaceship you win!.
You will know when you lose when this '⦓' appears symbolizing a popped 'O'.