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
- Host: GitHub
- URL: https://github.com/maxdevos49/gate-adventures
- Owner: maxdevos49
- Created: 2024-03-03T19:24:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T18:27:33.000Z (over 1 year ago)
- Last Synced: 2025-02-14T19:29:29.735Z (over 1 year ago)
- Language: C#
- Size: 286 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.