Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Whats The Best Tool For A Beginner?, whats the best program for a beginner?
konedima
post Apr 30 2005, 01:20 AM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 30-April 05
Member No.: 4,538



my question is simple: what is the best programming tool for a beginner to programming like me? mainly i want easy to learn
Go to the top of the page
 
+Quote Post
FearfullyMade
post Apr 30 2005, 05:50 PM
Post #2


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 45
Joined: 9-April 05
Member No.: 3,791



Your question is really general, but I'll try to answer it the best I can. If you could give some more information like what experience you have and what you are wanting to do with programming that would help. I'll assume since this in the Gaming Programming section that you are wanting to make games. Depending on what kind of games you wanting to make you will need different tools. If you are interested in web games, then you might want to look into Flash (which I know nothing about).

If you are wanting to make desktop games I would suggust that you learn either Java or C++. If you are new to programming, then Java would probably be a better choice, although either would work. In my opinion Java is a little easier for beginners than C++ is.

Assuming you want to use Java, the main tool you will need is the JDK, Java Development Kit. You can find it on Sun's web site. They also have some tutorials on Java. Also check out the tutorial section here, I know there is a beginning Java tutorial there.

I hope this helps out some. If you need anymore information just ask.
Go to the top of the page
 
+Quote Post
jonypawks
post May 1 2005, 06:27 PM
Post #3


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 48
Joined: 9-January 05
From: Kansas
Member No.: 2,062



If you're going to use Java I recommend the Eclipse Development Environment. It's by far the best IDE I've used for Java development. Another one that others like that I'm not too keen on is Borland's JBuilder. It has a built in GUI creation tool, but I was not impressed with the code created by it. There are plugins for Eclipse that do a much better job in my opinion.

I'd recommend that if you learn Java, try and make the jump to C/C++ eventually. It's a lot more powerful. Java makes everything easy but comes with the overhead of having to run the Java Virtual Machine and isn't near as fast as a precompiled C++ program. The most difficult aspect for most people to grasp in C++ is pointers but if you just read some tutorials and learn some pointer arithmetic it's not that bad. I'd also recommend looking at the assembly generated by your compiler sometime to see how it allocates memory, this can help you understand pointer math a lot, and you only really need to understand a couple assembly instructions to understand most of it.

I've heard of a program called DarkBASIC. It's based on the old BASIC programming language, but it's revamped for game programming. This might be a good place to start to learn basic game theory.
Go to the top of the page
 
+Quote Post
mitchellmckain
post May 2 2005, 06:07 AM
Post #4


Premium Member
Group Icon

Group: [HOSTED]
Posts: 382
Joined: 28-April 05
From: Salt Lake City, Utah
Member No.: 4,500



The advice of these others are quite correct. But if you want to progress faster I would get into either DirectX or OpenGl right away. For DirectX the easiest approach would be to get Microsoft Visual Studio, preferable with a student discount. I think OpenGL is a little more programming platform independent and there are great tutorials on the internet (I reccommend Jeff Molee's NeHe tutorials).

If you get discouraged take a break and seek inspiration in programmable games like Starcraft and Neverwinter Nights. The programming features of these are so flexible people have made modules that simulate competely unrelated games. There is fantasy roleplaying module that someone cooked up for starcraft. Another person made a modue for Neverwinter Nights that simulates a collectible card game (its called Demon Cards). With these as programming platforms you can see some spectacular results fairly quickly and find the inspiration to keep studying the basics which will liberate you from their limitation. All the tools you need to get started with these come with the games, and there are plenty of examples in the modules that others have written that you can download (find them with a google search).
Go to the top of the page
 
+Quote Post
warbird
post May 22 2005, 07:52 AM
Post #5


Little MechBirdie
Group Icon

Group: Members
Posts: 299
Joined: 23-March 05
From: Down here in Holland
Member No.: 3,178



I always suggest GameMaker, since you can make games with it in a very easy way, even if you don't know anything about programming. When you want to make some more advanced games you should learn GML (GameMaker Language), the language of GM. With GML you can make 3D games that look pretty cool. This is the website of GM. And you can download the latest version of it here. Click here to download the documentation.
Go to the top of the page
 
+Quote Post
signatureimage
post May 22 2005, 09:40 AM
Post #6


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 51
Joined: 16-April 05
Member No.: 4,048



Dear konedima,

If you have never programmed before,
and you want to experience what is required
to deliver a running game,
I propose that you take a look first at a very
simple environment.
One that does not immediately requires you
to learn a computer language, but rather allows
you to focus your attention on the LOGIC that
is needed to produce a program, and also gives
you a simple interface that you can use to design
your game.

Please visit the Peter Programming System at this site:Peter

At first look, it may seem childish, but don't be fooled
by the cute looks: programming a game is not simple,
you will need logic, discipline, planning, and before
all: AN IDEA !

So: look at the examples, and download PeterLite.


Go to the top of the page
 
+Quote Post
little0run
post May 22 2005, 04:52 PM
Post #7


Advanced Member
Group Icon

Group: Members
Posts: 114
Joined: 22-May 05
Member No.: 5,329



konedima, the best program for someone who has never programmed before is easily Game Maker 9http://www.gamemaker.nl/index.html.
It has a simple and easy to use interface, you don't have to write any code to make a game because it has a drag & drop feature that makes it easy to produce games. But if you want to use code you can use it's built-in langauge, GML (Game Maker Language). GML is based of C++'s structure, so you should be able to get some skills so you can learn that. Also if you learn to program in a langauge that can create .dll's (dynamic link libraries) thenyou can extend the features. The newest version has built in featrues to make 3D games, but requires a 20 dollar registration fee to do so.
You can also make online games with it, there are alot of things you can od with it.
It also has a very active support community http://forums.gamemaker.nl/index.php?act=idx
Go to the top of the page
 
+Quote Post
hazeshow
post May 22 2005, 05:50 PM
Post #8


Premium Member
Group Icon

Group: Members
Posts: 230
Joined: 15-May 05
From: your sister
Member No.: 5,102



I have no idea which tool might be the best one for a programming beginner, I just want to let you know, that Microsoft offers a Visual Studio 2005 Beta Version HERE

By the way, HTML seems to be the easiest language, it sure is the best way to start and learn what a programming language is.

GreetingZ
Go to the top of the page
 
+Quote Post
IcedMetal
post May 23 2005, 01:57 AM
Post #9


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 46
Joined: 23-May 05
Member No.: 5,347



The first time that I started programming was about a year ago. I used Blitz3D. It was amazing I learned it very fast and it was very easy. I suggest you get that. www.Blitzbasic.com and if you do get it go to www.blitzcoder.com for resources.

Hope I helped.
Go to the top of the page
 
+Quote Post
jonypawks
post May 25 2005, 03:52 AM
Post #10


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 48
Joined: 9-January 05
From: Kansas
Member No.: 2,062



QUOTE(hazeshow @ May 22 2005, 12:50 PM)
I have no idea which tool might be the best one for a programming beginner, I just want to let you know, that Microsoft offers a Visual Studio 2005 Beta Version HERE

By the way, HTML seems to be the easiest language, it sure is the best way to start and learn what a programming language is.

GreetingZ
*



HTML is a Markup Language. It's not really programming. It uses a series of tags to tell a web browser or other html parser to format a page. HTML is not a good place to start learning how to make games.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Do You Program/code Your Own Games(11)
  2. Wuts A Good Game Maker Program?(12)
  3. Help A Beginner Start On With Game Programming(8)
  4. Gba Game Program(6)
  5. Whats A Good Program?(5)
  6. Unity 3d(0)


 



- Lo-Fi Version Time is now: 4th December 2008 - 03:27 AM