Yearly Archives: 2013

Programming Project, day 9

The code structure for selecting buttons in the main menu is re-done a bit and I added another MenuObject class called ButtonObject. All selections are done with the mouse right now, I’m planning to add the option to use the arrow keys on the keyboard as well. But firstly, I’ll start with adding the options menu. That’s tomorrow!
Today, I also added main menu music, a button selection sound AND for the game state, a game over countdown timer, a game over […]

/ Comments Off on Programming Project, day 9
Program: Programming

Programming Project, day 9

The code structure for selecting buttons in the main menu is re-done a bit and I added another MenuObject class called ButtonObject. All selections are done with the mouse right now, I’m planning to add the option to use the arrow keys on the keyboard as well. But firstly, I’ll start with adding the options menu. That’s tomorrow!
Today, I also added main menu music, a button selection sound AND for the game state, a game over countdown timer, a game over […]

/ Comments Off on Programming Project, day 9
Program: Programming

Line Art

Last week we continued working on the character design that we created the second week. Week five was all about line art, so after a very short introduction we were asked to do a cleanup of the drawing we created in the beginning of the course. I did find the introduction very brief and several of us were then left wondering how you create clean line art, feeling we were not shown any techniques on how to approach it.
That […]

/ Comments Off on Line Art
Program: Graphics

Line Art

Last week we continued working on the character design that we created the second week. Week five was all about line art, so after a very short introduction we were asked to do a cleanup of the drawing we created in the beginning of the course. I did find the introduction very brief and several of us were then left wondering how you create clean line art, feeling we were not shown any techniques on how to approach it.
That […]

/ Comments Off on Line Art
Program: Graphics

First Week, Programming Project

I and Andée have sorted the work, so that we can work on different parts of the game.
This week i have been working on:
Level/draw the map.
Input. Mouse and the ESC button will be used in the game.
And i will continue to work on the tower placement.

/ Comments Off on First Week, Programming Project
Program: Programming

First Week, Programming Project

I and Andée have sorted the work, so that we can work on different parts of the game.
This week i have been working on:
Level/draw the map.
Input. Mouse and the ESC button will be used in the game.
And i will continue to work on the tower placement.

/ Comments Off on First Week, Programming Project
Program: Programming

Game Programming I – Assignment day 7

Working on an input function so we can move the player around on the screen with either WASD or the arrows on the keyboard.

/ Comments Off on Game Programming I – Assignment day 7
Program: Programming

Game Programming I – Assignment day 7

Working on an input function so we can move the player around on the screen with either WASD or the arrows on the keyboard.

/ Comments Off on Game Programming I – Assignment day 7
Program: Programming

Having problems

Trying to put in a Statemanager in the engine but it will not work have read more about , or else I am going be stuck. -_-

/ Comments Off on Having problems
Program: Programming

Having problems

Trying to put in a Statemanager in the engine but it will not work have read more about , or else I am going be stuck. -_-

/ Comments Off on Having problems
Program: Programming

Lighting of Luyia

So the next step for my character was to create a light sorce, put her in an enviroment and light her accordingly. I had alot going for me since lighting and shading is something that comes natural for me because I do portraits. I thought alot about depth in the drawing, making the dark darker and the light lighter.

Although I had alot going for me doing this assignment I’m still too inexperienced in digital drawing. I struggled in the […]

/ Comments Off on Lighting of Luyia
Program: Graphics

Lighting of Luyia

So the next step for my character was to create a light sorce, put her in an enviroment and light her accordingly. I had alot going for me since lighting and shading is something that comes natural for me because I do portraits. I thought alot about depth in the drawing, making the dark darker and the light lighter.

Although I had alot going for me doing this assignment I’m still too inexperienced in digital drawing. I struggled in the […]

/ Comments Off on Lighting of Luyia
Program: Graphics

Today Anthon and I discussed the project plan and some of the game mechanics, and how we are going to execute them. I had to rewrite my design-pages in word, because I don’t have access to a scanner and my hand writing is atrocious. We have also discussed what kind of header-files and .cpp files we will need, and we will get to work tomorrow.
Filed under: Uncategorized

/ Comments Off on
Program: Programming

Today Anthon and I discussed the project plan and some of the game mechanics, and how we are going to execute them. I had to rewrite my design-pages in word, because I don’t have access to a scanner and my hand writing is atrocious. We have also discussed what kind of header-files and .cpp files we will need, and we will get to work tomorrow.
Filed under: Uncategorized

/ Comments Off on
Program: Programming

Project Plan

Project plan
Name: ArkanoidTeam members: Anthon Fredriksson and Laban melanderDeadline: 2014 January 19thGame genre: Arkanoid, Arcade
A simple arkanoid game that has one paddle, multiple balls and multiple bricks with different levels. You start with one ball and you have to destroy all of the blocks to reach to the next level. Sometimes when you destroy a block, a drop will spawn and you get some advantages when you pick it up.
Blocks:9 different. the lowest has 1 level(destroys on one hit) and […]

/ Comments Off on Project Plan
Program: Programming

Project Plan

Project plan
Name: ArkanoidTeam members: Anthon Fredriksson and Laban melanderDeadline: 2014 January 19thGame genre: Arkanoid, Arcade
A simple arkanoid game that has one paddle, multiple balls and multiple bricks with different levels. You start with one ball and you have to destroy all of the blocks to reach to the next level. Sometimes when you destroy a block, a drop will spawn and you get some advantages when you pick it up.
Blocks:9 different. the lowest has 1 level(destroys on one hit) and […]

/ Comments Off on Project Plan
Program: Programming

Programming Project, day 8

The menu state now works with mouse input, you are able to click the “play” and “quit” buttons with the left mouse button. It’s extremely hard-coded (the hardcoded parts are the width and height of all menuobjects and also which menu objects are being pressed. right now the program is checking the for-loop order of the menuobject vector in the menuobjectmanager to determine what object is being pressed), but I’ll get on it tomorrow.
Even programmers need to sleep damn it!
Didn’t […]

/ Comments Off on Programming Project, day 8
Program: Programming

Programming Project, day 8

The menu state now works with mouse input, you are able to click the “play” and “quit” buttons with the left mouse button. It’s extremely hard-coded (the hardcoded parts are the width and height of all menuobjects and also which menu objects are being pressed. right now the program is checking the for-loop order of the menuobject vector in the menuobjectmanager to determine what object is being pressed), but I’ll get on it tomorrow.
Even programmers need to sleep damn it!
Didn’t […]

/ Comments Off on Programming Project, day 8
Program: Programming

Frogger Dev. Post 02

Slow day today. I finished most of the work on the Statemanager & co. so we now have a Loadstate, Menustate and Gamestate (Although, they don’t actually do much at the moment…) and a Draw Manager.
I had some trouble figuring out how the States Update functions were going to be able to access all of the Game Objects in the Engine but in the end I managed by making a Game Object Manager to use with the update function and […]

/ Comments Off on Frogger Dev. Post 02
Program: Programming

Frogger Dev. Post 02

Slow day today. I finished most of the work on the Statemanager & co. so we now have a Loadstate, Menustate and Gamestate (Although, they don’t actually do much at the moment…) and a Draw Manager.
I had some trouble figuring out how the States Update functions were going to be able to access all of the Game Objects in the Engine but in the end I managed by making a Game Object Manager to use with the update function and […]

/ Comments Off on Frogger Dev. Post 02
Program: Programming

Shading assignment

note: Soon it’s Christmas break!!! WE-HO!
This week the assignment was to shade your clean-line and put her in an environment. somehow my brain farted when I was reading the description of this assignment and I just got the first part of this assignment. And as I was about to turn in the assignment I saw the second part. So the drawing look like shit, threw it all together in like 30 minutes. The character is pretty well rendered and okay looking, […]

/ Comments Off on Shading assignment
Program: Graphics

Shading assignment

note: Soon it’s Christmas break!!! WE-HO!
This week the assignment was to shade your clean-line and put her in an environment. somehow my brain farted when I was reading the description of this assignment and I just got the first part of this assignment. And as I was about to turn in the assignment I saw the second part. So the drawing look like shit, threw it all together in like 30 minutes. The character is pretty well rendered and okay looking, […]

/ Comments Off on Shading assignment
Program: Graphics

Linking error & GitHub, such a nice combo!

Today I’ve spent much time trying to find a silly link error that occurred when playing around with states,when i found it I face planted the keyboard a little bit. (Yea was such a silly fault…)
Other than playing around with states, it was time to get some synergy into the project. so it was added to GitHub.
While not understanding how to get access to each others projects it still feels like a good step on the way.


[…]

/ Comments Off on Linking error & GitHub, such a nice combo!
Program: Programming

Linking error & GitHub, such a nice combo!

Today I’ve spent much time trying to find a silly link error that occurred when playing around with states,when i found it I face planted the keyboard a little bit. (Yea was such a silly fault…)
Other than playing around with states, it was time to get some synergy into the project. so it was added to GitHub.
While not understanding how to get access to each others projects it still feels like a good step on the way.


[…]

/ Comments Off on Linking error & GitHub, such a nice combo!
Program: Programming