reaper115 Posted February 26, 2003 Posted February 26, 2003 roommate and i are gonna do a game.... rpg-style, probably.... we'd been talking about using C++, but then one of us thought of using C#. whaddya think? Quote
Leaders quwiltw Posted February 26, 2003 Leaders Posted February 26, 2003 ...whaddya think? I think this should have been posted to Random Thoughts.:p Quote --tim
*Experts* Nerseus Posted February 26, 2003 *Experts* Posted February 26, 2003 whaddya think? I'd think that if you don't even know what language to use, you shouldn't be writing a game, especially an RPG-style. especially an "RPG-style" game. I'd learn some basic programming, then maybe code a game that says "pick a number between 1 and 10... higher... lower... higher... you got it!", then move onward... :) -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
a_jam_sandwich Posted February 27, 2003 Posted February 27, 2003 LOL :) Quote Code today gone tomorrow!
reaper115 Posted February 27, 2003 Author Posted February 27, 2003 O_O pick a number? i did that in basic script six years ago.... :P it's not like we're going into this unprepared. we've concepts for art, plot/character development, items, etc, etc, etc. "rpg-style" was probably an incorrect choice of words on my part... it'll be an mmorpg... so not quite an rpg in the single-player-console-game sense.... i knew what i meant. :P so, to rephrase my question, what do you think would be some advantages to doing the game in C++? C#? what about disadvantages? Quote
*Gurus* divil Posted February 27, 2003 *Gurus* Posted February 27, 2003 If you are sufficiently prepared and have sufficient knowledge of both languages, then there isn't much difference either way. Both languages are equally capable of accomplishing what you want. An application written for .NET will probably be developed quicker than using C++, but will probably run slightly slower and start slower. You can target any version of DirectX with C++, but only DirectX 9 from .NET. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.