Sunday, October 20, 2013

Fall 2013 - Save the Sushi

This was my flying-solo Game Jam endeavor. Was pretty fun, yet incredibly hard, to do a full game in the 3 day span. I DID IT THOUGH! Lucky for me, I wasn't employed at the time so I had a lot of time to myself - and this game.

Sunday, March 3, 2013

Slender Man

For the Global Game Jam in 2013, I was alone.  My attempt at making a game was ruthless but I kept at it.  Sadly, this game never came to be, but I do have "some" plans of possibly making this into a phone app (much like Zombies, Run!).  




Wednesday, February 20, 2013

Farseer Physics Engine - CGDD 4003

This is one of my favorite assignments to date. Really shows how the physics work in the Farseer Physics Engine. Love the pinball!


Original link for this: http://farseerphysics.codeplex.com/

New link: https://github.com/VelcroPhysics/VelcroPhysics

Monday, February 18, 2013

Bones and IK - CGDD 4003

Got to learn about IK bones! Worked on this with the XNA 3D aspect in which this was the result. Pretty cool on how they can keep connecting and still follow the arrow. This has a lot of potential for me in the future.


Friday, February 15, 2013

Particle Effects - CGDD 4003

Demonstrates my understanding of how particle effects work. I wanted to test the rainbow color for the aging process of a particle. There was a slight issue trying to keep the particles as dots, so I decided to play around with the the extending of the particle to spike-like shapes. Really like the bounce at the bottom of the screen.


Sunday, February 10, 2013

Flocking - CGDD 4003

For this assignment, we had to demonstrate the flocking effect/game movement. I decided to do a space ship with 2 enemy spaceships, which have 2 types of flocking properties.



Tuesday, February 5, 2013

Chicken Run - Final Game - CGDD 4003

After many hours of frustration, sadness, anger, and most likely other states of emotion, this was my final project of my CGDD 4303 class. I couldn't quite figure out how to animate the cow in Unity3D so my attempt at doing so is seen at the end of the video.


Sunday, February 3, 2013

Bezier Curves - CGDD 4003

Demonstrating Bezier Curves for the CGDD 4003 class. This assignment was really hard for me but I got a general basis down. Definitely something I want to get better at. As you can see, I have the assignment running in 2 windows. I couldn't figure out how to get either one of them running as the assignment asked for, but it was close enough to it.


Chicken Run - Second Update - CGDD 4003

Still having a few issues trying to figure out how to get collisions working on the enemy cows with the walls and the chicken itself. Removed the chicken animation since it didn't look okay at this point. My team partner is also MIA on this entire project, so I have been left to my own devices.


Saturday, February 2, 2013

Chicken Run - First Update - CGDD 4003

This is the first demo of a game made for this semester. The concept of the game is to get the chicken (you) through the maze and avoid the obstacles and cows. Currently, there is only obstacles in place with the chicken moving back and forth to represent the movement of a chicken. Created in XNA/C#.


3D Graphics - CGDD 4003

I'll admit, this wasn't my greatest moments of coding. I wanted to be able to do this in XNA 4.0 but in the end, I just didn't have the time nor good tutorial help on how to exactly implement what my professor asked for. SO, in the end, I ended up downloading Unity 4.0, watch some tutorials for a refresher and BAM! I created this.


Wednesday, January 23, 2013

Animated Sprite - CGDD 4003

Learned how to animate a sprite with a sprite sheet for the CGDD 4003 class. This assignment was a bit harder to do but I still did pretty well on it (the background was boring as cornflower blue so I added a bit of color).