first person shooter game

Started by
2 comments, last by fpsfan34 19 years, 12 months ago
which programming language should i learn to make a game like wolfenstein 3d or doom?
Advertisement
I think DOOM was probably made in C.
c, c++, java, c#, visual basic, and the list goes on.

To make a game like doom or wolfenstein3d, you can use pretty much any language you want to.

As a beginner though, I''d recommend c# Let the flame war begin!
*roll of eyes at wowo* . Anyway, its going to take you a long time to be able to make something like the games you suggested. First you have to learn the language (usually C++, C# is starting to become an option). Then you have to learn the API you want to use (directX, OpenGL). Then after lots and lots of practice at making smaller games, you can TRY to make a game like doom. You''ll probably need a team of people to do it.

Just start small and work your way big. Good Luck

This topic is closed to new replies.

Advertisement