Monthly Archives: March 2017

BETA PRESENTATION PREPARATIONS

Dear Blog. This week has been more than just intense, the final week before the BETA deadline for our game development project. My group and I have constantly been working at our headquarters location to try to finish every aspect and feature of our game so far. I have myself been very busy with creating the BETA presentation that is coming up on march 6. Going back in time to my last presentation at the Alpha, I must say that […]

/ Comments Off on BETA PRESENTATION PREPARATIONS

BETA PRESENTATION PREPARATIONS

Dear Blog. This week has been more than just intense, the final week before the BETA deadline for our game development project. My group and I have constantly been working at our headquarters location to try to finish every aspect and feature of our game so far. I have myself been very busy with creating the BETA presentation that is coming up on march 6. Going back in time to my last presentation at the Alpha, I must say that […]

/ Comments Off on BETA PRESENTATION PREPARATIONS

Blog Post #4

HeyGuys (Twitch reference for anyone wondering),
For this week I’m going to write about one of the things I mentioned during the Alpha presentation that my team decided to work some more on, since we weren’t satisfied with the previous outcome. We were not happy with the map/level layout for the Alpha deadline. It was clear after the first playtesting that this issue brought up a lot of confusion and annoyance for our playtesters and we realized this was a critical […]

/ Comments Off on Blog Post #4
Program: Programming

Blog Post #4

HeyGuys (Twitch reference for anyone wondering),
For this week I’m going to write about one of the things I mentioned during the Alpha presentation that my team decided to work some more on, since we weren’t satisfied with the previous outcome. We were not happy with the map/level layout for the Alpha deadline. It was clear after the first playtesting that this issue brought up a lot of confusion and annoyance for our playtesters and we realized this was a critical […]

/ Comments Off on Blog Post #4
Program: Programming

Wave Announcement (Coding) – Week 4

This week, i am going to write about one of the latest additions to our game Selfish, which is the wave announcement.
One of the things written in our feedback, was that the enemy waves were spawning quite fast and without warning. With that in mind, we decided to make a wave announcement UI, that would pop into the screen right before the enemy wave appeared. While that was seemingfully simple, it turned out to become quite a headache. One of […]

/ Comments Off on Wave Announcement (Coding) – Week 4
Program: Programming

Wave Announcement (Coding) – Week 4

This week, i am going to write about one of the latest additions to our game Selfish, which is the wave announcement.
One of the things written in our feedback, was that the enemy waves were spawning quite fast and without warning. With that in mind, we decided to make a wave announcement UI, that would pop into the screen right before the enemy wave appeared. While that was seemingfully simple, it turned out to become quite a headache. One of […]

/ Comments Off on Wave Announcement (Coding) – Week 4
Program: Programming

Blog 4 – Week 9

The Importance of Sound: Do you hear that?
This week I was tasked with making the sound for the game and coding the scripts that made it work. Though first trying to learn and figure out how to implement sound effects was a bit difficult but once I figured it out I could apply the knowledge to all the other instances of sound effects that we wanted in our game. The first thing I worked on when trying to figure things out […]

/ Comments Off on Blog 4 – Week 9
Program: Programming

Blog 4 – Week 9

The Importance of Sound: Do you hear that?
This week I was tasked with making the sound for the game and coding the scripts that made it work. Though first trying to learn and figure out how to implement sound effects was a bit difficult but once I figured it out I could apply the knowledge to all the other instances of sound effects that we wanted in our game. The first thing I worked on when trying to figure things out […]

/ Comments Off on Blog 4 – Week 9
Program: Programming

Dancing Seaweed

Herrow,
Today I made some fun polish and tweaking to the fishbowl carnage that is our interpretation of the Selfish game concept.
Now when most of our animations have been implemented, and most stuff is is running along smoothly whilst still hurrying to get all the stuff into the game before the Beta, I started trying out anima2d. Anima 2d is a downloadable animator tool in Unity which makes animating still pictures easy with its bone structure system.
 
To give the player additional […]

/ Comments Off on Dancing Seaweed
Program: Graphics

Dancing Seaweed

Herrow,
Today I made some fun polish and tweaking to the fishbowl carnage that is our interpretation of the Selfish game concept.
Now when most of our animations have been implemented, and most stuff is is running along smoothly whilst still hurrying to get all the stuff into the game before the Beta, I started trying out anima2d. Anima 2d is a downloadable animator tool in Unity which makes animating still pictures easy with its bone structure system.
 
To give the player additional […]

/ Comments Off on Dancing Seaweed
Program: Graphics

Animating Stephen

I am going to write about an artifact I made last week. This artifact is a swimming animation I made for the main character Stephen.
I started out with the placeholder, looking at it and I thinking about how the fin should move to make it look like the player character is swimming. I thought the frame by frame method (which is drawing one frame at a time, to make an animation) would be most suitable for the character considering the […]

/ Comments Off on Animating Stephen
Program: Graphics

Animating Stephen

I am going to write about an artifact I made last week. This artifact is a swimming animation I made for the main character Stephen.
I started out with the placeholder, looking at it and I thinking about how the fin should move to make it look like the player character is swimming. I thought the frame by frame method (which is drawing one frame at a time, to make an animation) would be most suitable for the character considering the […]

/ Comments Off on Animating Stephen
Program: Graphics

Clam Animation

In our game Selfish, we had decided to have clams that you could pick up power ups from. The design of the clams were made by the other artist in our group. So when it was time to start animating things in the game, I set out to animate the clam.

First I got the image from Rebecka, I then duplicated it several times and started to use the warp tool on the different layers to manipulate the image and make […]

/ Comments Off on Clam Animation
Program: Graphics

Clam Animation

In our game Selfish, we had decided to have clams that you could pick up power ups from. The design of the clams were made by the other artist in our group. So when it was time to start animating things in the game, I set out to animate the clam.

First I got the image from Rebecka, I then duplicated it several times and started to use the warp tool on the different layers to manipulate the image and make […]

/ Comments Off on Clam Animation
Program: Graphics

Management Things

Hello again! This week’s blog post will mostly focus on management stuff, which I guess will mostly be enjoyed by people that love organizing everything. Otherwise, it’s probably going to be boring. So, just to say something about the status of our game: at the moment, we’re focusing on implementing everything we have before Monday, which will be our second milestone: the Beta.
I think my group is doing a pretty good job at keeping track of everybody’s work and during the span […]

/ Comments Off on Management Things

Management Things

Hello again! This week’s blog post will mostly focus on management stuff, which I guess will mostly be enjoyed by people that love organizing everything. Otherwise, it’s probably going to be boring. So, just to say something about the status of our game: at the moment, we’re focusing on implementing everything we have before Monday, which will be our second milestone: the Beta.
I think my group is doing a pretty good job at keeping track of everybody’s work and during the span […]

/ Comments Off on Management Things

Scaling Light – Progress Indicator

Hello. In this blog post I will talk about creating a object that scales as the player progresses through the level. In our game’s case the object is a light that the player is attracted towards and the closer the player gets to it, it increases in size. If you’d like to learn more about this project you can check my previous blog posts “An Easier Sprint Overview” where I talk about changes to a template that we […]

/ Comments Off on Scaling Light – Progress Indicator

Scaling Light – Progress Indicator

Hello. In this blog post I will talk about creating a object that scales as the player progresses through the level. In our game’s case the object is a light that the player is attracted towards and the closer the player gets to it, it increases in size. If you’d like to learn more about this project you can check my previous blog posts “An Easier Sprint Overview” where I talk about changes to a template that we […]

/ Comments Off on Scaling Light – Progress Indicator

Tackle the giant, Again. Time for animation!

This week was mainly dedicated to finishing up on last week’s assets and touching up some older ones to make everything more coherent although most of my time was dedicated to cleaning up the main character and animating him again.
Before going into detail about this week’s main task, I have found the time this week to finally get rid of a thorn in my eye. Wrath of the seven deadly sins, represented by a bear, has happily been moved to […]

/ Comments Off on Tackle the giant, Again. Time for animation!
Program: Graphics

Tackle the giant, Again. Time for animation!

This week was mainly dedicated to finishing up on last week’s assets and touching up some older ones to make everything more coherent although most of my time was dedicated to cleaning up the main character and animating him again.
Before going into detail about this week’s main task, I have found the time this week to finally get rid of a thorn in my eye. Wrath of the seven deadly sins, represented by a bear, has happily been moved to […]

/ Comments Off on Tackle the giant, Again. Time for animation!
Program: Graphics

Designer of color indication

Hi, it is I, the Designer of time. Back to write about my ideas of a color indication system for our game Echo. (Shit. The game is to be done soon, and we have not come up with any name yet other than the original concept name. I think we should redirect all our focus to come up with something else. I don’t think I can handle this pressure for much longer. I mean, how hard can it be to come up […]

/ Comments Off on Designer of color indication
Program: Game Design

Designer of color indication

Hi, it is I, the Designer of time. Back to write about my ideas of a color indication system for our game Echo. (Shit. The game is to be done soon, and we have not come up with any name yet other than the original concept name. I think we should redirect all our focus to come up with something else. I don’t think I can handle this pressure for much longer. I mean, how hard can it be to come up […]

/ Comments Off on Designer of color indication
Program: Game Design

CoC Development Diary #4

Hello there.
Welcome to this week’s development blog for Crown of Creation.
By the way we are still finalizing the name for our game. The current team favorite is Stilia and the Crystal Trees (stilio is spider in Latin). We got this idea from Ori and the Blind Forest.
Since we have our beta presentation on next Monday, the goal for this week is implementing everything we have made since Alpha and make sure the game runs as smoothly as possible.
So my work of […]

/ Comments Off on CoC Development Diary #4

CoC Development Diary #4

Hello there.
Welcome to this week’s development blog for Crown of Creation.
By the way we are still finalizing the name for our game. The current team favorite is Stilia and the Crystal Trees (stilio is spider in Latin). We got this idea from Ori and the Blind Forest.
Since we have our beta presentation on next Monday, the goal for this week is implementing everything we have made since Alpha and make sure the game runs as smoothly as possible.
So my work of […]

/ Comments Off on CoC Development Diary #4