Page 1 of 1

Phyzix's C Programming for Game Editor

PostPosted: Mon Apr 16, 2012 9:58 pm
by phyzix5761
I'm no expert on programming but I did (and still do) find myself looking up basic programming tutorials when I first started using GE. So I decided to make a video series to explain the basics of C Programming as it relates to Game Editor. I will upload videos every so often to explain certain aspects of C Programming. I will attempt to make a series so each video builds upon the previous one.


Part 1 - "Hello World" (Printing text)

http://phyzix.deviantart.com/art/Part-1-C-Programming-For-Game-Editor-Hello-World-296482938


Part 2 - Variables

http://phyzix.deviantart.com/art/Part-2-C-Programming-For-Game-Editor-Variables-296484890


Part 3 - if Statements

http://phyzix.deviantart.com/art/Part-3-C-Programming-for-Game-Editor-if-Stmnt-297249401

Part 4 - Functions

Functions are great to use when you have lots of lines of code and you want to keep your screen nice and neat. Functions are also good for when you have to write the same line multiple times; it saves you space and time.

http://phyzix.deviantart.com/art/Part-4-Programming-For-Game-Editor-Functions-304253166

Re: Phyzix's C Programming for Game Editor

PostPosted: Tue Apr 17, 2012 12:55 am
by SuperSonic
Great job man +1 :wink:

Re: Phyzix's C Programming for Game Editor

PostPosted: Tue Apr 17, 2012 12:19 pm
by makslane
Great, Thanks!

Re: Phyzix's C Programming for Game Editor

PostPosted: Wed Apr 18, 2012 9:42 am
by AltruismIsDead
Nice vids Phyzix!

Mary certainly does love 69! ;)

Joking aside, I hope you do more of these tutorials, no offense to the other video tutorials out there, but I like that yours are in high def so the picture resolution is very crisp and easy to read and follow along with, while some on youtube get really blurred and are hard to make out at times.

+1

Re: Phyzix's C Programming for Game Editor

PostPosted: Thu Apr 19, 2012 9:10 pm
by phyzix5761
New video up.

Re: Phyzix's C Programming for Game Editor

PostPosted: Fri May 25, 2012 1:39 pm
by phyzix5761
Today we present "Functions"! And by we I mean this one lonely guy who lives in Florida.

Re: Phyzix's C Programming for Game Editor

PostPosted: Fri May 25, 2012 1:49 pm
by schnellboot
nice +1

Re: Phyzix's C Programming for Game Editor

PostPosted: Fri May 25, 2012 1:56 pm
by phyzix5761
Thank you!

Re: Phyzix's C Programming for Game Editor

PostPosted: Mon Aug 13, 2012 4:44 am
by supatails
Dude, I had given hope on ever wrapping my mind around programing, but you're able to teach it in a way I could actually understand! You put it in a good order to. Thanks man, you gotta make more of these! You should try to make learning complicated stuff like rand easy to learn, if you're up to it! :D

Re: Phyzix's C Programming for Game Editor

PostPosted: Wed Apr 17, 2013 9:32 pm
by yourownskill01
thanks for the vids Phyzixs, can you combine a few of those things together in a tutorial? Or go deep with the If statement..like if I pick up five coins do this..