Daily Archives: March 13, 2014

BETA Presentation

Tomorrow is another big day for our game. Tomorrow is the BETA presentation.
In game development there are two major targets to a project. These are the ALPHA release and the BETA release. The Alpha is where you show of the core of the game and what the player will play with. This is the first critical point in a project as it sets the foundation of the game. The second goal is the BETA. This is where you show all […]

/ Comments Off on BETA Presentation
Program: Graphics

BETA Presentation

Tomorrow is another big day for our game. Tomorrow is the BETA presentation.
In game development there are two major targets to a project. These are the ALPHA release and the BETA release. The Alpha is where you show of the core of the game and what the player will play with. This is the first critical point in a project as it sets the foundation of the game. The second goal is the BETA. This is where you show all […]

/ Comments Off on BETA Presentation
Program: Graphics

Soon BETA!

Our game is soon entering the beta phase. This means that all of the core mechanics of the game should be here and working. We should also begin implementing the less important features of the game now. I’ve test played our game and I must say that i’m quite satisfied. The only thing that is missing is to refine the stealth system and finish up our backlog. I am very impressed with the rest of my team. It’s very fun […]

/ Comments Off on Soon BETA!
Program: Graphics

Soon BETA!

Our game is soon entering the beta phase. This means that all of the core mechanics of the game should be here and working. We should also begin implementing the less important features of the game now. I’ve test played our game and I must say that i’m quite satisfied. The only thing that is missing is to refine the stealth system and finish up our backlog. I am very impressed with the rest of my team. It’s very fun […]

/ Comments Off on Soon BETA!
Program: Graphics

Equip and collision

During this week I have worked on making a collision found and then removed. This process entailed me making a lot of things and finding out that some codes are not as easy as they sound.
Why I have done a collision is pretty obvious you have to be able to take a vector and rectangle, get the data and use it like loading the current weapon and then equip said item and ”removing” said item from the ground. I pretty […]

/ Comments Off on Equip and collision
Program: Programming

Equip and collision

During this week I have worked on making a collision found and then removed. This process entailed me making a lot of things and finding out that some codes are not as easy as they sound.
Why I have done a collision is pretty obvious you have to be able to take a vector and rectangle, get the data and use it like loading the current weapon and then equip said item and ”removing” said item from the ground. I pretty […]

/ Comments Off on Equip and collision
Program: Programming

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