[gameprogrammer] Re: Choosing the Right Environment

On Wed, 2006-10-25 at 11:35 -0300, Edilson Vasconcelos de Melo Junior
wrote:
> Hi, Guys!
> 
>  
> 
> I have a few questions about game programming and I hope you can help
> me:
> 
> 1) Games like SimCity is 2D or 3D?

SimCity could be done using a 2D api with a back to front update or it
could be drawn using a pure 3D api. If I were coding it for modern
machines I would use 3D with a z buffer just because it would be easier
to do.

> 
> 2) What is the best environment to develop this kind of games?

Whatever you know best.

> 
> 3) What is the best environment to develop games that allows the
> players to download extensions from the web (exactly like the maps
> from SimCity, or new monsters and levels like other games do)

Whatever you know best. I sounds like you will need to learn some
networking. The easiest way to do something like that is to find an ftp
library and use it.

There is no environment that is "best" for everyone. What is best for
you is best for you. What is best for you depends on what you know, what
you want to learn, and how much you have to spend.

                Bob Pendleton

> 
>  
> 
>  
> 
> Thank you very much,
> 
> Dirso.
> 
> 
-- 
+--------------------------------------+
+ Bob Pendleton: writer and programmer +
+ email: Bob@xxxxxxxxxxxxx             +
+ web: www.GameProgrammer.com          +
+ www.Wise2Food.com                    +
+ nutrient info on 7,000+ common foods +
+--------------------------------------+



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: