https://github.com/visualsource/dungeoncrawler
https://github.com/visualsource/dungeoncrawler
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visualsource/dungeoncrawler
- Owner: VisualSource
- Created: 2023-09-14T01:41:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T02:39:44.000Z (over 1 year ago)
- Last Synced: 2025-01-06T05:08:54.541Z (6 months ago)
- Language: C#
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DungeonCrawler
[](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/)