Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```