Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Sunday, 27 January 2013

Bed Bugs are such a pain

I've been starting work on creating a game that is about killing and destroying bed bugs from a home. Recently I've had to create some assets to show the manager of this project in order to try and get approval. These are the assets that I've created along with a few page layouts for some screens, along with a number 0-9 that's for an infestation counter.











Wednesday, 21 March 2012

I think you lost an arm there....

Working on combat, I have a lot of other projects on the go now so it's not going as quickly as I wanted. The zombie that appears is randomly selected however it's only currently from a list of three. A function is then called inside the enemy class that assigns all of it's stats like attack strengths, hp and lvl.
I was able to get to so that the player can scroll through the weapons they currently have, select which they want then attack. It plays the corasponding animation and the selected weapon appears in their hand. The 'blood level' in the zombies heart also goes down depending on what percent of it's maximum hp it's currently at. After the melee and gun attacks have been made it plays a function in the enemy class that; using data like it's different attack strengths, it's current hp, the players current hp and a bit of random math; chooses an attack and plays that animation for either it's ranged, melee or healing. I'll update with a video later :D