Login
Search

Welcome to the GamersHell.com forums Register today!
Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2008, 12:01 PM   #11 (permalink)
Richard_Rahl's Avatar
 
is on the 4th circle: Avarice & Prodigality

Join Date: Mar 2007
Location: Tilburg, the capital of the Kingdom of the Netherlands ;) .
Posts: 631
Hellbux: 20,944


Default

Quote:
Originally Posted by anusbacon09 View Post
on a scale of 1-10, how difficult would you say Python is to learn?


because all this stuff seems very interesting and i would like to try my hand at it
If you don't have any programming experience, I would start with BASIC or Pascal if I were you. At least I started with Pascal at school (I had Informatics that times) some years ago, because that is a good "beginners' language". It is not really of this time, but comparatively simple compared to more powerful languages as C(++) and languages based on that.
If you wish to program for game engines, I suggest that you combine learning to program with "playing" with Game Maker. The latter is a 2D game engine that is developed is such a manner that it trains you in certain skills you need to develop games. It comes with "interface programming" and a simplified programming language called GML.
So: Pascal or BASIC first (before C++ or Python) for regular programming skills, and Game Maker to learn some basics of game development.

Game Maker

Good luck!
__________________
"GS, GT, GTS, GTX, GTX Ultra in that order." - GMtm making things clear.
"Linux is like a tipi: no gates, no windows and the apache lives inside" - Ubuntu NL Forum member.
"Thus the metric system did not really catch on in the States, unless you count the increasing popularity of the nine-millimeter bullet." - Dave Barry
Richard_Rahl is online now   Reply With Quote
Old 04-18-2008, 03:00 PM   #12 (permalink)
interman's Avatar
 
Administrator

Join Date: Jan 2002
Posts: 3,745
Hellbux: 75,376


Default

I wouldn't really bother with basic or pascal in 2008. I started with those languages, but that was about ten years ago. Visual Basic will let you actually make something you can actually use. I suggest Java as the second language, but you could start with it (that's what's done at quite a few universities). VB will let you at least make some simple algorithms, and java will let you make proper data structures and mess with 3d if you get Java 3D. After that you should get started with Visual C++ and OpenGL (or DirectX if you want to invest more time)... Getting basic stuff going in OpenGL isn't really that much work at all, but once you're going past the basics it gets hairier

I've never used a game maker, and I assume it reduces some of the linear algebra needed, but if you're going to make anything half-decent you need to learn the following: syntax, algorithms, data structures, math (mostly linear algebra and discrete math), and advanced algorithms...
__________________
interman is offline   Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:08 PM.

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76