G+ Attribute

Thursday, November 21, 2013

Evicted video demo!


This is a short demo of Evicted, a FPS horror game made for a "introduction to game development course".  It was made with 4 other people in one semester using C#, XNA and can run on both the PC and XBOX360.

You start off in your apartment with only your pistol, and have to escape waves of monsters while figuring out why they invaded your world.  Collect new weapons and kill everything in sight to survive!

Wednesday, November 20, 2013

Evicted: FPS horror game download

http://gamejolt.com/games/shooter/evicted/16550/

This is my project for my "introduction to gamedev" course I took during Fall 2012.  This game was developed with 3 other people over the course of a full semester using XNA, c# and visual studios.  I was responsible nearly all of the art assets, integrating the assets into the game (loading, playing animations, etc), hit detection between the player and enemies, and significant decisions related to overall program structure.

The version above is the PC version, but our game is also able to run on the xbox 360.

In the game, you wake up alone in your apartment with just a gun.  You need to figure out what's going on and survive the hordes of demons trying to kill you.


Tuesday, November 19, 2013

Connect 4!

This video is a short demo of my project for an introductory graphics course I took during the second summer semester. The project was completed with one other person in about 2.5 weeks.
The goals for the project were
-3d objects in a 3d world
-interactive user input without having to use the console
-a moveable camera

The program is written in c++ using openGL and GLUT.