Polishing week 2

Hello again! It is time again for a new post for the blog! This is week has been rather slow for me, I have not worked that much and effective because my motivation has been rather low because we done with most of the art and it sounds on our lead programmer that we will probably not have enough time to add anything new as I brought up in the last post. But what I have done is keep […]

/ Comments Off on Polishing week 2
Program: Graphics

Polishing week 2

Hello again! It is time again for a new post for the blog! This is week has been rather slow for me, I have not worked that much and effective because my motivation has been rather low because we done with most of the art and it sounds on our lead programmer that we will probably not have enough time to add anything new as I brought up in the last post. But what I have done is keep […]

/ Comments Off on Polishing week 2
Program: Graphics

Polishing week 2

Hello again! It is time again for a new post for the blog! This is week has been rather slow for me, I have not worked that much and effective because my motivation has been rather low because we done with most of the art and it sounds on our lead programmer that we will probably not have enough time to add anything new as I brought up in the last post. But what I have done is keep […]

/ Comments Off on Polishing week 2
Program: Graphics

Polishing week 2

Hello again! It is time again for a new post for the blog! This is week has been rather slow for me, I have not worked that much and effective because my motivation has been rather low because we done with most of the art and it sounds on our lead programmer that we will probably not have enough time to add anything new as I brought up in the last post. But what I have done is keep […]

/ Comments Off on Polishing week 2
Program: Graphics

Haunted Light – Buttons and Menus!

Hello readers! This week I’ve been working on getting buttons into the menus and assign what they are going to do. After creating the button class it felt natural for me to take the task of putting them into the game and it’s menus, since I was the one that, probably and hopefully, knew the most about how they were made and how they work. If you don’t know how the buttons work, I’ll cover it shortly but I recommend […]

/ Comments Off on Haunted Light – Buttons and Menus!
Program: Programming

Haunted Light – Buttons and Menus!

Hello readers! This week I’ve been working on getting buttons into the menus and assign what they are going to do. After creating the button class it felt natural for me to take the task of putting them into the game and it’s menus, since I was the one that, probably and hopefully, knew the most about how they were made and how they work. If you don’t know how the buttons work, I’ll cover it shortly but I recommend […]

/ Comments Off on Haunted Light – Buttons and Menus!
Program: Programming

Project “Haunted Light” 2014-03-13 Beta presentation script & Intro sequence

Week 7 of our game development project “Haunted light” is coming to an end and I have to say this week has been the one of the most turbulent ones since we started with this project. We in group 5 had to make the devastating decision to cut our regenerating levels because one member was sick for two whole weeks. Not much progress was done on the AI-front for our monsters which this member was in charge of during that […]

/ Comments Off on Project “Haunted Light” 2014-03-13 Beta presentation script & Intro sequence
Program: Graphics

Project “Haunted Light” 2014-03-13 Beta presentation script & Intro sequence

Week 7 of our game development project “Haunted light” is coming to an end and I have to say this week has been the one of the most turbulent ones since we started with this project. We in group 5 had to make the devastating decision to cut our regenerating levels because one member was sick for two whole weeks. Not much progress was done on the AI-front for our monsters which this member was in charge of during that […]

/ Comments Off on Project “Haunted Light” 2014-03-13 Beta presentation script & Intro sequence
Program: Graphics

Downtime

This Monday we had a play testing where we got very much and good feedback. But one thing we have been discussing in the group is the downtime in our game – the time where there isn’t much to do in the game. For example when you have killed a boss and have to run all the way back to the beginning and you probably have killed all the enemies on your way to the boss already. Or if you […]

/ Comments Off on Downtime
Program: Programming

Downtime

This Monday we had a play testing where we got very much and good feedback. But one thing we have been discussing in the group is the downtime in our game – the time where there isn’t much to do in the game. For example when you have killed a boss and have to run all the way back to the beginning and you probably have killed all the enemies on your way to the boss already. Or if you […]

/ Comments Off on Downtime
Program: Programming

Code files and assistance

In the previous blog post I promised that I would update on what I did last week with the coding part, so I will get into that a bit further now. Note that I will write and do write about the last week’s work, and not the current one. Anyway as I’ve said I tried to code some sort of highscore list, but before doing that you’ll need to implement a way to write from file and read to file. […]

/ Comments Off on Code files and assistance
Program: Programming

Code files and assistance

In the previous blog post I promised that I would update on what I did last week with the coding part, so I will get into that a bit further now. Note that I will write and do write about the last week’s work, and not the current one. Anyway as I’ve said I tried to code some sort of highscore list, but before doing that you’ll need to implement a way to write from file and read to file. […]

/ Comments Off on Code files and assistance
Program: Programming

Artifact : Level with Layers

What?
The artifact of this week is the Level, or more specifically the Load function of the level. It is based on the platformer code with some small modifications around layers and colliders, creating possiblilities to choose if these should be active or not.
The Level is used for easily drawing out the game level from a txt file, and therefore allows you to work with the level inside an Excel document. This makes it much easier to create the level, rather […]

/ Comments Off on Artifact : Level with Layers
Program: Programming

Artifact : Level with Layers

What?
The artifact of this week is the Level, or more specifically the Load function of the level. It is based on the platformer code with some small modifications around layers and colliders, creating possiblilities to choose if these should be active or not.
The Level is used for easily drawing out the game level from a txt file, and therefore allows you to work with the level inside an Excel document. This makes it much easier to create the level, rather […]

/ Comments Off on Artifact : Level with Layers
Program: Programming

Let’s Talk About Something Else

At last I am free from making sprites. For now at least. Last week I made every version of the main character sprite, nine in total. If you are not sure what I mean it is as follows: In our game we have a main character. You can upgrade her clothes and weapon independently, with three levels each. This means that I had to create sprites of the main character with a first level suit and weapons one, two and […]

/ Comments Off on Let’s Talk About Something Else
Program: Graphics

Let’s Talk About Something Else

At last I am free from making sprites. For now at least. Last week I made every version of the main character sprite, nine in total. If you are not sure what I mean it is as follows: In our game we have a main character. You can upgrade her clothes and weapon independently, with three levels each. This means that I had to create sprites of the main character with a first level suit and weapons one, two and […]

/ Comments Off on Let’s Talk About Something Else
Program: Graphics

Dirt sprites, UI and menu background.

This week I’ve been working on some dirt sprites, the UI and the main menu background.
The dirt sprites are very simple transparent layers with some dirt and mud added. The game will then just lay that over the sprites when you get muddy to illustrate that you actually are. I just used some preset brushes in Photoshop to make the dirt, nothing fancy, only took about one hour to make all the sprites. I made three different dirt levels in […]

/ Comments Off on Dirt sprites, UI and menu background.
Program: Graphics

Dirt sprites, UI and menu background.

This week I’ve been working on some dirt sprites, the UI and the main menu background.
The dirt sprites are very simple transparent layers with some dirt and mud added. The game will then just lay that over the sprites when you get muddy to illustrate that you actually are. I just used some preset brushes in Photoshop to make the dirt, nothing fancy, only took about one hour to make all the sprites. I made three different dirt levels in […]

/ Comments Off on Dirt sprites, UI and menu background.
Program: Graphics

Popups or notifications and finally some text that tells you how much things cost.

Once again I haven’t worked enough on one artifact to really write about it enough to fill a blog of 400 words. So once again I’ll just write a bit of what I’ve done this week.
I haven’t really done anything very complicated this week either, but I can start with the one that I worked the most on, a popup box, or a notification-box if you will. That is a small box that pops up in a corner of the […]

/ Comments Off on Popups or notifications and finally some text that tells you how much things cost.
Program: Programming

Popups or notifications and finally some text that tells you how much things cost.

Once again I haven’t worked enough on one artifact to really write about it enough to fill a blog of 400 words. So once again I’ll just write a bit of what I’ve done this week.
I haven’t really done anything very complicated this week either, but I can start with the one that I worked the most on, a popup box, or a notification-box if you will. That is a small box that pops up in a corner of the […]

/ Comments Off on Popups or notifications and finally some text that tells you how much things cost.
Program: Programming

Sound effects

This week I’ve been continuing the work on the different sound effects such as a sound for doors and when the baton hits a enemy. I’ll begin by talking about the choices I’ve made with the sounds for the baton and why the sound is not by any means perfect but it will suffice. It’s really hard to make it sound as if some thing is hitting flesh and bone so I made it sound more like it’s the baton […]

/ Comments Off on Sound effects
Program: Programming

Sound effects

This week I’ve been continuing the work on the different sound effects such as a sound for doors and when the baton hits a enemy. I’ll begin by talking about the choices I’ve made with the sounds for the baton and why the sound is not by any means perfect but it will suffice. It’s really hard to make it sound as if some thing is hitting flesh and bone so I made it sound more like it’s the baton […]

/ Comments Off on Sound effects
Program: Programming

Sound effects

This week I’ve been continuing the work on the different sound effects such as a sound for doors and when the baton hits a enemy. I’ll begin by talking about the choices I’ve made with the sounds for the baton and why the sound is not by any means perfect but it will suffice. It’s really hard to make it sound as if some thing is hitting flesh and bone so I made it sound more like it’s the baton […]

/ Comments Off on Sound effects
Program: Programming

Sound effects

This week I’ve been continuing the work on the different sound effects such as a sound for doors and when the baton hits a enemy. I’ll begin by talking about the choices I’ve made with the sounds for the baton and why the sound is not by any means perfect but it will suffice. It’s really hard to make it sound as if some thing is hitting flesh and bone so I made it sound more like it’s the baton […]

/ Comments Off on Sound effects
Program: Programming