MonoGame Project Template

I've been putting together a simple MonoGame project template to make starting my next Ludum Dare game a bit faster. It contains stuff like input management and support for multiple screens, the boring stuff I always need to write when starting a new MonoGame project.

I thought I should probably post it here: https://github.com/Wekaj/LudumDareTemplate

Feel free to use it as well if you want!