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

https://github.com/maxdevos49/gate-adventures

A monogame project
https://github.com/maxdevos49/gate-adventures

Last synced: 5 months ago
JSON representation

A monogame project

Awesome Lists containing this project

README

          

# Gate Adventures
---
The same group who brought you [Boss Fight Battlegrounds](https://github.com/maxdevos49/Boss-Fight-Battleground) now brings you Gate Adventures! A Stargate themed adventure game!

#### Development Dependencies:
- [MonoGame](https://monogame.net/articles/getting_started/index.html)
- Additional steps are required for ARM macOS [here](https://community.monogame.net/t/tutorial-for-setting-up-monogame-on-m1-m2-apple-silicon/19669) for the content pipeline to work

#### Format
```sh
dotnet format
```

#### Build
```sh
dotnet build
```

#### Run
```sh
dotnet run --project GateAdventures
```

#### Test
```sh
dotnet test
```

#### Release
Follow steps relevant platforms steps [here](https://monogame.net/articles/packaging_games.html) for producing release binaries.