Hello every1, i remember playing my snes :P it was a damn fun game console for sure though. i remember a game called earthbound best. it was a great game and it looks simple enough to make with todays game dev tools. i thought maybe it would b possible to make a online version of this game... would this be possible also wat about legal issues

Hey Everyone
securitymaven
gurgumilo
edit: btw this is wat i downloaded: http://www.microsoft.com/downloads/details.aspx familyid=124552FF-8363-47FD-8F3B-36C226E04C85&displaylang=en
i hope i downloaded the rite thing, otherwise thats a waste of like 2 hours :(
Ahsukal
That being said, creating clones of "retro" (or classic) video games isn't unusual. I did that in my two "Beginning .NET Game Programming" books (one in C#, one in VB). There's lots of books that cover details on how to do this. In addition, look at websites like gamedev.net for advice on how to do some basic 2D game programming.
But, please, don't use the deprecated DirectDraw API for your game. Direct3D has excellent support for 2D games using the Sprite class.
cmh
It does indeed work with the Express Editions of C++, VB.NET, or C#.
Carson Holmes
Deprecated often (depends on the product) means 'won't be there in a future version. I have no official story on if DirectDraw will be in the next version of DirectX (major version - not the bi monthly upgrades). If it is removed this means you will never be able to compile your game against the new version and you will have to ensure your users install DX9.
Bottom line is that its up to you if you want to do the work, or if you just say 'for this game DDraw is fine' and then start your next game with Direct3D/Sprites.