Advise for a beginner needed

Started by
13 comments, last by Tutorial Doctor 9 years, 10 months ago

Hello guys,

I know there are already a lot of topic's just like this, but i can really use some personal advise.

I am a beginner and i have not very much experience with programming and game engines (almost none).

I know it will be a hard task, but as my first game i want to make a FPS. I dont know if its a good idea,

but i want and can to learn programming first (partly while making the game). My questions are: do you think its possible to do this. If not: whats a better idea to do it,

which programming language is usefull (and if its possible: do you know a good book or something to learn that language). And which engine should i use if i make it to learn a language. And maybe: do you know any good book or anything else to learn this?

I hope you can help me and thanks for your help.biggrin.png

Advertisement

While it's possible, i wouldn't recommend doing a FPS as your first game, especialy since you say you've got little experience with programming.

You need to take bite-size task.

Start with small project like Tic-Tac-Toe or Pong and work your way up from there. It will take many years for you to be confortable with a single programming language.

Give the Unreal Engine a try. It's free to download and use, and is great for FPS games. It's not programming, but you could learn a lot about game design and get good visual results very fast.

As Sunsharior said, your first games really have to be something far more simpler. That way you learn every aspect of programming step by step. I just finished a 'Guess the number' game in python, and it was challenging! Through this little 'game' I learned about exceptions and file I/O, two aspects of programming I didn't undertand before. If you want to look at the code, follow the link in my signature.

Starting out in game programming? Me too! Check out my blog, written by a newbie, for the newbies. http://myowngamejourney.blogspot.mx/

Also, if you don't mind a 5 seconds ad, here's a great free ebook for beginners on the subject of pygame: http://bit.ly/19Bem2q

An FPS is wayyyyyyy too much to start with.

Consider the following guide for recommendations on games to start with, what you will learn and help on how to accomplish each one.

Start small and build on prior success. Increase difficulty. Rinse and repeat about 1000 times, that's how we all did it.

Many thanks everyone, but could you please maybe tell me wich language i should learn and maybe a good website, book, method, etc to learn thuis too?

Many thanks everyone, but could you please maybe tell me wich language i should learn and maybe a good website, book, method, etc to learn thuis too?

If your ultimate goal is to make a 3D FPS, i would pick C++ and DirectX / OpenGL. You need a OOP language for 3D and C++ is already largely used in the gaming industry.

Thoses are the reasons i would pick C++. Be warned though, C++ is a magnificent beast.

For learning, http://www.learncpp.com/ is a good place to start. For book, http://www.gamedev.net/page/books/index.html/_/technical/general-programming/beginning-c-through-game-programming-r1400 seems to have good reviews. I did not read it myself. Maybe it be better to search google for more reviews.

many thanks again :D

I'm not going to go so far as to say he shouldn't make a FPS, but I would only make one if:

1. You are using the Unreal Engine 4 or even Unity. Not just making everything from scratch.
2. You have a solid grasp of what goes into a game.
3. You have a 3d modeler or know 3d modeling.

Otherwise, take these guys' advice.

Thanks, but only one question. Don't i need scripting skills for those engines?
The game engine I use has a demo level that is a first person level.

http://www.maratis3d.org

The level is the Sponza level. If anything, you check out the level to see how you would go about making a first person level in any other game engine.

You can also edit the level easily to suit yourself. The scripting langauge used for the level is LUA (realtive easy language)

I am new to programming also, and this is what I have done with this engine:
http://forum.maratis3d.com/viewtopic.php?id=738

a few test levels (1 is an edited demo level)
http://forum.maratis3d.com/viewtopic.php?id=775

They call me the Tutorial Doctor.

This topic is closed to new replies.

Advertisement