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
- Host: GitHub
- URL: https://github.com/oblerion/monogame_on_ubuntu
- Owner: oblerion
- License: mit
- Created: 2021-09-15T11:46:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T19:20:04.000Z (about 3 years ago)
- Last Synced: 2025-01-05T20:41:12.506Z (4 months ago)
- Topics: monogame-framework, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 gameget list id template
```
dotnet new -l
```# run project
go in game's dir and tape
```
dotnet run Program.cs
```