Release: Version 1.0 of MonoGame Drag-and-Drop reference code

I’ve only tested this in Windows so far but I finally got some example code working that you’ll can check out:

This uses the viewport from MonoGame.Extended to make the screen resize gracefully. I also added some smooth snap animation.

While the code could probably use a bit of clean up and refactoring, this is definitely a good starting point for anyone who wants to make a drag-and-drop style card game along the lines of solitaire or hearthstone.

I’m also working on an open-source solitaire game inspired by the microsoft classic.

Nice monogame needs some card game examples.