Need some help I'm new

Started by
17 comments, last by tufflax 13 years, 9 months ago
Hello everybody I need some help on getting started! I trying to self teach myself but don't know where to start? I guess I need the basic.
Sony Blaze Spot
My blog http://sonyblaze.blogspot.com/
The live gamer show
A show about gamers for gamers by gamershttp://livegamershow.webs.com/
Advertisement
Go to the home page here on gamedev and look under "Resources" on the left. There's articles, etc., some for beginners.

Please don't PM me with questions. Post them in the forums for everyone's benefit, and I can embarrass myself publicly.

You don't forget how to play when you grow old; you grow old when you forget how to play.

What specific task do you want to do in game development? Alot of people are told to start programming by picking up a book but alot of people actually hate it, and they are more into game design or art, rather than programming.

Think about what you want to do specifically.
Quote:Original post by Buckeye
Go to the home page here on gamedev and look under "Resources" on the left. There's articles, etc., some for beginners.


thank I'm going to check that out

Quote:Original post by ICUP
What specific task do you want to do in game development? Alot of people are told to start programming by picking up a book but alot of people actually hate it, and they are more into game design or art, rather than programming.

Think about what you want to do specifically.



I want to start on programming
Sony Blaze Spot
My blog http://sonyblaze.blogspot.com/
The live gamer show
A show about gamers for gamers by gamershttp://livegamershow.webs.com/
If you are really interested in programming, and not just game development, start with Structure and Interpretation of Computer Programs. You should like that book if you are really interested in programming, but if you don't for some reason then try Python. There are lots of free books on Python, so just use google, find one you like, fire up Python and start reading and playing with the interpreter at the same time. (There is also an interactive interpreter for Scheme, the language used in SICP, and it should be used alongside reading too.)
thanks for the help! I'm interested in programming, and game development anyways I,m going to check that out! Right I'm trying to learn C++ it ain't easy but I'm going to learn it.
Sony Blaze Spot
My blog http://sonyblaze.blogspot.com/
The live gamer show
A show about gamers for gamers by gamershttp://livegamershow.webs.com/
Quote:Original post by Hsblaze
thanks for the help! I'm interested in programming, and game development anyways I,m going to check that out! Right I'm trying to learn C++ it ain't easy but I'm going to learn it.


Don't go for C++! Where did you get that from? Terrible idea.
http://www.gamedev.net/reference/programming/features/davegpg/ if it to hard for me I'm going to try something else
Sony Blaze Spot
My blog http://sonyblaze.blogspot.com/
The live gamer show
A show about gamers for gamers by gamershttp://livegamershow.webs.com/
Quote:Original post by Hsblaze
http://www.gamedev.net/reference/programming/features/davegpg/ if it to hard for me I'm going to try something else
Quote:From the list of articles
Game Programming Beginners Guide (by Dave Astle):
[Added: 1/18/2000]
You're basing your decision on an article that is over a decade old?

C++: A Dialog | C++0x Features: Part1 (lambdas, auto, static_assert) , Part 2 (rvalue references) , Part 3 (decltype) | Write Games | Fix Your Timestep!

whoa that is old. anyway what your recommdation?
Sony Blaze Spot
My blog http://sonyblaze.blogspot.com/
The live gamer show
A show about gamers for gamers by gamershttp://livegamershow.webs.com/

This topic is closed to new replies.

Advertisement