Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betich/space-inv
Project for 2147330 Programming Methodology
https://github.com/betich/space-inv
Last synced: 3 days ago
JSON representation
Project for 2147330 Programming Methodology
- Host: GitHub
- URL: https://github.com/betich/space-inv
- Owner: betich
- Created: 2024-03-11T07:25:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T16:01:25.000Z (8 months ago)
- Last Synced: 2024-04-23T23:52:24.691Z (8 months ago)
- Language: Python
- Size: 43.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Invadors
## How to Run:
1. Clone the repository
```bash
git clone https://github.com/betich/space-inv.git
```or
```bash
git clone [email protected]:betich/space-inv.git
```2. Install the dependencies
```bash
poetry install
```3. Run the game
```bash
poetry run start
```