Page 1 of 1

What course would you take at a video game school?

Posted: Thu Feb 05, 2015 8:08 am
by awesomerandomgamer99
I saw this strange little youtube series about a group of students who went to a video game highschool, and this made me wonder something:
If you were to go to a videogame school, what course would you take? RPG? Platforming? FPS?

I personally would probably choose FPS.

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 2:22 pm
by ccgr
prefer RPGs for the stories, FPS for action

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 2:31 pm
by Sstavix
Coding.

Seriously - if you have enough knowledge about how to program, then you can do pretty much whatever game genre you want! Why limit yourself?

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 3:30 pm
by Zerule
I'd love to take any course that teaches me how to program bots/AI

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 4:50 pm
by Deepfreeze32
Game Engine Architecture, Graphics Programming, and AI.

I have experience ranging form rudimentary (Graphics) to fairly skilled (AI) in these topics, but I would really like to learn ways to apply them to games.

Sure, design patterns are fine and all. But experience is a wise teacher, and I would rather learn from someone who's been there before what the best practices for games are.

My experience with graphics consists of writing out an image to the screen. Woo. I need to learn a lot more here.

With AI, I would consider myself more skilled than most (Which isn't much, frankly), but the largely theory-heavy AI work I've done isn't feasible for the quick pace of games. Neural Networks show promise, but they are notoriously hard to design (We're talking weeks, if not months for a single network AFTER all the inputs and outputs have been determined). Most greedy algorithms work, but aren't as "smart" as we'd like. There isn't time to reason out the best possible move via brute force (Because we should assume P != NP), nor is there an easy way to do it with Dynamic Programming. Hidden Markov models are another novel approach, but are also incredibly hard to design. My understanding is that most AI in games is either really rudimentary, or "cheats".


Also wouldn't mind taking courses in art to improve my artistic talents. XD

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 5:49 pm
by ArchAngel
If we're talking about VGHS (although I think you could hardly classify VGHS as strange and little), probably Strategy, particularly 4X.
I would also get down with Ki's code-a-thon.


This being said, I have an active interest in what Deep, Zerule, and Sstavix answered.

Re: What course would you take at a video game school?

Posted: Thu Feb 05, 2015 8:18 pm
by Emwok
Well, I'd want to take a course in some sort of graphics since time and time again I have failed at coding.

Re: What course would you take at a video game school?

Posted: Fri Feb 06, 2015 4:43 pm
by ZiggsTV
I'm terrible at art but if there is one thing I would like to do in videos games it would be the artwork and animation.

Re: What course would you take at a video game school?

Posted: Sat Feb 07, 2015 6:55 pm
by awesomerandomgamer99
ArchAngel wrote:If we're talking about VGHS (although I think you could hardly classify VGHS as strange and little), probably Strategy, particularly 4X.
I would also get down with Ki's code-a-thon.


This being said, I have an active interest in what Deep, Zerule, and Sstavix answered.
Yeah, I was talking about VGHS. And yes, it is strange and little. :lol:

Re: What course would you take at a video game school?

Posted: Mon Feb 09, 2015 6:50 pm
by ArchAngel
It's released on Netflix. This is pretty monumental for a youtube series. And the production value, headed up by veteran FreddieW, is top notch.

Also, you must have a much smaller threshold for "strange" than I have.

The things I have seen...
Image

Re: What course would you take at a video game school?

Posted: Tue Feb 10, 2015 6:50 am
by awesomerandomgamer99
ArchAngel wrote:It's released on Netflix. This is pretty monumental for a youtube series. And the production value, headed up by veteran FreddieW, is top notch.

Also, you must have a much smaller threshold for "strange" than I have.

The things I have seen...
Image
XD

Re: What course would you take at a video game school?

Posted: Mon Feb 16, 2015 9:17 pm
by DeadManReedeemed
I would most likely play video games more than learning code if I went to that kind of school. I learned how to use Unity, but I'm gonna start with Gamesalad.

Re: What course would you take at a video game school?

Posted: Thu Feb 19, 2015 8:32 pm
by awesomerandomgamer99
DeadManReedeemed wrote:I would most likely play video games more than learning code if I went to that kind of school. I learned how to use Unity, but I'm gonna start with Gamesalad.
Cool.

Re: What course would you take at a video game school?

Posted: Mon Jun 29, 2015 4:49 pm
by auskey08
I would most likely choose sandbox games. I am a fan of seeing what I can build and how I can build it.

Re: What course would you take at a video game school?

Posted: Tue Jul 21, 2015 12:06 pm
by DaveyWavey
Well considering that it can be very time consuming and difficult programming for games, I'd take a course in that :P I'm already a software developer, but that's developing business applications. Graphics / Games programming is the hardest kind of Object Oriented programming. C++ Would be really good to learn.... I only program in C#.NET, VB.NET and Java. Maybe one day I'll make a game :P I'd really like to.