Game Languages

Started by
2 comments, last by ToohrVyk 16 years, 4 months ago
Ok im coding a game, a 2nd life type game. I want to code it in C# and Mysql is that possable or will I need more languages to make a game. (Its a browser based game) Thanks.
Advertisement
Well, unless you did some stuff in C# that used ActiveX controls, I can't see how you would be able to do such a thing (use it in a browser).

Check out flash or java, I believe they will suit your purpose :)

FlyingIsFun1217
Let's not be hasty. Although I have little to no experience with browser work, I'd be very very surprised if you couldn't do this with c#.

So maybe wait till someone more experienced than us chimes in.

But I have to ask a question: why make it a browser game at all? Write your own client in c# using whatever libraries you want.
You can use C# for web development (thanks to ASP.NET), but will probably have trouble finding an ASP.NET host which uses MySQL—you should consider using whatever SQL database your host provides, instead.

This topic is closed to new replies.

Advertisement