Monthly Archives: March 2017

The curious case of teleportation.

this week I worked on how the player would be transported through the room.at first we just wanted to delete the door so the player could walk freely between the rooms. This showed itself to be quite bothersome.
To explain how our game works. We’re designing a game called “Bullet_hack” wich is about a spy trying to infiltrate a compan to get information about them. You play as the spy and try to hack doors to get to the main server.You […]

/ Comments Off on The curious case of teleportation.
Program: Programming

The curious case of teleportation.

this week I worked on how the player would be transported through the room.at first we just wanted to delete the door so the player could walk freely between the rooms. This showed itself to be quite bothersome.
To explain how our game works. We’re designing a game called “Bullet_hack” wich is about a spy trying to infiltrate a compan to get information about them. You play as the spy and try to hack doors to get to the main server.You […]

/ Comments Off on The curious case of teleportation.
Program: Programming

Week 4 – The Third Enemy

The Enemy with placeholder sprites
This week I have been working with our third enemy and some small refinements on a few things like making the camera work in parallax and getting knockback on the powerup for the player.
For the third enemy we wanted a much more harder enemy that could shoot and be able to take a few hits from the player’s base weapon.
So the enemy would be big and slow moving as well be able to shoot projectiles in […]

/ Comments Off on Week 4 – The Third Enemy
Program: Programming

Week 4 – The Third Enemy

The Enemy with placeholder sprites
This week I have been working with our third enemy and some small refinements on a few things like making the camera work in parallax and getting knockback on the powerup for the player.
For the third enemy we wanted a much more harder enemy that could shoot and be able to take a few hits from the player’s base weapon.
So the enemy would be big and slow moving as well be able to shoot projectiles in […]

/ Comments Off on Week 4 – The Third Enemy
Program: Programming

Week 4 – Adding what is missing

Week 4 is coming to an end and like previous weeks this has been a fast one.
With the Beta deadline coming up in a matter of days team Kraken is now refining what has been done and adding some assets to the current placeholders. For me as the Lead Artist this week has consisted of two things; creating a visual indication of when the dash for the moth is available, and also creating a light bulb with light to fit […]

/ Comments Off on Week 4 – Adding what is missing
Program: Graphics

Week 4 – Adding what is missing

Week 4 is coming to an end and like previous weeks this has been a fast one.
With the Beta deadline coming up in a matter of days team Kraken is now refining what has been done and adding some assets to the current placeholders. For me as the Lead Artist this week has consisted of two things; creating a visual indication of when the dash for the moth is available, and also creating a light bulb with light to fit […]

/ Comments Off on Week 4 – Adding what is missing
Program: Graphics

Wibbly Wobbly, Timey Wimey

Yes, in the blog-post for this week we will learn all about the manipulation of time, and the evi- I mean great and different ways one can use this knowledge in your game.
Anyway, in all seriousness. Yes, this week has been all about time manipulation. The reason? We’re less than a week away from the Beta hand-in and our game still doesn’t have a working menu, pause menu or tutorial (oops).
Thus I, a simple programmer, took it upon myself to […]

/ Comments Off on Wibbly Wobbly, Timey Wimey
Program: Programming

Wibbly Wobbly, Timey Wimey

Yes, in the blog-post for this week we will learn all about the manipulation of time, and the evi- I mean great and different ways one can use this knowledge in your game.
Anyway, in all seriousness. Yes, this week has been all about time manipulation. The reason? We’re less than a week away from the Beta hand-in and our game still doesn’t have a working menu, pause menu or tutorial (oops).
Thus I, a simple programmer, took it upon myself to […]

/ Comments Off on Wibbly Wobbly, Timey Wimey
Program: Programming

Blog Post #4

What have I done?

Since last blog post, my team have been focusing entirely on getting the game ready for the beta presentation next Monday. This is what I’ve done to fulfill my part:

Finished Boss Mechanics
A third enemy with its own unique behavior
Power-Up

How and why did I do the things mentioned in the list above?
Finished Boss Mechanics
The boss and the third enemy was definitely the toughest things to code this week. AI needs to be very polished for the player to feel both fairly […]

/ Comments Off on Blog Post #4
Program: Programming

Blog Post #4

What have I done?

Since last blog post, my team have been focusing entirely on getting the game ready for the beta presentation next Monday. This is what I’ve done to fulfill my part:

Finished Boss Mechanics
A third enemy with its own unique behavior
Power-Up

How and why did I do the things mentioned in the list above?
Finished Boss Mechanics
The boss and the third enemy was definitely the toughest things to code this week. AI needs to be very polished for the player to feel both fairly […]

/ Comments Off on Blog Post #4
Program: Programming

Feedback and power

This week I have design, code in and implemented a feedback system with a particle system for when an enemy gets hit by our power-up bullets.
I have done this with the help of art provided to me by our artist Felipe and googling ways to code this in into unity. This was also done with much trial and error from my part as I am not a programmer.
The way the code works is just by instantiate a specific game object […]

/ Comments Off on Feedback and power
Program: Game Design

Feedback and power

This week I have design, code in and implemented a feedback system with a particle system for when an enemy gets hit by our power-up bullets.
I have done this with the help of art provided to me by our artist Felipe and googling ways to code this in into unity. This was also done with much trial and error from my part as I am not a programmer.
The way the code works is just by instantiate a specific game object […]

/ Comments Off on Feedback and power
Program: Game Design

Background Art

This is an artefact I made from last week. I designed and drew several background borders for the game that would convey the setting to the player. The main locations for our game would be the village and, later on, the forest.
To start it off, I had a discussion with my team regarding the perspective. Our game is in a top-down perspective, but drawing trees and houses from that angle is difficult. For example, when I attempted to draw a tree […]

/ Comments Off on Background Art
Program: Graphics

Background Art

This is an artefact I made from last week. I designed and drew several background borders for the game that would convey the setting to the player. The main locations for our game would be the village and, later on, the forest.
To start it off, I had a discussion with my team regarding the perspective. Our game is in a top-down perspective, but drawing trees and houses from that angle is difficult. For example, when I attempted to draw a tree […]

/ Comments Off on Background Art
Program: Graphics

Trouble with knight

The beta release of our project is next week and we have been working hard with implementing all our assets into the game. I have been having a lot of trouble with the knight due to not having a clear vision on the code. The knight as a whole consists (or rather, will consist) of a sweeping attack, a shield that blocks damage, and a charge attack, and then of course an AI that ties this all together and executes […]

/ Comments Off on Trouble with knight
Program: Programming

Trouble with knight

The beta release of our project is next week and we have been working hard with implementing all our assets into the game. I have been having a lot of trouble with the knight due to not having a clear vision on the code. The knight as a whole consists (or rather, will consist) of a sweeping attack, a shield that blocks damage, and a charge attack, and then of course an AI that ties this all together and executes […]

/ Comments Off on Trouble with knight
Program: Programming

Implemented a boss

Image: Displaying the boss that has chosen his position of charging to when the load has finished.
Implemented a boss
During the last two weeks I’ve had the role of supporting the game designer in spontaneous fixes, meaning that when something needs to be done immedietely, I’ve been there to aid him. Also while doing this I focused on creating the boss for the game.
What?
The boss was supposed to be the last part of our game, to make it an extra struggle […]

/ Comments Off on Implemented a boss
Program: Programming

Implemented a boss

Image: Displaying the boss that has chosen his position of charging to when the load has finished.
Implemented a boss
During the last two weeks I’ve had the role of supporting the game designer in spontaneous fixes, meaning that when something needs to be done immedietely, I’ve been there to aid him. Also while doing this I focused on creating the boss for the game.
What?
The boss was supposed to be the last part of our game, to make it an extra struggle […]

/ Comments Off on Implemented a boss
Program: Programming

A blog: Part 4 – Covenant of the Blog

This is the enemy melee soldier that i talked about in my last blog, and his completed animations.
This week has been a veritable rollercoaster of good and bad, which is mostly down to the latest unity update. Our project was nearly destroyed when that update was rolled out, as it seemed to corrupt most of our files in very odd ways.
A normal file looks like this in notepad:

… and this is what it looked like after the unity update:

Yeah, you […]

/ Comments Off on A blog: Part 4 – Covenant of the Blog
Program: Graphics

A blog: Part 4 – Covenant of the Blog

This is the enemy melee soldier that i talked about in my last blog, and his completed animations.
This week has been a veritable rollercoaster of good and bad, which is mostly down to the latest unity update. Our project was nearly destroyed when that update was rolled out, as it seemed to corrupt most of our files in very odd ways.
A normal file looks like this in notepad:

… and this is what it looked like after the unity update:

Yeah, you […]

/ Comments Off on A blog: Part 4 – Covenant of the Blog
Program: Graphics

#Artwar Character Contest: Briannon | Final


This morning was the deadline for the #Artwar character contest which I am participating in. Was going to post my final entry last night, but then their forum went down. :SNow it is posted and the deadline passed, so I just wanted to share the final result (although it is getting ahead of retopology and texturing parts.
This is the very first art contest that I am participating in and it was definitely a challenge. I am not […]

/ Comments Off on #Artwar Character Contest: Briannon | Final
Program: Graphics

#Artwar Character Contest: Briannon | Final


This morning was the deadline for the #Artwar character contest which I am participating in. Was going to post my final entry last night, but then their forum went down. :SNow it is posted and the deadline passed, so I just wanted to share the final result (although it is getting ahead of retopology and texturing parts.
This is the very first art contest that I am participating in and it was definitely a challenge. I am not […]

/ Comments Off on #Artwar Character Contest: Briannon | Final
Program: Graphics

Of sprite sheets and animations

This week, I’m going to write about my work with sprite sheets and animations. Even though this is more in the line of an artist’s job, I decided to do it because in the end, it turned out to be a numbers game. Plus, we wanted to implement multiple animations on the same sprite, so it required coding.
So why was it a ‘numbers game’. And why the multiple animations. We had three animated objects in the game. The player itself, […]

/ Comments Off on Of sprite sheets and animations
Program: Programming

Of sprite sheets and animations

This week, I’m going to write about my work with sprite sheets and animations. Even though this is more in the line of an artist’s job, I decided to do it because in the end, it turned out to be a numbers game. Plus, we wanted to implement multiple animations on the same sprite, so it required coding.
So why was it a ‘numbers game’. And why the multiple animations. We had three animated objects in the game. The player itself, […]

/ Comments Off on Of sprite sheets and animations
Program: Programming