Page 1 of 1

sandbox mmo in vb.net

Posted: Sat May 30, 2015 11:16 pm
by Mokey
Hey I am currently learning Vb.net so I can create a sandbox mmo. Is it possible to do this or no?

I am using http://ascensiongamedev.com/custom-vers ... on's-belt/ this as a base.

Re: sandbox mmo in vb.net

Posted: Mon Jun 08, 2015 1:51 am
by Jackolantern
Yes, this is definitely possible. There are several MMOs built in just standard .NET. If I remember right, VBGore was updated to .NET as well. And VB.NET can pretty much do everything that C# can do. There really isn't a divide between the two anymore. They even compile into almost the same IL code.

Re: sandbox mmo in vb.net

Posted: Mon Jun 08, 2015 8:46 pm
by Sim
As Jack said, def possible. I did something similar in vb6 many years ago.