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

https://github.com/jayllyz/doomdepth

Doom Depth game simplified in terminal
https://github.com/jayllyz/doomdepth

c doomdepth

Last synced: 3 months ago
JSON representation

Doom Depth game simplified in terminal

Awesome Lists containing this project

README

          


doom-depth

[![clang-format Code Formatter](https://github.com/Jayllyz/doomDepth/actions/workflows/formatter.yml/badge.svg)](https://github.com/Jayllyz/doomDepth/actions/workflows/formatter.yml)

Doom Depth game on terminal using C and Sqlite3. (Linux only)

## Run the project

### Clone

```bash
git clone https://github.com/Jayllyz/doomDepth my-project
cd my-project
```

### Build

```bash
make build
```

### Start

```bash
make start
```

> *Note: make start also run make build.*

### Exec

```bash
make exec
```

### Stop

```bash
make stop
```