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
- Host: GitHub
- URL: https://github.com/jayllyz/doomdepth
- Owner: Jayllyz
- License: unlicense
- Created: 2023-09-23T15:46:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-12T08:54:58.000Z (3 months ago)
- Last Synced: 2025-07-20T08:48:24.209Z (3 months ago)
- Topics: c, doomdepth
- Language: C
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](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
```