Daily Archives: February 26, 2015

Week 6 Mole Munch

Week 6 of the production. It has been a week since the alpha presentation. Our presentation went great and we got some feedback from our scrum master telling us that we did a good job. We did not get our water mechanic to work tough which was a real bummer. Still, our game showed the main mechanics and our teacher understood what the game was about.

 
This week I worked on the animation for the digging transition between overworld and underground. […]

/ Comments Off on Week 6 Mole Munch
Program: Graphics

Week 6 Mole Munch

Week 6 of the production. It has been a week since the alpha presentation. Our presentation went great and we got some feedback from our scrum master telling us that we did a good job. We did not get our water mechanic to work tough which was a real bummer. Still, our game showed the main mechanics and our teacher understood what the game was about.

 
This week I worked on the animation for the digging transition between overworld and underground. […]

/ Comments Off on Week 6 Mole Munch
Program: Graphics

Creating sound FX for Dragon’s Song part 1 – Lasers vs singing

So moving into Beta I’m tasked with creating a lot of different sound FX for our game. The first thing I need to say is that while a laser sound or a gun FX might be just a second long little snippet of noise they are actually often more difficult and time consuming to produce than a soundtrack. As a musician I have years of education, experience and tools to help me perform, but when asked: ”how does a singing […]

/ Comments Off on Creating sound FX for Dragon’s Song part 1 – Lasers vs singing
Program: Graphics

Creating sound FX for Dragon’s Song part 1 – Lasers vs singing

So moving into Beta I’m tasked with creating a lot of different sound FX for our game. The first thing I need to say is that while a laser sound or a gun FX might be just a second long little snippet of noise they are actually often more difficult and time consuming to produce than a soundtrack. As a musician I have years of education, experience and tools to help me perform, but when asked: ”how does a singing […]

/ Comments Off on Creating sound FX for Dragon’s Song part 1 – Lasers vs singing
Program: Graphics

The Last Signal. Post #3: sprite management considerations

The projects (games) which we are working on in the course 5SD033 – Introduction to Game Development may not be big, but they are considerably bigger in scope than the simple games in 5SD022 – Game Programming I course.
In these games, a lot of sprites are required. A pressing need for a flexible sprite manager arises.
I spent a lot of time simply thinking about the right strategy to handle sprites. I also had my awful GameState::Enter() function in mind; it […]

/ Comments Off on The Last Signal. Post #3: sprite management considerations
Program: Programming

The Last Signal. Post #3: sprite management considerations

The projects (games) which we are working on in the course 5SD033 – Introduction to Game Development may not be big, but they are considerably bigger in scope than the simple games in 5SD022 – Game Programming I course.
In these games, a lot of sprites are required. A pressing need for a flexible sprite manager arises.
I spent a lot of time simply thinking about the right strategy to handle sprites. I also had my awful GameState::Enter() function in mind; it […]

/ Comments Off on The Last Signal. Post #3: sprite management considerations
Program: Programming

Creating sound FX for Dragon’s Song part 1 – Lasers vs singing

So moving into Beta I’m tasked with creating a lot of different sound FX for our game. The first thing I need to say is that while a laser sound or a gun FX might be just a second long little snippet of noise they are actually often more difficult and time consuming to produce than a soundtrack. As a musician I have years of education, experience and tools to help me perform, but when asked: ”how does a singing […]

/ Comments Off on Creating sound FX for Dragon’s Song part 1 – Lasers vs singing
Program: Graphics

Creating sound FX for Dragon’s Song part 1 – Lasers vs singing

So moving into Beta I’m tasked with creating a lot of different sound FX for our game. The first thing I need to say is that while a laser sound or a gun FX might be just a second long little snippet of noise they are actually often more difficult and time consuming to produce than a soundtrack. As a musician I have years of education, experience and tools to help me perform, but when asked: ”how does a singing […]

/ Comments Off on Creating sound FX for Dragon’s Song part 1 – Lasers vs singing
Program: Graphics

Team 12 Report 3 – Including animations and implementing it into our engine.

Hello! This week I will go through what I have been working on for this week. This week my task was to implement an old Animation skeleton from the SDL library to our new engine that is SFML based. This task proved itself to be a very hard challenge, my initial prediction of the time it would take was around 20 hours but that was a way to positive and naive prediction.
What I have made: I have converted the old […]

/ Comments Off on Team 12 Report 3 – Including animations and implementing it into our engine.
Program: Programming

Team 12 Report 3 – Including animations and implementing it into our engine.

Hello! This week I will go through what I have been working on for this week. This week my task was to implement an old Animation skeleton from the SDL library to our new engine that is SFML based. This task proved itself to be a very hard challenge, my initial prediction of the time it would take was around 20 hours but that was a way to positive and naive prediction.
What I have made: I have converted the old […]

/ Comments Off on Team 12 Report 3 – Including animations and implementing it into our engine.
Program: Programming

Weapon concepts for Otto

As the sixth week is now coming to an end, we are closing up on the beta. With three weeks to go, there is lots to be done. For this week, I have been working on some weapon concepts for our protagonist, Otto. If you are not familiar with it, the theme we chose for the game is steampunk with characters as personified animals. Otto is the great old turtle inventor, tall but slow paced, with a shell coated in […]

/ Comments Off on Weapon concepts for Otto
Program: Graphics

Weapon concepts for Otto

As the sixth week is now coming to an end, we are closing up on the beta. With three weeks to go, there is lots to be done. For this week, I have been working on some weapon concepts for our protagonist, Otto. If you are not familiar with it, the theme we chose for the game is steampunk with characters as personified animals. Otto is the great old turtle inventor, tall but slow paced, with a shell coated in […]

/ Comments Off on Weapon concepts for Otto
Program: Graphics

Week 6, Game Design

This week ill be leaving the graphics to our other two graphics students in our group. This is because the sound to our game needs some attention. Unfortunately our group only consists of five members since some people chose to drop out before the course is over. We also have some different levels of experience and skill amongst us in the group which further contributes to making it a bit less easy. So for now I’ll be taking over the […]

/ Comments Off on Week 6, Game Design
Program: Graphics

Week 6, Game Design

This week ill be leaving the graphics to our other two graphics students in our group. This is because the sound to our game needs some attention. Unfortunately our group only consists of five members since some people chose to drop out before the course is over. We also have some different levels of experience and skill amongst us in the group which further contributes to making it a bit less easy. So for now I’ll be taking over the […]

/ Comments Off on Week 6, Game Design
Program: Graphics

Implementation of AI (WIP)

This weeks blog post will be about my ongoing work on implementing a sort of decent AI for our Tower defense game. The way I am implementing AI does not use A*star since the enemies will not be hindered by moving. They will just follow a path and attack the closest tower, if it intersects their aggro range. And if not they follow the original path to their final goal, the tree which you are supposed to protect.
Their […]

/ Comments Off on Implementation of AI (WIP)
Program: Programming

Implementation of AI (WIP)

This weeks blog post will be about my ongoing work on implementing a sort of decent AI for our Tower defense game. The way I am implementing AI does not use A*star since the enemies will not be hindered by moving. They will just follow a path and attack the closest tower, if it intersects their aggro range. And if not they follow the original path to their final goal, the tree which you are supposed to protect.
Their […]

/ Comments Off on Implementation of AI (WIP)
Program: Programming

Team 12 Game Development Artifact 3 – Collision blocks

On our way to beta! Team 12 is working on a game called DashBat. The game is going to be a mix between speed runners adm super mario kart, the player is in a flying state. To progress through the level the player needs to avoid multiple objects at a high speed and to reach the end of the level in a short time.
I’m gonna talk about on of the artifacts that I worked on, collision blocks. This artifact is […]

/ Comments Off on Team 12 Game Development Artifact 3 – Collision blocks
Program: Programming

Team 12 Game Development Artifact 3 – Collision blocks

On our way to beta! Team 12 is working on a game called DashBat. The game is going to be a mix between speed runners adm super mario kart, the player is in a flying state. To progress through the level the player needs to avoid multiple objects at a high speed and to reach the end of the level in a short time.
I’m gonna talk about on of the artifacts that I worked on, collision blocks. This artifact is […]

/ Comments Off on Team 12 Game Development Artifact 3 – Collision blocks
Program: Programming

Redesigning the wizard

This week’s priority has been redesigning the wizard, the playable character of our game. The wizards job is to spawn items and throw them at the monsters in order to keep them away from the beach visitors. We already had a wizard with almost finished animations done for the game but there were some problems.
Our game have had some issues with the perspective. When I first did the mockup of the game screen in Photoshop it looked quite good. But […]

/ Comments Off on Redesigning the wizard
Program: Graphics

Redesigning the wizard

This week’s priority has been redesigning the wizard, the playable character of our game. The wizards job is to spawn items and throw them at the monsters in order to keep them away from the beach visitors. We already had a wizard with almost finished animations done for the game but there were some problems.
Our game have had some issues with the perspective. When I first did the mockup of the game screen in Photoshop it looked quite good. But […]

/ Comments Off on Redesigning the wizard
Program: Graphics

Week 6: Death animation

This week I have worked on making a death animation for our main character, the fox. In our game, the player is trying to sneak around the mansion without getting detected by Mr Otto von Fancy. If they get detected, Mr von Fancy will hunt the player down, and shoot them with his tesla gun, thus ending the game.
Last week, we presented the alpha of our game in front of the rest of the class, and the feedback we recieved […]

/ Comments Off on Week 6: Death animation
Program: Graphics

Week 6: Death animation

This week I have worked on making a death animation for our main character, the fox. In our game, the player is trying to sneak around the mansion without getting detected by Mr Otto von Fancy. If they get detected, Mr von Fancy will hunt the player down, and shoot them with his tesla gun, thus ending the game.
Last week, we presented the alpha of our game in front of the rest of the class, and the feedback we recieved […]

/ Comments Off on Week 6: Death animation
Program: Graphics

Week 3: Death animation

This week I have worked on making a death animation for our main character, the fox. In our game, the player is trying to sneak around the mansion without getting detected by Mr Otto von Fancy. If they get detected, Mr von Fancy will hunt the player down, and shoot them with his tesla gun, thus ending the game.
Last week, we presented the alpha of our game in front of the rest of the class, and the feedback we recieved […]

/ Comments Off on Week 3: Death animation
Program: Graphics

Week 3: Death animation

This week I have worked on making a death animation for our main character, the fox. In our game, the player is trying to sneak around the mansion without getting detected by Mr Otto von Fancy. If they get detected, Mr von Fancy will hunt the player down, and shoot them with his tesla gun, thus ending the game.
Last week, we presented the alpha of our game in front of the rest of the class, and the feedback we recieved […]

/ Comments Off on Week 3: Death animation
Program: Graphics