Skip to content

script for install/setup monogame game devellop on ubuntu

License

Notifications You must be signed in to change notification settings

oblerion/monogame_on_ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

monogame_on_ubuntu

script for install/setup monogame 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 <TemplateID> -o <ProjectName>

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

About

script for install/setup monogame game devellop on ubuntu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages