Yearly Archives: 2015

Dev Log IV

Mole munch är vår tagning på hur man gör ett arkadigt mullvadsspel där du skall undvika fienden som studsar mot väggarna och plocka upp grönsakerna. Man kan vara under jord där man är halvt skyddad från mullvadsfångarna. Ifall de ser en jordhög som man lämnar efter sig så kommer dem att fylla den med vatten.
I detta inlägg så kommer jag att gå igenom min återanvändning av våra menyknappar. Dessa gick från att vara knappar till vår GUIs bakgrund. På detta […]

/ Comments Off on Dev Log IV
Program: Graphics

Dev Log IV

Mole munch är vår tagning på hur man gör ett arkadigt mullvadsspel där du skall undvika fienden som studsar mot väggarna och plocka upp grönsakerna. Man kan vara under jord där man är halvt skyddad från mullvadsfångarna. Ifall de ser en jordhög som man lämnar efter sig så kommer dem att fylla den med vatten.
I detta inlägg så kommer jag att gå igenom min återanvändning av våra menyknappar. Dessa gick från att vara knappar till vår GUIs bakgrund. På detta […]

/ Comments Off on Dev Log IV
Program: Graphics

Thor and Sprite Animations

Most of this week has for my part been taken up by getting the Thor library extension for SFML to work properly. Thor is made to provide options for 2D animation with SFML, allowing sprites to be animated. While it took quite some time to figure out, once I got it to work the process Thor uses is easy to replicate. Even so, installing the library was a confusing mess and the online instructions were more or less awful. In the […]

/ Comments Off on Thor and Sprite Animations
Program: Programming

Thor and Sprite Animations

Most of this week has for my part been taken up by getting the Thor library extension for SFML to work properly. Thor is made to provide options for 2D animation with SFML, allowing sprites to be animated. While it took quite some time to figure out, once I got it to work the process Thor uses is easy to replicate. Even so, installing the library was a confusing mess and the online instructions were more or less awful. In the […]

/ Comments Off on Thor and Sprite Animations
Program: Programming

Game Development Process Week 6

Hello again!
This week I have been working on some assets for the level of the game. This are things that is to be placed in the different room of our spaceship to make it feel more like an actual spaceship and that someone has lived there.
The first thing I started the week with was to animate the powercore of the engine that another person in my group made. He made the Engine and the core and then I made it […]

/ Comments Off on Game Development Process Week 6
Program: Graphics

Game Development Process Week 6

Hello again!
This week I have been working on some assets for the level of the game. This are things that is to be placed in the different room of our spaceship to make it feel more like an actual spaceship and that someone has lived there.
The first thing I started the week with was to animate the powercore of the engine that another person in my group made. He made the Engine and the core and then I made it […]

/ Comments Off on Game Development Process Week 6
Program: Graphics

Creating a UI for Fancy Mansion.

This week I took on  the job of creating a UI for our game. The different aspects that our UI had to cover was a way to count and visually represent score or the goal, visual representation of an inventory for our powerups, a way to show the player how many glowsticks he or she had left. The last two things we needed to show was an inventory or counter for the carry limit and a way to show the […]

/ Comments Off on Creating a UI for Fancy Mansion.
Program: Graphics

Creating a UI for Fancy Mansion.

This week I took on  the job of creating a UI for our game. The different aspects that our UI had to cover was a way to count and visually represent score or the goal, visual representation of an inventory for our powerups, a way to show the player how many glowsticks he or she had left. The last two things we needed to show was an inventory or counter for the carry limit and a way to show the […]

/ Comments Off on Creating a UI for Fancy Mansion.
Program: Graphics

Last Signal – Level Implementation and new Room System

This week I have been working on implementing the level files that our level designer has produced. I have encountered a few problems with this, and this is mostly due to how I created the Room System that I have written about in a earlier post.
The first problem was that the text file with the data for tiles, walls, etc contained too much information for it to be readable. If someone wanted to make changes to the level, […]

/ Comments Off on Last Signal – Level Implementation and new Room System
Program: Programming

Last Signal – Level Implementation and new Room System

This week I have been working on implementing the level files that our level designer has produced. I have encountered a few problems with this, and this is mostly due to how I created the Room System that I have written about in a earlier post.
The first problem was that the text file with the data for tiles, walls, etc contained too much information for it to be readable. If someone wanted to make changes to the level, […]

/ Comments Off on Last Signal – Level Implementation and new Room System
Program: Programming

The start of a HUD

This will weeks blog post will be about the way I programmed part of the HUD. This post will be concerning the life-bar of the avatar, and a bit of the rage system which is currently being improved.
The functionality for it was easy to program and no real complexity in the code was needed. Though some problems occurred while doing it, these problems occurred since I was tired while programming them. This post will mostly contain the problems that […]

/ Comments Off on The start of a HUD
Program: Programming

The start of a HUD

This will weeks blog post will be about the way I programmed part of the HUD. This post will be concerning the life-bar of the avatar, and a bit of the rage system which is currently being improved.
The functionality for it was easy to program and no real complexity in the code was needed. Though some problems occurred while doing it, these problems occurred since I was tired while programming them. This post will mostly contain the problems that […]

/ Comments Off on The start of a HUD
Program: Programming

Last Signal – Level Implementation and new Room System

This week I have been working on implementing the level files that our level designer has produced. I have encountered a few problems with this, and this is mostly due to how I created the Room System that I have written about in a earlier post.
The first problem was that the text file with the data for tiles, walls, etc contained too much information for it to be readable. If someone wanted to make changes to the level, […]

/ Comments Off on Last Signal – Level Implementation and new Room System
Program: Programming

Last Signal – Level Implementation and new Room System

This week I have been working on implementing the level files that our level designer has produced. I have encountered a few problems with this, and this is mostly due to how I created the Room System that I have written about in a earlier post.
The first problem was that the text file with the data for tiles, walls, etc contained too much information for it to be readable. If someone wanted to make changes to the level, […]

/ Comments Off on Last Signal – Level Implementation and new Room System
Program: Programming

Working on the HUD

It is the final week before the beta. There is lots to be done, and the team is working really hard to see everything finished and presentable.
My job this week has been to design the different components of the heads up display, or HUD. This means an inventory bar, a hand slot and a way of presenting the score.

The inventory
The inventory had to have four slots, and fit the steampunk theme of the game. This gave me a lot […]

/ Comments Off on Working on the HUD
Program: Graphics

Working on the HUD

It is the final week before the beta. There is lots to be done, and the team is working really hard to see everything finished and presentable.
My job this week has been to design the different components of the heads up display, or HUD. This means an inventory bar, a hand slot and a way of presenting the score.

The inventory
The inventory had to have four slots, and fit the steampunk theme of the game. This gave me a lot […]

/ Comments Off on Working on the HUD
Program: Graphics

Day of the Piñata Week 7

Day of the Piñata Week 7

Greetings once again! Week 7 of our 10 week project is soon to an end and I have started to see the light in the end of the tunnel. We can see the end of this project. This week I am going to explain my unnecessarily problematic procedure in creating sprite sheets.

I’ll use the medium piñata’s walkcycle.

The issue is that every frame is 1952×1306 pixels which are far too huge. The […]

/ Comments Off on Day of the Piñata Week 7
Program: Graphics

Day of the Piñata Week 7

Day of the Piñata Week 7

Greetings once again! Week 7 of our 10 week project is soon to an end and I have started to see the light in the end of the tunnel. We can see the end of this project. This week I am going to explain my unnecessarily problematic procedure in creating sprite sheets.

I’ll use the medium piñata’s walkcycle.

The issue is that every frame is 1952×1306 pixels which are far too huge. The […]

/ Comments Off on Day of the Piñata Week 7
Program: Graphics

Week 7 Gardener Animations

 
Week 7. This week I worked on the Gardener animations. As always I was using Flash to animate these. The color is a bit off in the gif’s so they will not represent the final product.
 
Walking animation:
 

The walking animation was the easier one of the animations that I did as it would only require some animation of the feet because of it being in top-down view.
The process of making this animation:
1. First I laid down a rough sketch of the gardener. […]

/ Comments Off on Week 7 Gardener Animations
Program: Graphics

Week 7 Gardener Animations

 
Week 7. This week I worked on the Gardener animations. As always I was using Flash to animate these. The color is a bit off in the gif’s so they will not represent the final product.
 
Walking animation:
 

The walking animation was the easier one of the animations that I did as it would only require some animation of the feet because of it being in top-down view.
The process of making this animation:
1. First I laid down a rough sketch of the gardener. […]

/ Comments Off on Week 7 Gardener Animations
Program: Graphics

Week 7, Game Design

So, this week I am still working on the soundtrack for our game. I was gravely mistaken  on the time it would take to actually make a soundtrack from scratch. Since I am making the soundtrack in three different stages, meaning that I will divide the song into three parts even tho they have the same basic sound, it is harder and I cant just pick a song. This is so that the programmer can set when the song will […]

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

Week 7, Game Design

So, this week I am still working on the soundtrack for our game. I was gravely mistaken  on the time it would take to actually make a soundtrack from scratch. Since I am making the soundtrack in three different stages, meaning that I will divide the song into three parts even tho they have the same basic sound, it is harder and I cant just pick a song. This is so that the programmer can set when the song will […]

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

Artifact 4 – Animations Enemies

ARTIFACT 4 – ANIMATIONS ENEMIESin Dash BAT
Seven weeks has now passed since my team 12 and I started the Space Shooter Project “Heartbeat Bat”. The original concept was designed by Team 7. The Alpha is over and we are now heading towards the Beta. 
For this weeks blog assignment I am going to tell you about the creation process of the enemies for Dash BAT. Originally there was going to be three different levels with three unique enemies representing that level. However since […]

/ Comments Off on Artifact 4 – Animations Enemies
Program: Graphics

Artifact 4 – Animations Enemies

ARTIFACT 4 – ANIMATIONS ENEMIESin Dash BAT
Seven weeks has now passed since my team 12 and I started the Space Shooter Project “Heartbeat Bat”. The original concept was designed by Team 7. The Alpha is over and we are now heading towards the Beta. 
For this weeks blog assignment I am going to tell you about the creation process of the enemies for Dash BAT. Originally there was going to be three different levels with three unique enemies representing that level. However since […]

/ Comments Off on Artifact 4 – Animations Enemies
Program: Graphics