Programming Language for absolute beginner?
Moderator: Moderators
-
Unidentified Assilant
- Senior Member
- Posts: 2531
- Joined: Thu Oct 21, 2004 12:26 pm
- Location: Yea I like machine head
Programming Language for absolute beginner?
I tried my hand at DarkBasic, and sucked, I cannot take it in, everytime I try to learn a programming language I fail miserbaly lol, is there anything I can try to get my skills up, because making a game (3D preferabbly, but I know thats a long while away) is something I actually want to do.

Somebody please buy my Dreamcast >_> £20+shipping
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Making a game won't be easy.
Visual Basic is pretty easy to learn, and the Intellisense system makes finding the commands you need easy. (VB is the one thing Microsoft got RIGHT!)
Visual Basic is pretty easy to learn, and the Intellisense system makes finding the commands you need easy. (VB is the one thing Microsoft got RIGHT!)
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
atari2600a
- Posts: 1330
- Joined: Fri Jul 28, 2006 12:42 am
- Location: Schwarzeneggerville, CA
- Contact:
Just about any BASIC is a good place to start. C is easy once you get the hang of it, C++ is a little harder.
Go to autodesk.com & download the PLE version of Maya. That's the program all the big game makers & movie producers use, except this is a slightly limited version (no 30-day limit or anything, but I don't think you can save textures or something). Anyways, download that & mess around w/ it a little, read it's documentation & learn how to use it, & then research MEL (Maya Embedded Language) scripting.
Go to autodesk.com & download the PLE version of Maya. That's the program all the big game makers & movie producers use, except this is a slightly limited version (no 30-day limit or anything, but I don't think you can save textures or something). Anyways, download that & mess around w/ it a little, read it's documentation & learn how to use it, & then research MEL (Maya Embedded Language) scripting.
<a href="http://pokerapizzle.ytmnd.com/">YTMND: The Pokerap!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
-
Unidentified Assilant
- Senior Member
- Posts: 2531
- Joined: Thu Oct 21, 2004 12:26 pm
- Location: Yea I like machine head
I know that lolbicostp wrote:Making a game won't be easy.
Visual Basic is pretty easy to learn, and the Intellisense system makes finding the commands you need easy. (VB is the one thing Microsoft got RIGHT!)
I have Visual Basic installed but have done really nothing with it, maybe I should give it a go... like now.

Somebody please buy my Dreamcast >_> £20+shipping
Visual Basic is the way to go. In only a few weeks I was able to finish 105 Packets, and work on my Game for the course. I'm halfway through the packets right now, and I have been able to do this:

Now 3D games will be much harder, but for a beginner, make a few 2D games like Pacman, Mario, or Zelda (And learn the basics of VB first) All I can say is practice, learn, and practice.

Now 3D games will be much harder, but for a beginner, make a few 2D games like Pacman, Mario, or Zelda (And learn the basics of VB first) All I can say is practice, learn, and practice.
-
gamemasterAS
- Senior Member
- Posts: 3310
- Joined: Thu Nov 24, 2005 10:30 pm
- Steam ID: lolz1337face
- Location: Ohio
- Contact:
-
atari2600a
- Posts: 1330
- Joined: Fri Jul 28, 2006 12:42 am
- Location: Schwarzeneggerville, CA
- Contact:
If you want to get REALLY advanced, try & learn 6502 ASM! Oh how fun it is!
<a href="http://pokerapizzle.ytmnd.com/">YTMND: The Pokerap!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
<a href="http://mtac.profusehost.net/">http://mt ... st.net/</a>
<a href="http://mtac.profusehost.net/forum/index.php">MTAC Forums!</a>
If you want a very simple language go with BASIC, if you want something easy but more usable go with VB, all others you'll be investing a lot of time into learning the syntax and how to write operations and functions.
I can say that VB is surprisingly easy just this night, in about 2.5 hours I did the function programing for the final project. If anyone knows what a Flipper is you likely know what game I'm talking about. The language well limited in areas is good for people who don't know too much about programing, and VB does an ok job at getting you used to it.
If you do go the route of VB, I would suggest if you can obtain it or afford it buy Visual Basic Studio 2005. It has VB and C# so if you want to get into C-like programming you can.
I can say that VB is surprisingly easy just this night, in about 2.5 hours I did the function programing for the final project. If anyone knows what a Flipper is you likely know what game I'm talking about. The language well limited in areas is good for people who don't know too much about programing, and VB does an ok job at getting you used to it.
If you do go the route of VB, I would suggest if you can obtain it or afford it buy Visual Basic Studio 2005. It has VB and C# so if you want to get into C-like programming you can.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too
I am a geek.
-
CronoTriggerfan
- Moderator
- Posts: 4131
- Joined: Fri Jan 27, 2006 3:07 pm
- Location: University of Michigan - Ann Arbor
- Contact:
>_>Skyone wrote:VB = Pfff! I'd hate to say it's an excuse for a language, but that'd be Java.
<_<
SHUT UP ALREADY!!!
Java's not case-sensitive and OOP is kinda a female of the dog species, so at least give it that! XD
But if you don't understand DarkBASIC, you're just plain missing the logistics of programming, and self-teaching will yield the same results no matter what language you try. The best way to learn is to take a formal class where the information is more forced, which MAKES you learn proper syntax, structure, etc. I was the exact same way until I started programming at school, because I finally HAD to get the work done, it was no longer just a hobby.
CTFan
Oh ya, I forgot about DarkBASIC... get the DarkBASIC compiler and give it a shot, the trials free, and the programming is really... basic. Obviously, it has a lot of the same simple syntax as Basic, but it has 3D controls built right in.
EDIT: Oh, you did give it a shot.
EDIT: Oh, you did give it a shot.
Last edited by Skyone on Tue Mar 06, 2007 10:14 pm, edited 1 time in total.

