Daily Archives: March 5, 2014

Project Haunted Light 14-03-05

Last week I spent time working on the main menu for Haunted light, the game me and my group have been working on for some time now. The main menu is going to be rather dark, with a lit candle in the middle that lights up the screen. In the game, the player has a candle, which is their only light source, and the only light source in the game making it rather important, which is why we chose to […]

/ Comments Off on Project Haunted Light 14-03-05
Program: Graphics

Project Haunted Light 14-03-05

Last week I spent time working on the main menu for Haunted light, the game me and my group have been working on for some time now. The main menu is going to be rather dark, with a lit candle in the middle that lights up the screen. In the game, the player has a candle, which is their only light source, and the only light source in the game making it rather important, which is why we chose to […]

/ Comments Off on Project Haunted Light 14-03-05
Program: Graphics

Project Haunted Light 14-03-05

Last week I spent time working on the main menu for Haunted light, the game me and my group have been working on for some time now. The main menu is going to be rather dark, with a lit candle in the middle that lights up the screen. In the game, the player has a candle, which is their only light source, and the only light source in the game making it rather important, which is why we chose to […]

/ Comments Off on Project Haunted Light 14-03-05
Program: Graphics

Project Haunted Light 14-03-05

Last week I spent time working on the main menu for Haunted light, the game me and my group have been working on for some time now. The main menu is going to be rather dark, with a lit candle in the middle that lights up the screen. In the game, the player has a candle, which is their only light source, and the only light source in the game making it rather important, which is why we chose to […]

/ Comments Off on Project Haunted Light 14-03-05
Program: Graphics

Them artifacts…

This week I have picked up some work that I find very interesting. An enemy spawner! It is going to spawn the enemies in waves that last for 1 minute and we’re going to have 10 waves that we will have to be able to balance. It will be fun to make this enemy spawner! It’s still in research stadium though (or slightly beyond it since I’ve got it figured out…) but since it’s not in our code yet this […]

/ Comments Off on Them artifacts…
Program: Programming

Them artifacts…

This week I have picked up some work that I find very interesting. An enemy spawner! It is going to spawn the enemies in waves that last for 1 minute and we’re going to have 10 waves that we will have to be able to balance. It will be fun to make this enemy spawner! It’s still in research stadium though (or slightly beyond it since I’ve got it figured out…) but since it’s not in our code yet this […]

/ Comments Off on Them artifacts…
Program: Programming

ConfigManager – Reading from files


Hello dear readers,
Today I am going to discuss some about my latest contribution to our game project. The ConfigManager, which is a part of the program which keep in mind all the files that have been read and what lines they contain.
I will illustrate how it works with an alteration of the picture above.

PSEUDO CODE
Red lines are ignored.
Green lines are stored in a std::vector¹.
The lines that are stored in the vector is then split at the “=” sign. […]

/ Comments Off on ConfigManager – Reading from files
Program: Programming

ConfigManager – Reading from files


Hello dear readers,
Today I am going to discuss some about my latest contribution to our game project. The ConfigManager, which is a part of the program which keep in mind all the files that have been read and what lines they contain.
I will illustrate how it works with an alteration of the picture above.

PSEUDO CODE
Red lines are ignored.
Green lines are stored in a std::vector¹.
The lines that are stored in the vector is then split at the “=” sign. […]

/ Comments Off on ConfigManager – Reading from files
Program: Programming

Haunted Light 2014-03-05 Options Menu

My assignment of the week is to create an options menu. I started with a mistake, the mistake that I did not think through how we wanted the options state to work which led to some undesired errors in both the options state as the game state.
Well I can begin with explaining the errors of my way, I started with the background because every state needs its own background…right? Well turns out that I should have read my lead programmers […]

/ Comments Off on Haunted Light 2014-03-05 Options Menu
Program: Programming

Haunted Light 2014-03-05 Options Menu

My assignment of the week is to create an options menu. I started with a mistake, the mistake that I did not think through how we wanted the options state to work which led to some undesired errors in both the options state as the game state.
Well I can begin with explaining the errors of my way, I started with the background because every state needs its own background…right? Well turns out that I should have read my lead programmers […]

/ Comments Off on Haunted Light 2014-03-05 Options Menu
Program: Programming

Project Report 2014-03-05

Thought I’d delve into the finer details of a specific map I’ve been working on this week which is intended to be the very first room of the game where the player is introduced to the two main enemies of the game. The first level is probably the most important part of almost any game, as it’s how the player is first introduced to its elements and features. It is here that you establish a communication between the player and […]

/ Comments Off on Project Report 2014-03-05
Program: Graphics

Project Report 2014-03-05

Thought I’d delve into the finer details of a specific map I’ve been working on this week which is intended to be the very first room of the game where the player is introduced to the two main enemies of the game. The first level is probably the most important part of almost any game, as it’s how the player is first introduced to its elements and features. It is here that you establish a communication between the player and […]

/ Comments Off on Project Report 2014-03-05
Program: Graphics

Them artifacts…

This week I have picked up some work that I find very interesting. An enemy spawner! It is going to spawn the enemies in waves that last for 1 minute and we’re going to have 10 waves that we will have to be able to balance. It will be fun to make this enemy spawner! It’s still in research stadium though (or slightly beyond it since I’ve got it figured out…) but since it’s not in our code yet this […]

/ Comments Off on Them artifacts…
Program: Programming

Them artifacts…

This week I have picked up some work that I find very interesting. An enemy spawner! It is going to spawn the enemies in waves that last for 1 minute and we’re going to have 10 waves that we will have to be able to balance. It will be fun to make this enemy spawner! It’s still in research stadium though (or slightly beyond it since I’ve got it figured out…) but since it’s not in our code yet this […]

/ Comments Off on Them artifacts…
Program: Programming

ConfigManager – Reading from files


Hello dear readers,
Today I am going to discuss some about my latest contribution to our game project. The ConfigManager, which is a part of the program which keep in mind all the files that have been read and what lines they contain.
I will illustrate how it works with an alteration of the picture above.

PSEUDO CODE
Red lines are ignored.
Green lines are stored in a std::vector¹.
 
The lines that are stored in the vector is then split at the “=” sign. […]

/ Comments Off on ConfigManager – Reading from files
Program: Programming

ConfigManager – Reading from files


Hello dear readers,
Today I am going to discuss some about my latest contribution to our game project. The ConfigManager, which is a part of the program which keep in mind all the files that have been read and what lines they contain.
I will illustrate how it works with an alteration of the picture above.

PSEUDO CODE
Red lines are ignored.
Green lines are stored in a std::vector¹.
 
The lines that are stored in the vector is then split at the “=” sign. […]

/ Comments Off on ConfigManager – Reading from files
Program: Programming

Git is working. for now…

Today was interesting. We worked in the group all day and during the morning i added a virtual void in the weapon class for dropping the object rather than throwing it and also had the item draw out on the screen. After lunch i decided to finally get around to get Git working properly. After creating several new projects and accidentally copying the wrong folders i finally got something working and we managed to get out projects synced between computers, […]

/ Comments Off on Git is working. for now…
Program: Programming

Git is working. for now…

Today was interesting. We worked in the group all day and during the morning i added a virtual void in the weapon class for dropping the object rather than throwing it and also had the item draw out on the screen. After lunch i decided to finally get around to get Git working properly. After creating several new projects and accidentally copying the wrong folders i finally got something working and we managed to get out projects synced between computers, […]

/ Comments Off on Git is working. for now…
Program: Programming

Artifact Post 4 – Level Building

/ Comments Off on Artifact Post 4 – Level Building
Program: Programming

Artifact Post 4 – Level Building

/ Comments Off on Artifact Post 4 – Level Building
Program: Programming

Old ‘n’ pink


/ Comments Off on Old ‘n’ pink
Program: Graphics

Old ‘n’ pink


/ Comments Off on Old ‘n’ pink
Program: Graphics