PC Terraria clone guide?

Stoovan

Skeletron Prime
I'm looking to make a small game that plays the same way as terraria. I've seen it with alot of other things before. So I know it's possible.

Anyone know some guides on how to do so?
 
Terraria was written in C# with XNA. http://www.monogame.net/ is an open source cross platform reimplementation of XNA (this means that you code almost exactly as you would with XNA). 99% of XNA tutorials should also work with MonoGame.
 
Back
Top Bottom