Devry & Westwood Game Programming Degrees

Started by
28 comments, last by smc 14 years, 2 months ago
I know there's a lot in the forums discussing various university game programming degrees, but what I haven't seen is anyone that has attended one discuss the actual skills they obtained or continue to study there. It's usually just... this place sucks, you need a portfolio, a computer science degree is better, etc... All I would like to know is if there is anyone that has attended either Devry's Game Programming & Simulation BS or Westwood College's Game Software Development BS that can tell me about the exact programming languages learned and the quality of the exercises and instruction? For example, C++, Python, OpenGL, SQL, etc...? Any GUI Development? And are all projects game based? Did you enjoy the courses and find them challenging? To give you some background. I have 10 years of experience as a Sr. Business Systems Analyst... I've worked with most technologies you can name, BASIC, C++, C#.net, Oracle, Java, SQL, etc... for several fortune 500 companies. I have experience in design, database administration, development, analysis, quality assurance, and project management... so I'm not some ill prepared noob. Here's the catch... I have no degree. I'm completely self taught and have fought my way up to where I am now. I am looking into a Game Programming & Simulation degree for a couple of reasons... probably fully online (yes, yes I know). 1. The courses in a typical Comp Science/CIS degree are all on technology I've worked with longer than the dang professors and I have no intention on sitting through them, granted I realize some of the game programming courses will be the same way (c++, etc..)... 2. Most CIS degrees I've found do not cover advanced mathematics (3d, physics, etc...) which I am eager to learn and apply in game development. 3. 3d programming, engine architecture, audio, visual and mmo programming topics cannot be found in a traditional CIS degree. 4. CIS assignments and projects will be business oriented not game oriented and the data structures and algorithms are geared toward business, not high performance games. 5. No AI in CIS unless you are attending an above average school. I realize I can learn these topics on my own and leverage my experience, however what I'm looking for is a structured curriculum dealing with the various Game Specific technologies. I've spoke to a few admissions reps at various schools and my probing questions on actual course work seems to confuse them... which was expected. Any thoughts would be great!! Thanks Runicode
Advertisement
I am currently attending Westwood for the Game Development Degree, and I have a year left. I can give you a lot of information on this school, I will say they have changed the classes catalog for this degree just a little bit as far as gaming classes go. I can give you a brief breakdown of the classes I have taken and what kind of classes I have left. You start out learning C++, you know the "Hello world" typical first console application. I went on to learning data structures in C++, then we took a class in C# (I wasn't sure why), I have taken probably 5 C++ classes two of which were game developing classes one in 2D and one in 3D. We also took a class using the Torque Game Engine but that mainly taught us its TorqueScript not C++. I started out learning basic algebra, but I think my initial test made me start so low, right now I am in Calculus I and I have two more to take. This degree says Game Software Development, but it is a well rounded degree, taking Lit, Business classes (Project management, Computer applications(Word, Excel, Project, etc...), Took a class in UNIX, really I have taken over 24 classes already. The C++ classes end with the last class I took was making a Lexical Analyzer in Win32 Console, the other programming class I took was learning SDL API as opposed to the DirectX classes we took previously.

If you want to know more about this school I can tell you probably almost anything you need to know. I will say this, this school is expensive and it is an accelerated class obtaining your degree in 3 years has its drawbacks, you get 1 real break out of the year and it is 3 weeks long for Christmas. You go every 9 weeks on the 10th week your finals are being graded so you get a semi-break. This school is non-stop except for Christmas. You have to be very self-motivated. Of course I am speaking on terms of online classes and not the on campus classes. An important note to take here is that this school is an accredited college. Anyways again if you want to know more shoot me an PM.
Schooling posts belong in Breaking In. Moved.

-- Tom Sloper -- sloperama.com

Quote:Original post by Runicode
All I would like to know is if there is anyone that has attended either Devry's Game Programming & Simulation BS or Westwood College's Game Software Development BS that can tell me about the exact programming languages learned


Out of curiosity, why do you care?

Quote:
To give you some background. I have 10 years of experience as a Sr. Business Systems Analyst... I've worked with most technologies you can name, BASIC, C++, C#.net, Oracle, Java, SQL, etc... for several fortune 500 companies. I have experience in design, database administration, development, analysis, quality assurance, and project management... so I'm not some ill prepared noob.


Out of curiosity, what actual positions did you hold. Did you do development for 10 years or development for 2 and some project management/QA/etc?

Quote:
1. The courses in a typical Comp Science/CIS degree are all on technology I've worked with longer than the dang professors and I have no intention on sitting through them, granted I realize some of the game programming courses will be the same way (c++, etc..)...


A great attitude. I suggest taking an actual CS program where you're not so focused on technologies, and on CS (where the professors have been doing it longer than you).

Quote:
2. Most CIS degrees I've found do not cover advanced mathematics (3d, physics, etc...) which I am eager to learn and apply in game development.


Again, I suggest taking a real CS program where you get ~8 semesters of mathematics starting at Calculus (and a nice well rounded background in physics and derivative physical sciences).

Quote:
3. 3d programming, engine architecture, audio, visual and mmo programming topics cannot be found in a traditional CIS degree.


No, but they are by-and-large APIs that are fairly easy to pickup once you have a good solid language and program design background.

Quote:
4. CIS assignments and projects will be business oriented not game oriented and the data structures and algorithms are geared toward business, not high performance games.


Data structures are data structures. Algorithms are algorithms. It doesn't exactly take a rocket scientist to re-apply Djikstra's algorithm to Orc pathfinding instead of network routing.


Learning technologies won't get you very far. With as much experience as you have, that should be apparent. I don't have any first hand knowledge of either school, but feel that colleges that focus on job training rather than education will usually produce lower standard people.
Quote:Original post by Runicode
1. The courses in a typical Comp Science/CIS degree are all on technology I've worked with longer than the dang professors and I have no intention on sitting through them, granted I realize some of the game programming courses will be the
same way (c++, etc..)...


I somewhat agree with this broad statement for CIS as this degree is aimed more at a person seeking employment as a manager/systems administrator. However, this is generally not the case for any CS degree where the institution follows the ACM guidelines (or is one of the top universities).

My undergrad in CS consisted of exactly 1 technology related class. This was a 3 day class on how to get around the command line in UNIX. The intro programming class consisted of light theory and progressed from there. The class on programming languages was about the theory of languages which lead naturally into a class on compilers.

Quote:Original post by Runicode

2. Most CIS degrees I've found do not cover advanced mathematics (3d, physics, etc...) which I am eager to learn and apply in game development.



Again, this is a product of CIS. Any competent CS Degree will require all sequences of calculus (single and multivariate), vector analysis (usually taught within calculus), linear algebra, probability theory, discrete mathematics. They will also require several hard science classes such as Physics I/II and chemistry.


Quote:Original post by Runicode

3. 3d programming, engine architecture, audio, visual and mmo programming topics cannot be found in a traditional CIS degree.



Generally this is true. There are some specialized classes at a few universities where topics such as this are taught. Usually at universities that have 'media labs'. However, most universities teach along the lines of theory. Games are a practical application of theory(s).

Any two sequence graphics class will cover 2d and 3d programming topics. Theory based. My university then has another game programming elective. I find this class is mainly an attractor for the department.

You can purchase a book on engine architecture, audio and the rest. This will save you tons of money. The internet is there for help, and if you absolutely need a class, take a specific class online.

Quote:Original post by Runicode
4. CIS assignments and projects will be business oriented not game oriented and the data structures and algorithms are geared toward business, not high performance games.




Maybe at some universities, but certainly not at mine. All students take the first Algorithm Analysis class. This mostly covers deterministic algorithm strategies. We did touch on non-deterministic algorithms such as genetic algorithms. Tree based structures and algorithms are not just meant for 'business' or 'sorting'.


Quote:Original post by Runicode
5. No AI in CIS unless you are attending an above average school.



I don't know what university you are looking at. I also don't know how you are defining 'above average'. I attended one of the CSU campuses. It required AI from all computer science students... CS and CIS and CE. The was a standard state university.


Quote:Original post by Runicode
I realize I can learn these topics on my own and leverage my experience, however what I'm looking for is a structured curriculum dealing with the various Game Specific technologies. I've spoke to a few admissions reps at various schools and my probing questions on actual course work seems to confuse them... which was expected.

Any thoughts would be great!!
Thanks
Runicode



I don't think you are going to find what you are looking for in a traditional university setting. I will venture to say you will get a better overall education in the fundamentals of math and CS. Most universities will allow you to use your work experience as credit. They will also allow you to test out of classes. There is a draw back to this though. You would have to take all the lower division classes required by your state. Things such as english 101 etc... This will take time that I presume you do not want to 'waste'.

One option is to take classes on a no credit bases. This way you can pick and choose the classes you want. No end degree however. I have a feeling you would do fine with this.

If you are dead set on a structured curriculum, then I would say something like west wood or game institute would be your best bet. I think it is a waste of your time and more so your money.

The only real thing you are lacking is math. Plain and simple. Your project management, development and analysis experience does not become invalid when designing a game engine. Browsing over Eberly's book should make this clear. The specifics will be new concepts, but the overall picture will be very familiar.

My recommendation is -

1. Enroll at a state university in a CS degree (online if you absolutely have to).
2. Follow the MIT, Stanford etc.. classes (online) and curriculum for FREE.
3. Buy math/graphics books. Study said books.

EDIT: rant removal and addition
∫Mc
Well I'm not attending Devry's Game Programming & Simulation or Westwood College's Game Software Development but am attending also attending a CSU to get my BS in CS and like SMC said it's pretty standard fare across all schools in the core requirements for the degree like 2 years+ of calculus, discrete math, data structures,etc. This is strictly Computer Science degree I'm speaking of and not CIS or IT degree which is way more business oriented.
I assume it'd be similar for most state colleges in Florida but you'd need to speak to a school advisor to be sure.
I'm sure this has to do with accreditation and ACM or guidelines. But if you are in a hurry or don't care to sit through classes that you know more than the professor (I have in my basic programming course) you can bypass the courses by taking credit by exam or whatever form substitution the school allows. Keep in mind that even if you skip so many classes they still require you to complete certain so called general ed and so many units in your major at the school to get said degree. Some guy at our school that used to work for Intel took like 30+ units per semester to get his degree in like 2 years instead of usual 4 years. So basically he did double the normal 15 or so per semester most students do. He said he had to do a lot of writing to validate that he had the experience or done equivalent coursework to get out of a tons of courses too. You can probably get away with this at a state or online college but after looking at some of the exams and coursework at some more theoretical i.e. more math usually and tougher schools like Standford, Berkeley, not gonna happen there. I think even "the Woz" took 4 years to get his degree from Berkeley and he didn't even use his real name because he said he didn't want to be embarassed if he/when he failed his classes there LOL. I'm sure he had nothing to worry about though.

Having said that if you are that sure of your skills:
Following the MIT, Stanford etc.. classes online and curriculum for FREE and buying math/graphics books and studying said books would be cheaper and faster.
Then again you never really said what your original goal was in going back to school other than degree. If you have as much experience as you mention that can usually be substituted for lack of said degree.

In my case although a lot of the basic classes are review there are some classes that have been extremely useful and I never got around to learning on my own namely, Linear Algebra and Discrete Math.
Learned way more about Djikstra's algorithm than I really cared to the differences from Prism's and Kruskals, etc. and how they all seem coming back to graphs. I once read somewhere that most programming problems can be solved in terms of graphs and that's a lot clearer now.
Yeah you can probably learn a lot of this online now but there's no quicker way to learn it than when you need to know how to tell if a graph is a bipartite graph by next week for the final/quiz LOL or how to travel a tree postorder, inorder or preorder!

[Edited by - daviangel on January 10, 2010 6:56:28 PM]
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe
To answer a few questions, my time has been split almost equally over the past 10 years. I typically dabble in a little of each (development, analysis, project management, etc...) it just depends on the project. I've built POS systems, PMS, SIS, insurance apps, etc..., but what I've always really been interested in is game programming. I'm at the point in my life where a degree doesn't really matter in the sense that it does not really hinder my employment opportunities. I also don't think I would switch careers to Game Development unless the salary was right considering a pay cut would be required. I would love to switch, but the salaries are not up there and I have to think of my family first... this however does not mean I cannot pursue it as a hobby and if it goes somewhere then great!

I work excessive hours and travel quite a bit so I'm looking for a fully online degree. I would much rather attend ground courses, but it's just not possible. What I'm looking for is a Bachelors in computer science, CIS, or something where I can add a few new skills to my skill set, get my math knocked out and at the same time study some game programming, preferably at an accelerated rate. This way I further my education relevant to my current career, boost my income potential, finally meet my education goals, AND at the same time get some game programming concepts.

With all of this in mind, I figured it would make sense to just enroll in a Game Programming online degree as it would cover C++, C#, scripting, AI, 3d programming, databases, etc... The problem of course is I've only come across a handful of schools, all of which seem contraversial and potentially negative on a resume.

1. Devry - Game Programming & Simulation
2. Westwood - Game Software Development
3. UAT - Game Programming
4. Full Sail (No online game programming though... so that's out)

Any thoughts?
Quote:Original post by Runicode
1. I've only come across a handful of schools,
2. all of which seem contraversial and potentially negative on a resume.

1. If those are the ones you need to decide between, then you just need to make a decision grid.
http://www.sloperama.com/advice/lesson25.htm
http://www.sloperama.com/advice/m70.htm

2. Don't worry about appearances. How a particular school looks on the resume is not as important as all that. Your primary concern needs to be to gain the knowledge you'll need.
http://www.igda.org/games-game-june-2009
http://www.igda.org/games-game-november-2005
http://www.igda.org/games-game-september-2007

-- Tom Sloper -- sloperama.com

Thank you all so far for your feedback! So I've been working my way through information on available game programming degrees at Westwood, Devry, and University of Advancing Technology trying to find a well balanced program. I looked more into Westwood College's Bachelors in Game Software Development degree and I'm quite surprised at the course work. Weighing in at a 196 Credits, which seems very large for a BS (usually around 120 correct?). The program seems to provide a very well rounded education with 73.5 credits in general education, with 7 courses in Mathematics and Physics. It looks to cover everything from C# and C/C++ to databases, Assembly, AI, Scripting, WIN32 GUI, Graphics Programming, etc...

Does anyone see anything lacking in the coursework that I would need to supplement? Even at an accelerated pace it will still take me 4 years to complete and I don't see anything missing that I would normally get out of a CIS or many CS programs. The tuition would run at $66,525... considering the number of courses, that doesn't seem too bad to me. My wife attended the University of Miami for a Bachelors w/ Double major (123 credits) at $150,000+.

Let me know your thoughts!
Thanks

Bachelor of Science: Game Software Development
PROGRAM LENGTH: 36 months
CREDIT HOURS: 196.0
CLOCK HOURS: 2385
COURSE REQUIREMENTS FOR GRADUATION
Course Area Minimum Credits
Core Courses 112.5
General Education 73.5
Humanities 28.0
Social Sciences 17.5
Mathematics 21.0
Natural and Physical Science 7.0
Other Required Courses 10.0

Course No. Course Title Quarter Credits
CORE COURSES
minimum 112.5 credit hours required
CS101 Introduction to Programming Concepts 4.0
CS106 Fundamentals of Programming 6.5
CS210 Intermediate Programming 6.5
CS215 Advanced Programming 4.0
CS220 Data Structures 4.0
CS224 Database Applications 3.5
SG110 Introduction to Game Development 3.0
SG140 Game Analysis and Playability 3.0
SG150 Software Development Lifecycle 4.0
SG210 2D Graphics Programming 6.5
SG215 3D Graphics Programming 4.0
SG220 3D Game Engine Architecture 6.5
SG230 Game Engine Scripting and Tools 4.0
SG300 Game Software Project 3.0
SG310 Algorithm Analysis and Design 4.0
SG350 Game Network Programming 4.0
SG360 Computer Organization and Assembly Language 6.5
SG380 Systems Programming 4.0
SG400 Interpreter Design 6.5
SG420 Game Software Testing and Debugging 4.0
SG430 Game Porting Basics 4.0
SG440 Artificial Intelligence for Games 4.0
SG450 Game Development 3.0
SG455 Game Project Management 3.5
SG490 Game Software Senior Project 6.5

GENERAL EDUCATION
minimum 73.5 credit hours required
HUMANITIES
minimum 28.0 credit hours required
COM112 Communication Skills 3.5
COM305 Public Speaking 3.5
ENG121 College Writing I 3.5
ENG221 College Writing II 3.5
HUM180 Ethical and Critical Thinking 3.5
HUM250 Humanities 3.5
LIT301 Introduction to Literature 3.5
LIT415 Science Fiction and Fantasy 3.5

SOCIAL SCIENCES
minimum 17.5 credit hours required
POL107 American Government 3.5
POL423 Political Science 3.5
PSY101 Introduction to Psychology 3.5
SOC121 Human Relations 3.5
SOC401 Research Methodologies 3.5

MATHEMATICS
minimum 21.0 credit hours required
MTH170 College Algebra I 3.5
MTH221 Trigonometry 3.5
MTH270 College Algebra II 3.5
MTH331 Calculus 3.5
MTH340 Introduction to Statistics 3.5
MTH401 Linear Algebra 3.5

NATURAL AND PHYSICAL SCIENCE
minimum 7.0 credit hours required
SCI121 Introduction to Physical Science 3.5
SCI321 Selected Topics in Physics 3.5

OTHER REQUIRED COURSES
minimum 10.0 credit hours required
CA101 Computer Applications 3.0
PDC111 Success Strategies 3.5
PDC200 Career Management 3.5
Quote:Original post by Runicode
The tuition would run at $66,525... considering the number of courses, that doesn't seem too bad to me. My wife attended the University of Miami for a Bachelors w/ Double major (123 credits) at $150,000+.
Ouch!

I don't know why she (or anybody) would pay so much for school. I recommend getting an associates degree at a community college or small school, then moving on to a bigger school if desired for the bachelors degree.

That University of Miami is charging $17,770 per semester is outrageous to me. The nearby Florida-Atlantic university charges $2100. Miami-Dade's website says $1100. Florida Tech is $5200. Shopping around would have saved your wife a hundred thousand dollars. I know very few people who have that kind of money just for a specific name on a diploma.

Once you have been employed for a few years nobody cares which school you went to, except for a few snobby people. They will just use the school as a checkbox to say that you earned a Computer Science degree, nothing more.

If money is a concern, I recommend Miami-Dade or another inexpensive school. The topics are the same as the expensive schools, and often the educators are just as skilled. Get a regular Computer Science degree for maybe $20,000. If you want to move to a more expensive school after an associates then do so, moving it up to $40K. Then go get a job.

Quote:Let me know your thoughts!

I am against the game degrees for two main reasons: First, they are not accredited as full CS degrees. Instead they are accredited as "specialized fields" degrees and have no rigorous standards. Second, they are not portable. If for some reason you cannot get a job in games, or perhaps you discover that games just aren't your thing, or you want to take a break from the industry, you will have a difficult time getting a job.

If you are concerned about a game portfolio then work on hobby games on your own. If I can see a list of hobby games then I consider that as enough evidence. Artists need a portfolio showing their abilities, but programmers really don't. Lots of people get game programming jobs without putting together a fancy portfolio of projects. If you happen to have one and it looks good then it is strong evidence that you can do the job, but don't bank on a portfolio alone.

I rank a CS education as more important than a few completed games with no theory to back it up. Not a "Game Programming" degree, not a "Computer Programming" degree, not a "Computer Theory" degree, but an actual Computer Science degree. I can easily teach a skilled CS graduate how to make games. They know the concepts already and just need a little prodding to apply them in the right places. They will advance on their own.

On the other hand, it is generally hard to get a self-taught hacker with no formal CS schooling to advance because they have no background in the core concepts. One peer (who had no formal CS education) had been working on a scripting languages for several months. I sat down with him, rewrote his rules as a simple grammar, and after an hour of basic computer theory we were able to transform his scripting language into something both easy and useful. If he had known the basic concept of a grammar up front, he would have saved a month or more of development time.

This topic is closed to new replies.

Advertisement