Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Monday, November 29, 2010

Sea of Chaos

Its been a long time (almost 9 months!) and life has been pretty crazy.  Since March I have been working At DoubleTap Games on a game that just came out today.  It was a wild ride and I grew so much from it.  The game may not be my cup of tea, but I am proud of what we were able to accomplish with the small amount of time and resources we had.  That game was "Deadliest Catch: Sea of Chaos".

The game released today for PS3, XBOX 360 and Wii.  Our studio developed the game for all three consoles at the same time.  We also did most of the tech for the platforms ourself, so I got to play with all three at a low level.  Since this was a three console release with a small team (less than ten people on average) and an 8 month development cycle you can imagine that it was kinda crazy.  Nine months of radio silence should tell you something :-D.

Towards the end I was bouncing from issue to issue across three different platforms so my station started to look like Megadesk.

MEGADESK!

Thursday, January 14, 2010

College Chronicles Part 4: Asteroids Evolution

Immediately after finishing Katamari Arkanoids I started work on the next assigned project in my class.  This game was made in the same class as Katamari Arkanoids, Structures of Game Design (SGD), while attending Full Sail University.  Everyone was assigned to make an Asteroids inspired game.  This meant you could make any game that had something player-controlled that shot bullets.

Making a traditional Asteroids game was something I always wanted to do.  The big reason why was because it was my Dad's favorite game.  I figured since my Mom and Dad were paying for all of this school that I should make something for them (sorry Mom).  Because of all of this I chose to make a traditional asteroids game...with a few twists.  Check it!

Friday, January 8, 2010

College Chronicles Part 3: Katamari Arkanoids

Only two months after Extreme Pong 2 I got to a class called Structures of Game Design (SGD).  In this two month class we got a crash course in designing games from the ground up.  We learned about breaking things down into easily maintainable features that we could use to mark progress.  We also learned a bit about taking all the things we had learned so far in the program and applying it to a game.  This included using DirectX (previous class), vector math, using data to drive your game, and many other techniques and technologies.

Everyone in the class was tasked with a project for the first month.  This was to make an Arkanoids/Breakout type game using the material that was taught in class.  At the time I could tell that Toni (my girlfriend at the time, now wife) was getting a bit frustrated with my amount of free time (which was zero).  I knew it was only going to get worse so I wanted to get her involved so I could spend more time with her.  I am no game designer by any means, but I can roll with ideas.

I explained the project and asked her how I could make something she would like to play.  She simply said, "Just make Katamari", which I think was a joke (we had been playing it a bit at the time).  That peaked my interest, and this is what came out of it:

Tuesday, December 15, 2009

College Chronicles Part 2: Extreme Pong 2

Two months after I made the first Extreme Pong I got to Windows Programming at Full Sail University.  In this two month class I learned my way around the Windows API.  GDI, string tables, resource files, icons, windows and the list goes on.  During the first month of the class we were tasked with taking the knowledge we learned and applying it to a simple pong game outside of class.  Since I already made a pong game at the point I decided a sequel was in order.  Extreme Pong II was it.

Monday, December 7, 2009

College Chronicles Part 1: Extreme Pong

Okay I've been doing this little shindig for awhile and its time to switch it up a bit.  I recently read a friend's blog which had a number of posts of the things he did in college.  That got me thinking that it is about time I take you through the programming history of Aaron (me).

The time stamp for one of the files in this game is January 15th, 2006.  WOW, has it really been that long?  I do recall working on it through Christmas.  Four years ago I was attending Full Sail University and was in my third month of C++ programming.  This was the last month of nose-to-the-books C++ learning before we moved on to other areas of C++ (like using it with OpenGL, DirectX, Lua, etc.).

Durring the last month of the course there was an optional assignment to use your current knowledge (2 months of C++ basics) to create a game to show off to the class (aka rub in their faces).  Since it was my goal to squeeze as much learning out of the 80k school cost as I could, I couldn't pass up the opportunity (plus I got to rub it in people's faces).
So here it is in all its glory:

Saturday, November 28, 2009

New Job! Two Week Notice Reflection

My first week at my new game dev gig is coming to an end and I just wanted to reflect a bit.  For those who do not know I have moved on to newer and more interesting work (in my opinion).  This means I have been busy resolving loose ends at the old job and prepping for the new (reason why little to no content is being posted).  The new job is great, really can't talk too much about what I'm doing specifically (at least I am not sure I should), If you really care just ask me in real life or something.

This was my first game dev job change so I wanted to take a bit to reflect on the transition.  The last three weeks have been rather interesting.  When you give your two weeks at a job it is kind of a big deal and I didn't want to screw it up.  Burning bridges was part of it, but it was mostly because I honestly loved the job and didn't want to be that guy.  I don't think anyone really wants to be that guy.

Tuesday, October 27, 2009

Dev Diary: Game Logo Has Begun Production

I've done a lot of thinking over the weekend.  Me and the Mrs. spent the weekend together exploring the city of Boston some more.  Long story short she got her hair did, we saw the blue man group and I got inspired.  It has always been a dream of mine to make a flash game, that time has come.

Saturday, October 10, 2009

Rage: Warnings Do Not Stop Me

For an explanation of what a rage is please see the first Rage post. If you do not mind learning as you go then just continue.

Beef:
Warnings do not stop me! Some may think that is a pretty bad ass statement. Someone who lives by that mantra may see a traffic light turn yellow and gun it. They may also be told "NO" when advancing on a woman/man, but still go in for the smooch. Pure bad assess, that is until they get hit by oncoming traffic or slapped and issued a restraining order.

Saturday, September 19, 2009

Goto Shmoto

C++ was my first programming language. When I was going through school I can remember clearly the day that the keyword "goto" came up. The teacher said something along the lines of, "goto will jump to another section of code...just don't use it." At the time I had enough information I was trying to retain so that sounded good to me, just don't use it. My career continued, I never used goto, but it would come up from time to time. While working at my job, I came across code that used it. I just assumed no one told these programmers not to use it, but couldn't help but wonder, "How did goto get such a bad rap?"

Monday, August 24, 2009

Rage: Do not recreate what is right under your nose

So I thought it would be great to express some of the things that I constantly complain about to my co-workers and friends. I usually keep my "Rages" private, but it is time to let the world have a piece. Since I rage quiet a bit, I figure I will hold myself to a monthly outlet.

Saturday, August 8, 2009

Ways to Port Other Company's Games

To explain the title a bit more, this post will be specifically focused on a Bad, Good, and an Interesting way (that is also good) that I've experienced when porting other company's games. I have also found it hard to find information online about this topic and that has always frustrated me.