Friday 9 September 2011

game walkthrough part 10

Yup this is the final update of my game, please comment on the output whether it was good or bad, any modification you would like in it, and ideas you have for any part of the game (from graphics to gameplay or interface or even the design), i would be happy to take all of it

game walkthrough part 9

This is the first beta version of the game woohoo which was update later on, in this we added toon shades.
You must be seeing strange symbols on Ai's head those symbols are hindi letters, and you can see that the Ai's do behave exactly the way i wanted them to and the gameplay part also came up pretty good, but as there was lot to update in this so the final update of the game will be shown in my next post.

game walkthrough part 8

As i needed billboards for my game(a gameplay requirement) so i made up a billboard in xna, and i was really excited about it and ended up doing a video post

game walkthrough part 7

This is just a video where i was playing with the depth buffer.Any queries, feel free to ask........

game walkthrough part 6

This video shows the final achievement following the previous video,

game walkthrough part 5

 


here after i started making my Ai logic and this is a small presentation of that where the Ai's will followup the player when player gets into Ai's range, and if the Ai or the player gets out of each others range the Ai would just behave normally with moving in one direction and after collision moving to the opposit. A simple logic that you would see in many of the side scroller games.

game walkthrough part 4

 

This video was just an experiment for mesh loading and unloading according to the character's range, it was just a try but i didn't implement it in the game.

game walkthrough part 3

Oh yeah, this is the third installment of the walkthrough process, in this video i wanna show how i overcame the side scroller camera view.
Before this i didn't know how to make the side scroller camera view for the game, but i researched on it and finally made a prototype for it also, if any of you wanna know how to  make a side scroller camera view in xna, feel free to ask me. I can provide the logic behind it.In this video i also wanna show how i gave the axis limit to my characters in the game.

game walkthrough part 2

This is my second post to the walkthrough of the game woohoo, my final year project
The video above shows the triangulated collision system  where the physics engine itself makes up bounding boxes out of the mesh given to it, and its a good go for making a level.  

game walkthrough part 1

after putting up all the dlls together(physics dll(bepuphysics), animation dll), i started off by going through the abilities of the physics engine i was using,
The following video below was shows my first test to the physics engine..