#MonoDevelop MonoGame Template for Mac OSX I had a bit of trouble finding a functional template for MonoGame on the Mac. I also found the steps for getting it to work from scratch to be difficult for somebody new to the platform. I added this repository to help anybody else out who's trying to get started.
- Install all prerequesites listed here
- Clone this project
- Run
git submodule init
andgit submodule update
to check out the MonoGame code. - Open MacGame.sln in MonoDevelop
- Start it up!
Feedback welcome. Please open issues if you run into more problems or feel something is otherwise incomplete.