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

https://github.com/oblerion/monogame_on_ubuntu

script for install/setup monogame game devellop on ubuntu
https://github.com/oblerion/monogame_on_ubuntu

monogame-framework shell ubuntu

Last synced: 2 months ago
JSON representation

script for install/setup monogame game devellop on ubuntu

Awesome Lists containing this project

README

        

# monogame_on_ubuntu
script for install/setup [monogame](https://www.monogame.net/) devellop on ubuntu
# script's feature
- install mono
- install dotnet
- install monogame template
- (optional) install visual studio code + monogame template
# how use it
```
sudo chmod +x install-monogame.bash
./install-monogame.bash
```
## when it launch
don't be surprise it take some minutes for setting up

# create project
```
dotnet new -o
```
TemplateID = name id template

ProjectName = name's directory of game

get list id template
```
dotnet new -l
```

# run project
go in game's dir and tape
```
dotnet run Program.cs
```