Browsing '2013': Students starting in 2013
Game Project – The day of the lost souls
This time I’m gonna talk about lost souls in our game and how I’m working to animate it. The lost souls has a chance to drop from enemies and the player can collect them. Then you have a choice to sacrifice them or free them. When you do you get elemental points which work as health and power-up for the player. You get more if you do the evil choice and sacrifice them. This also affects the players karma in-game. […]
Game Project – The day of the lost souls
This time I’m gonna talk about lost souls in our game and how I’m working to animate it. The lost souls has a chance to drop from enemies and the player can collect them. Then you have a choice to sacrifice them or free them. When you do you get elemental points which work as health and power-up for the player. You get more if you do the evil choice and sacrifice them. This also affects the players karma in-game. […]
Game Development and Coding 27 Feb 2014 – Sprite Manager
The Sprite Manager Remade.
A Sprite Manager is usually a good idea to make for your game. An even better idea is to make it do as much as possible when being called on so you can focus on other things. What do I mean by that? Not that a Sprite Manager should do everything, but it’s always good to keep down the number of code lines needed to use it.
I write this, because I want to describe how the new […]
Game Development and Coding 27 Feb 2014 – Sprite Manager
The Sprite Manager Remade.
A Sprite Manager is usually a good idea to make for your game. An even better idea is to make it do as much as possible when being called on so you can focus on other things. What do I mean by that? Not that a Sprite Manager should do everything, but it’s always good to keep down the number of code lines needed to use it.
I write this, because I want to describe how the new […]
Pride and fall, weaponManager, equipManager and itemManager
Some complaints and emotional update here serious part bellow
You might not have taken it from the way I write but I have a hard time asking for help when it comes to code. Why that really is I don’t know but I have that and so for today I asked for help from a million people because of this page:
I have seen that page around 50 times today and I hate it OH GOD do I hate it.
So if […]
Pride and fall, weaponManager, equipManager and itemManager
Some complaints and emotional update here serious part bellow
You might not have taken it from the way I write but I have a hard time asking for help when it comes to code. Why that really is I don’t know but I have that and so for today I asked for help from a million people because of this page:
I have seen that page around 50 times today and I hate it OH GOD do I hate it.
So if […]
Soundmanager in FMOD
You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.
But there is very good documentation for the library even if it takes a while to […]
Soundmanager in FMOD
You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.
But there is very good documentation for the library even if it takes a while to […]
Soundmanager in FMOD
You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.
But there is very good documentation for the library even if it takes a while to […]
Soundmanager in FMOD
You could read in a earlier post about my troubles with SFML and the sound which basically made it really annoying to use.
So this week I’ve spent making a new soundmanager in the library FMOD which was suggested to me by Tommi the programming teacher.
Using this library has been harder then I initially suspected since it’s very different from anything I’ve coded in before.
But there is very good documentation for the library even if it takes a while to […]
Reflektion av veckansk arbete: Vecka 3
Denna vecka har jag arbetat med att göra en options meny, vilket var krångligare än jag förväntat mig. Tanken är att det ska finns två sorters volymkontroller, en för musik och en för ljudeffekter. Det ska också gå att välja mellan windowed och fullscreen. Som jag skrev förra veckan så hade vi inte valt någon font till spelet. Vilket gjorde att min första mockup är gjord med en font som jag fann på fontsquirrle. Den heter Dosis och ni finner […]
Reflektion av veckansk arbete: Vecka 3
Denna vecka har jag arbetat med att göra en options meny, vilket var krångligare än jag förväntat mig. Tanken är att det ska finns två sorters volymkontroller, en för musik och en för ljudeffekter. Det ska också gå att välja mellan windowed och fullscreen. Som jag skrev förra veckan så hade vi inte valt någon font till spelet. Vilket gjorde att min första mockup är gjord med en font som jag fann på fontsquirrle. Den heter Dosis och ni finner […]
Some opinions about how out game is designed
Well this is a hard one to find something to write about, because I’ve been sick for a couple of days and when I’ve been here and worked I’ve pretty much only been working on the Customization screen, and I don’t really have anything interesting to say about that again. What I can say though is that a lot of it works right now.
So I’ll take this time to write a bit about my opinions on the game-design and what […]
Some opinions about how out game is designed
Well this is a hard one to find something to write about, because I’ve been sick for a couple of days and when I’ve been here and worked I’ve pretty much only been working on the Customization screen, and I don’t really have anything interesting to say about that again. What I can say though is that a lot of it works right now.
So I’ll take this time to write a bit about my opinions on the game-design and what […]
Game Project week 6
This week has been a bit hectic, due to that we had an extra lecture in our other course so some time was lost and I haven’t been able to put down as much work as I wanted this week. But still I have been able to get some things done.
I have been working on the graphics for the rooms, we have the layout and design finished so now we are able to make them look like we want them […]
Game Project week 6
This week has been a bit hectic, due to that we had an extra lecture in our other course so some time was lost and I haven’t been able to put down as much work as I wanted this week. But still I have been able to get some things done.
I have been working on the graphics for the rooms, we have the layout and design finished so now we are able to make them look like we want them […]
Better colliders. Artifact 3
I repaired the CollisionManager. It was broke. I dont want to talk about it.
From yesterday though:
When the player fish and an enemy collides, two things will happen in this game right now:
1. The player receives experience points. These are what will make the Player grow and level up though out the game.
2. The enemy will be eaten. In other words both the enemy collider and the enemy object, carrying a sprite and some functions get deleted.
(Enemy object are not discussed in […]
Better colliders. Artifact 3
I repaired the CollisionManager. It was broke. I dont want to talk about it.
From yesterday though:
When the player fish and an enemy collides, two things will happen in this game right now:
1. The player receives experience points. These are what will make the Player grow and level up though out the game.
2. The enemy will be eaten. In other words both the enemy collider and the enemy object, carrying a sprite and some functions get deleted.
(Enemy object are not discussed in […]
University Projects: Environmental Design Continued!
Hello Everyone!
Still working on the project With Intent as it is now called and it’s been solidly going forward and this week I’ve been working even more on the environmental design. For me this week has been a pretty repetitive week, as I’ve been adding and cleaning up the rooms from last week to a map.
So I started out working on a corridor frame on top of a large background picture. To create all the corridors on the level I’ve […]
University Projects: Environmental Design Continued!
Hello Everyone!
Still working on the project With Intent as it is now called and it’s been solidly going forward and this week I’ve been working even more on the environmental design. For me this week has been a pretty repetitive week, as I’ve been adding and cleaning up the rooms from last week to a map.
So I started out working on a corridor frame on top of a large background picture. To create all the corridors on the level I’ve […]
Still Working.
So this week I was supposed to do the animations but I was still not pleased with the sprites and I was also told that the spy should not have a hat any more. This was decided because there was people that did not understand the hat or something like that. I heard that some thought that it looked like a bicycle helmet and that I can agree with that. The down bumps in the hat looked like the holes […]
Still Working.
So this week I was supposed to do the animations but I was still not pleased with the sprites and I was also told that the spy should not have a hat any more. This was decided because there was people that did not understand the hat or something like that. I heard that some thought that it looked like a bicycle helmet and that I can agree with that. The down bumps in the hat looked like the holes […]
AI for the bosses
Even though I have been home with a fever this week I have tried to do some work from home. I have been drawing some sort of flowcharts over the three bosses AI. The boss I am going to start with when it comes to code is the final boss, Mothgomery. This because if we run out of time we think this is the most important one for the game. He is the “emperor of the suit” who started the […]
AI for the bosses
Even though I have been home with a fever this week I have tried to do some work from home. I have been drawing some sort of flowcharts over the three bosses AI. The boss I am going to start with when it comes to code is the final boss, Mothgomery. This because if we run out of time we think this is the most important one for the game. He is the “emperor of the suit” who started the […]