Monthly Archives: March 2017

Missing pieces

In my last post, I discussed our game’s lack of an engaging central challenge (or at least that was what I was getting at). Since then, I’ve been trying to figure out what that engaging central challenge could be.
There were a number of possible answers, the most obvious being to throw in a bunch of enemies to give the player an immediate threat to avoid. This is a tried and tested way of making games ”fun”, which, I […]

/ Comments Off on Missing pieces
Program: Game Design

Missing pieces

In my last post, I discussed our game’s lack of an engaging central challenge (or at least that was what I was getting at). Since then, I’ve been trying to figure out what that engaging central challenge could be.
There were a number of possible answers, the most obvious being to throw in a bunch of enemies to give the player an immediate threat to avoid. This is a tried and tested way of making games ”fun”, which, I […]

/ Comments Off on Missing pieces
Program: Game Design

Animating using Anima2D in Unity.

Hello readers. I’m getting really bad with keeping promises from previous weeks. Last week I mentioned how to make a seemingless background, well that won’t happen this week! Instead… This post will be about how to add bones to 2D meshes and how the animation process is with the help of Anima2D(A Unity program found in the asset store).
As I just wrote, this week I have been rigging and animating our existing sprites to make them look more alive. I […]

/ Comments Off on Animating using Anima2D in Unity.

Animating using Anima2D in Unity.

Hello readers. I’m getting really bad with keeping promises from previous weeks. Last week I mentioned how to make a seemingless background, well that won’t happen this week! Instead… This post will be about how to add bones to 2D meshes and how the animation process is with the help of Anima2D(A Unity program found in the asset store).
As I just wrote, this week I have been rigging and animating our existing sprites to make them look more alive. I […]

/ Comments Off on Animating using Anima2D in Unity.

Reacting to Feedback

A continuation on my previous blog post.
First of all, we had issues with Unity Collaboration once again (whoever saw my Alpha-presentation knows what I am on about, also mentioned in my blog earlier). The project updated poorly and caused the game to crash on one of the computers. Of course, this brought negative feedback that we later on filtered out.
To conquer this issue once and for all I decided that the weekend before any presentation showcasing the game our programmer […]

/ Comments Off on Reacting to Feedback

Reacting to Feedback

A continuation on my previous blog post.
First of all, we had issues with Unity Collaboration once again (whoever saw my Alpha-presentation knows what I am on about, also mentioned in my blog earlier). The project updated poorly and caused the game to crash on one of the computers. Of course, this brought negative feedback that we later on filtered out.
To conquer this issue once and for all I decided that the weekend before any presentation showcasing the game our programmer […]

/ Comments Off on Reacting to Feedback

Knights’ Knowledge

In this blog I’ve written about the teleportation mechanic and it’s dynamics. Last week I introduced the knight, which is an enemy that blocks the player’s shots from the front with a shield and needs to be teleported behind of to strike the vulnerable back.

The behavior of the knight is similar to other enemies’ and thus didn’t require much work. Only a few variables were tweaked in the inspector to suit the knight’s attributes, slow and sturdy.
An obstacle was met […]

/ Comments Off on Knights’ Knowledge
Program: Programming

Knights’ Knowledge

In this blog I’ve written about the teleportation mechanic and it’s dynamics. Last week I introduced the knight, which is an enemy that blocks the player’s shots from the front with a shield and needs to be teleported behind of to strike the vulnerable back.

The behavior of the knight is similar to other enemies’ and thus didn’t require much work. Only a few variables were tweaked in the inspector to suit the knight’s attributes, slow and sturdy.
An obstacle was met […]

/ Comments Off on Knights’ Knowledge
Program: Programming

#4 Preparing for the end means preparing for a new beginning

Working within a project has a powerful effect on team members. As a project draws near you come closer and closer to the defining moment when it ends. It is both a cheerful experience if the project is brought to completion, but also a time of loss. In a project we build up an identity and a role. We create a structure and purpose that is tightly connected to what we do. It is our routine and objective. The more […]

/ Comments Off on #4 Preparing for the end means preparing for a new beginning

#4 Preparing for the end means preparing for a new beginning

Working within a project has a powerful effect on team members. As a project draws near you come closer and closer to the defining moment when it ends. It is both a cheerful experience if the project is brought to completion, but also a time of loss. In a project we build up an identity and a role. We create a structure and purpose that is tightly connected to what we do. It is our routine and objective. The more […]

/ Comments Off on #4 Preparing for the end means preparing for a new beginning

GUI Draft Design

I’ve been working lately on designing a user interface for our game in development. It is as well a deliverable for our 2D2 class in our minor program as graphic design students. To design a user interface, you need to take into consideration the theme of your game, its type, the art style used in it, and also making things noticeable without affecting the visibility of the game.
The game I’m part of its development team is about a kid’s nightmare […]

/ Comments Off on GUI Draft Design
Program: Graphics

GUI Draft Design

I’ve been working lately on designing a user interface for our game in development. It is as well a deliverable for our 2D2 class in our minor program as graphic design students. To design a user interface, you need to take into consideration the theme of your game, its type, the art style used in it, and also making things noticeable without affecting the visibility of the game.
The game I’m part of its development team is about a kid’s nightmare […]

/ Comments Off on GUI Draft Design
Program: Graphics

Crown of Creation, The Struggle-Tile!

Hello!
This week, I’ve been working on the background tile for our game. It will be the base for the entire game, so the most important part was to make it connect well when looped.
I’d never done this before, so it was a bit of a challenge, and I had to repeat progress quite often since I had trouble implementing it. I wished for there to be a tile add-on to Photoshop, but alas! I had to do it myself. An […]

/ Comments Off on Crown of Creation, The Struggle-Tile!
Program: Graphics

Crown of Creation, The Struggle-Tile!

Hello!
This week, I’ve been working on the background tile for our game. It will be the base for the entire game, so the most important part was to make it connect well when looped.
I’d never done this before, so it was a bit of a challenge, and I had to repeat progress quite often since I had trouble implementing it. I wished for there to be a tile add-on to Photoshop, but alas! I had to do it myself. An […]

/ Comments Off on Crown of Creation, The Struggle-Tile!
Program: Graphics

Sounds, Week 4

 
So this week has been long, A long week means we have had a lot of things to do, which is good.
We started the week of by having a playtesting with the class again. This time it was really good compared to last time. We got a lot of good feedback and we had fixed a lot from the last time we got feedback. However we had not added sound!
What?
So this week my assignment, except from calling to meetings […]

/ Comments Off on Sounds, Week 4

Sounds, Week 4

 
So this week has been long, A long week means we have had a lot of things to do, which is good.
We started the week of by having a playtesting with the class again. This time it was really good compared to last time. We got a lot of good feedback and we had fixed a lot from the last time we got feedback. However we had not added sound!
What?
So this week my assignment, except from calling to meetings […]

/ Comments Off on Sounds, Week 4

Collecting feedback

Prior to each of our biggest milestones, the Alpha and the Beta, we have been hosting playtesting sessions. During these sessions, we as students have the opportunity to test our classmate’s games, and even more importantly, have them testing our games. This is a golden opportunity to gather feedback from our target audience, so that we can set the scope for the next milestone.
With both playtesting sessions being underway, I thought it would be a good idea to dedicate this […]

/ Comments Off on Collecting feedback

Collecting feedback

Prior to each of our biggest milestones, the Alpha and the Beta, we have been hosting playtesting sessions. During these sessions, we as students have the opportunity to test our classmate’s games, and even more importantly, have them testing our games. This is a golden opportunity to gather feedback from our target audience, so that we can set the scope for the next milestone.
With both playtesting sessions being underway, I thought it would be a good idea to dedicate this […]

/ Comments Off on Collecting feedback

The Berry Portrayal

During this week I was in charge of implementing multiple different art assets to our game. The main art asset I have been working on this week the berry. I did have other tasks, such as recoloring the thorn vines previously mentioned on the last blog. However the berry was one of the main art assets I needed to implement. The berry has a major role in the game.
The berry’s function in the game is that once the moth collides […]

/ Comments Off on The Berry Portrayal
Program: Graphics

The Berry Portrayal

During this week I was in charge of implementing multiple different art assets to our game. The main art asset I have been working on this week the berry. I did have other tasks, such as recoloring the thorn vines previously mentioned on the last blog. However the berry was one of the main art assets I needed to implement. The berry has a major role in the game.
The berry’s function in the game is that once the moth collides […]

/ Comments Off on The Berry Portrayal
Program: Graphics

Highly scientific color stuff

So, as mentioned in last week’s blog post, I will go into the colorization process of some of my sprites this time. Doing so, I will also refer back to my first article about the style and character concept creation of Burn Witch Burn’s protagonist, the hunted fire-witch Izalith. [So, if you are REALLY interested in this, you might want to check it out first. But then again, who cares… about anything… anymore… Yes, my grim attitude might result from […]

/ Comments Off on Highly scientific color stuff
Program: Graphics

Highly scientific color stuff

So, as mentioned in last week’s blog post, I will go into the colorization process of some of my sprites this time. Doing so, I will also refer back to my first article about the style and character concept creation of Burn Witch Burn’s protagonist, the hunted fire-witch Izalith. [So, if you are REALLY interested in this, you might want to check it out first. But then again, who cares… about anything… anymore… Yes, my grim attitude might result from […]

/ Comments Off on Highly scientific color stuff
Program: Graphics

Environment Textures and Vegetation

2017-03-02
The spaces that the player will travel through in the deep will sometimes be lush, comfy areas and sometimes rougher, more hostile environments. This is meant to communicate to the player what they can expect to find, if they should be more cautious or if they can feel safe.
This week I’ve focused on the sprites for the more lush and friendly environment. We are using the tool Ferr2d to let us edit the level quickly and easily. This allows us […]

/ Comments Off on Environment Textures and Vegetation
Program: Graphics

Environment Textures and Vegetation

2017-03-02
The spaces that the player will travel through in the deep will sometimes be lush, comfy areas and sometimes rougher, more hostile environments. This is meant to communicate to the player what they can expect to find, if they should be more cautious or if they can feel safe.
This week I’ve focused on the sprites for the more lush and friendly environment. We are using the tool Ferr2d to let us edit the level quickly and easily. This allows us […]

/ Comments Off on Environment Textures and Vegetation
Program: Graphics