Yearly Archives: 2015

Things are starting to look better. I think.

Good day today, Gustav said he got the sound working and took over the HUD which will display a text as a speedometer while i started working on how to build the track. Meanwhile Martin is working hard on actually drawing objects on the screen.
Gustav looked at a way to import models into the game and made the assertion that we did not have the time to implement it before the deadline. Because of this we’re going to have to […]

/ Comments Off on Things are starting to look better. I think.
Program: Programming

Things are starting to look better. I think.

Good day today, Gustav said he got the sound working and took over the HUD which will display a text as a speedometer while i started working on how to build the track. Meanwhile Martin is working hard on actually drawing objects on the screen.
Gustav looked at a way to import models into the game and made the assertion that we did not have the time to implement it before the deadline. Because of this we’re going to have to […]

/ Comments Off on Things are starting to look better. I think.
Program: Programming

Fienderörelse del 2!

Vi förstod att det skulle behövas en kod i GameState för att få alla fiender att röra sig som vi ville. Jag tog på mig uppgiften för att få det att fungera så min Sebastian och Sigrid kunde göra annat som vi alla tre kunde ha nytta av. Jag började … – Läs hela inlägget här

/ Comments Off on Fienderörelse del 2!
Program: Programming

Fienderörelse del 2!

Vi förstod att det skulle behövas en kod i GameState för att få alla fiender att röra sig som vi ville. Jag tog på mig uppgiften för att få det att fungera så min Sebastian och Sigrid kunde göra annat som vi alla tre kunde ha nytta av. Jag började … – Läs hela inlägget här

/ Comments Off on Fienderörelse del 2!
Program: Programming

Fienderörelser!

Det börjar likna ett spel som liknar Space Invaders, det är ju bra. Nu ska vi fixa rörelsen för våra Invaders. Vi började koden med hjälp från vår klasskamrat Sigrid där hon hade lagt in den enkla raden “m_x++” i fiendernas Update. Detta fick … – Läs hela inlägget här

/ Comments Off on Fienderörelser!
Program: Programming

Fienderörelser!

Det börjar likna ett spel som liknar Space Invaders, det är ju bra. Nu ska vi fixa rörelsen för våra Invaders. Vi började koden med hjälp från vår klasskamrat Sigrid där hon hade lagt in den enkla raden “m_x++” i fiendernas Update. Detta fick … – Läs hela inlägget här

/ Comments Off on Fienderörelser!
Program: Programming

Programming III – Do it again and do it right

This week of programming has been a bit of a rollercoaster. A first we went up with adding objects in the helium engine which we got provided by our teacher early in this course but the thing was, when we tried to alter it it was so incredibly hard to follow a sort of pipeline. We tried for several days to get a grip on it, eventually we gave to code to a friend of the group that is a […]

/ Comments Off on Programming III – Do it again and do it right
Program: Programming

Programming III – Do it again and do it right

This week of programming has been a bit of a rollercoaster. A first we went up with adding objects in the helium engine which we got provided by our teacher early in this course but the thing was, when we tried to alter it it was so incredibly hard to follow a sort of pipeline. We tried for several days to get a grip on it, eventually we gave to code to a friend of the group that is a […]

/ Comments Off on Programming III – Do it again and do it right
Program: Programming

Programming III – Do it again and do it right

This week of programming has been a bit of a rollercoaster. A first we went up with adding objects in the helium engine which we got provided by our teacher early in this course but the thing was, when we tried to alter it it was so incredibly hard to follow a sort of pipeline. We tried for several days to get a grip on it, eventually we gave to code to a friend of the group that is a […]

/ Comments Off on Programming III – Do it again and do it right
Program: Programming

Programming III – Do it again and do it right

This week of programming has been a bit of a rollercoaster. A first we went up with adding objects in the helium engine which we got provided by our teacher early in this course but the thing was, when we tried to alter it it was so incredibly hard to follow a sort of pipeline. We tried for several days to get a grip on it, eventually we gave to code to a friend of the group that is a […]

/ Comments Off on Programming III – Do it again and do it right
Program: Programming

Argonian


/ Comments Off on Argonian
Program: Graphics

Argonian


/ Comments Off on Argonian
Program: Graphics

Maybe it is fine

We had a talk among the people in the group today and the good news is that Gustav won’t be leaving the group.
The bad news is that he’s still struggling to make the sound work and that i found out sound was a minimum requirement. Thankfully these two sort of worked each other out as Gustav hopefully should be able to finish the sound functionality before the end of the course. If nothing else it’ll keep me and Martin’s minds […]

/ Comments Off on Maybe it is fine
Program: Programming

Maybe it is fine

We had a talk among the people in the group today and the good news is that Gustav won’t be leaving the group.
The bad news is that he’s still struggling to make the sound work and that i found out sound was a minimum requirement. Thankfully these two sort of worked each other out as Gustav hopefully should be able to finish the sound functionality before the end of the course. If nothing else it’ll keep me and Martin’s minds […]

/ Comments Off on Maybe it is fine
Program: Programming

Frogger: Week 3

Hi Again!
Sorry for the long waiting for this post. I have been busy celebrating the holidays with friends and family. And therefore I have not been working to hard on this project.
But, right before the celebration started I managed to get my frog to move. My next steps is to create the cars and logs and make them move. I think this will not be a big deal, since I got my frog to move by pressing keys.
After this I […]

/ Comments Off on Frogger: Week 3
Program: Programming

Frogger: Week 3

Hi Again!
Sorry for the long waiting for this post. I have been busy celebrating the holidays with friends and family. And therefore I have not been working to hard on this project.
But, right before the celebration started I managed to get my frog to move. My next steps is to create the cars and logs and make them move. I think this will not be a big deal, since I got my frog to move by pressing keys.
After this I […]

/ Comments Off on Frogger: Week 3
Program: Programming

This is fine

Last night I sent out a request for a meeting today in the Skype group. No responses until I asked if they were okay this afternoon. I still went down to school all day today but the lack of any response hampered my morale and what i could do.
I did get what i set out to do done at least. Figure out how to actually take inputs into the program.
My issue was fairly simple but it took some digging to […]

/ Comments Off on This is fine
Program: Programming

This is fine

Last night I sent out a request for a meeting today in the Skype group. No responses until I asked if they were okay this afternoon. I still went down to school all day today but the lack of any response hampered my morale and what i could do.
I did get what i set out to do done at least. Figure out how to actually take inputs into the program.
My issue was fairly simple but it took some digging to […]

/ Comments Off on This is fine
Program: Programming

Week 5 – Arkanoid & Collision

This week we completed Arkanoid. The game is fully functional and the code is the code we are going to use for our own project. In the final version of Arkanoid, we implemented collision for the different objects in the game. The collision checks if an objects half width plus the other objects half width is bigger than one of the objects width. We also implented SpriteText, this is useful when you want to write out text on your screen.
We have […]

/ Comments Off on Week 5 – Arkanoid & Collision
Program: Programming

Week 5 – Arkanoid & Collision

This week we completed Arkanoid. The game is fully functional and the code is the code we are going to use for our own project. In the final version of Arkanoid, we implemented collision for the different objects in the game. The collision checks if an objects half width plus the other objects half width is bigger than one of the objects width. We also implented SpriteText, this is useful when you want to write out text on your screen.
We have […]

/ Comments Off on Week 5 – Arkanoid & Collision
Program: Programming

Post Mortem: Motion Capture Soldier Shoot

Here is another Post Mortem covering my reflections of the shoot we did in class before Christmas.

/ Comments Off on Post Mortem: Motion Capture Soldier Shoot
Program: Graphics

Post Mortem: Motion Capture Soldier Shoot

Here is another Post Mortem covering my reflections of the shoot we did in class before Christmas.

/ Comments Off on Post Mortem: Motion Capture Soldier Shoot
Program: Graphics

week 7: Boomberman Game movement

This week we started by finishing the map it printed out every thing and it looked good! The problem we had was minor. We had said that it should print out blocks solidblocks and background in the wrong order. This was fixxed easy by changing up in what order they was printed out in.
We also started working on movement. We managed to print out the player on screen and got him to walk. But we wanted our movement to be […]

/ Comments Off on week 7: Boomberman Game movement
Program: Programming

week 7: Boomberman Game movement

This week we started by finishing the map it printed out every thing and it looked good! The problem we had was minor. We had said that it should print out blocks solidblocks and background in the wrong order. This was fixxed easy by changing up in what order they was printed out in.
We also started working on movement. We managed to print out the player on screen and got him to walk. But we wanted our movement to be […]

/ Comments Off on week 7: Boomberman Game movement
Program: Programming