Search found 31 matches

by Slacker
Thu Nov 20, 2008 3:17 pm
Forum: Game Development
Topic: What Language Do You Use For Game Development?
Replies: 17
Views: 2837

Re: What Language Do You Use For Game Development?

RyanPridgeon wrote:Yes, C is more efficient, but nobody can deny how much easier game development is with OOP.
With the console game code I've seen, most are done in C. Like all the Gameboy and DS games. Even a bunch of the 360 stuff is done mainly using a C syntax with OOP designs.
by Slacker
Thu Nov 20, 2008 3:13 pm
Forum: General/Off-Topic
Topic: Are you a programmer at heart?
Replies: 16
Views: 1161

Re: Are you a programmer at heart?

Simple maybe, but still a time killer... and entertaining!
by Slacker
Mon Nov 17, 2008 2:58 pm
Forum: General/Off-Topic
Topic: Official Forum Profile
Replies: 163
Views: 134386

Re: Official Forum Profile

Name: Jesse Wood Age: 24 (bah, I feel old now) Birthday: May 13, 1984 Sex: Male Favorite Console: All! (eh, probably the SNES) Favorite Type of Game: RPG Favorite 3 Games: EarthBound, Final Fantasy XI, Ridge Racer V (Blasphemy! How dare you make me choose only three!) Favorite Color: Teal Favorite F...
by Slacker
Mon Nov 17, 2008 11:46 am
Forum: General Gaming
Topic: Fallout 3 a hoax
Replies: 7
Views: 812

Re: Fallout 3 a hoax

I actually thought Fallout 3 was a really good game. I felt it was a lot easier to 'put myself' in the game. Though the thing that REALLY pissed me off is when I finally decided to 'finish' the game. I was expecting to be able to continue my game, like you could in Oblivion. But no such luck, had to...
by Slacker
Mon Nov 17, 2008 11:43 am
Forum: Programming Discussion
Topic: Small Basic
Replies: 4
Views: 706

Re: Small Basic

I suppose for 'kids' or 'beginning programmers' this is a good thing... though really... do they need something more simple than VB? Sounds a bit too user friendly to me...
by Slacker
Sun Nov 16, 2008 2:13 pm
Forum: Programming Discussion
Topic: Which language should I go with?
Replies: 15
Views: 1977

Re: Which language should I go with?

M_D_K wrote:and the fact monkeys can make apps in VB.NET(I'm not joking there was a science article somewhere on it).
WTF!? :shock:
by Slacker
Fri Nov 14, 2008 5:33 pm
Forum: Programming Discussion
Topic: Which language should I go with?
Replies: 15
Views: 1977

Re: Which language should I go with?

Seems a bit odd that they would teach VB 6.0 over .NET, though personally I liked 6.0 a lot better. I was pretty mad when I had just learned my first programming language (6.0) and after summer break I come back to school, and being told I had to now learn .NET. Eh, overall they're not too dissimilar.
by Slacker
Thu Nov 13, 2008 5:01 pm
Forum: Programming Discussion
Topic: NES Programming
Replies: 7
Views: 972

Re: NES Programming

Man, its been ages since I've done this stuff, but it was pretty interesting and I learned a lot when I did, so I definitely advice you to go into it! That's exactly why I want to make an NES game, I'm really looking forward to it, I think it'll be a blast. On a side note the community college I go...
by Slacker
Thu Nov 13, 2008 4:53 pm
Forum: Programming Discussion
Topic: NES Programming
Replies: 7
Views: 972

Re: NES Programming

Assembly comes with an initial shock, then gets much easier. Yeah, I figured it was easier than my mind makes it out to be. I think that it's harder going from C to C++. With that transition, you are literally changing the way that your mind thinks: from procedural to object oriented. I definitely ...
by Slacker
Thu Nov 13, 2008 4:20 pm
Forum: Programming Discussion
Topic: NES Programming
Replies: 7
Views: 972

NES Programming

I've been contemplating this for a while, and recently have been looking at a bunch of info about programming a game on the NES. One thing that intrigues and scares me is the 6502 assembly. The lowest level of programming experience I have is C, and what little I have looked at the assembly code, it...
by Slacker
Thu Nov 13, 2008 11:02 am
Forum: Programming Discussion
Topic: Whats the difference Between...
Replies: 15
Views: 1318

Re: Whats the difference Between...

he had over a 5.0 GPA, and tons of AP classes... I had a friend with a 4.4 GPA, all AP classes, PERFECTED THE ACT, and was treasurer of the student body MIT didn't give a crap about me even though I sent them my MrAdventure engine and finished HS with a 4.1, ACT 32(?) Whew... just looking at all th...
by Slacker
Thu Nov 13, 2008 10:56 am
Forum: Programming Discussion
Topic: Suggested books on these topics?
Replies: 23
Views: 2120

Re: Suggested books on these topics?

Personally I started by taking a class on C back in the day, along with countless hours of fiddling around with Visual Basic in high school. From there I just grabbed the C++ book that the local community college was using for their C++ classes (Sams C++ Primer Plus by Stephen Prata) it's a huge boo...
by Slacker
Tue Nov 11, 2008 4:08 pm
Forum: Programming Discussion
Topic: Whats the difference Between...
Replies: 15
Views: 1318

Re: Whats the difference Between...

GyroVorbis wrote:And to answer your question fuck yes MIT is that hard to get into. I had a friend with a 4.4 GPA, all AP classes, PERFECTED THE ACT, and was treasurer of the student body--they rejected him.
Holy hell... do you get much better than that...
by Slacker
Tue Nov 11, 2008 4:06 pm
Forum: General Gaming
Topic: Post every time you beat a game.
Replies: 629
Views: 886842

Re: Post every time you beat a game.

Well I'm going to say I've beat Fallout 3. Beat the main quest, and god knows how many side quests. Have damn near 100 hours logged already. I figure when my eyes start bleeding I should take a break from whatever game I'm playing! :P
by Slacker
Tue Nov 11, 2008 3:54 pm
Forum: Game Development
Topic: What Language Do You Use For Game Development?
Replies: 17
Views: 2837

Re: What Language Do You Use For Game Development?

there is only C in the world of development. almost all OS, Unix, Linux, and Windows is written in straight C. games are no exeptions, maybe some C++ but mostly C. Yeah, I grew up on C, and still find myself making a lot of C like stylings and what not. Though the nice thing with C imho is that it'...