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

https://github.com/visualsource/dungeoncrawler


https://github.com/visualsource/dungeoncrawler

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# DungeonCrawler

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

A 2D terminal rpg game

## Run Locally

Clone the project

```bash
git clone https://github.com/VisualSource/DungeonCrawler
```

Go to the project directory

```bash
cd my-project
```

```bash
dotnet run --project src\DungeonCrawler\DungeonCrawler.csproj
```

## Authors

- [@VisualSource](https://www.github.com/visualsource)

## License

[MIT](https://choosealicense.com/licenses/mit/)