Browsing '5SD033': Introduction to Game Development
Sneak
As usual this week has been very busy so far, and the worst is not yet over. Since we have a deadline Friday I decided to take on doing a sneak animations, two aiming animations and two shooting animations, I was hesitant as it is a lot of work to do in the little time we have, however it has to be done. It would have been hard work getting it done and as expected a lot of other things […]
Sneak
As usual this week has been very busy so far, and the worst is not yet over. Since we have a deadline Friday I decided to take on doing a sneak animations, two aiming animations and two shooting animations, I was hesitant as it is a lot of work to do in the little time we have, however it has to be done. It would have been hard work getting it done and as expected a lot of other things […]
Soon I am done with the Document
This week I have been working on the design document. It is going well and I have put down all my time to it. It will soon be done and my fellow team mates can look at it and give me some response. I have been dealing with the games details. Things that make a game work. A design document is a little like a rulebook. If you follow the document every part of the game from coding to art […]
Soon I am done with the Document
This week I have been working on the design document. It is going well and I have put down all my time to it. It will soon be done and my fellow team mates can look at it and give me some response. I have been dealing with the games details. Things that make a game work. A design document is a little like a rulebook. If you follow the document every part of the game from coding to art […]
Haunted Light 2014-02-12 STATES
As the first official blog post of the project I am now to describe an artifact that is complete an put into the game. I am going to describe the different states of our game engine. But first of all why do we need states to being with, why not just write the code on the blank code sheet you have in front of you?
Well you can of course do that, but in the long run the program with states […]
Haunted Light 2014-02-12 STATES
As the first official blog post of the project I am now to describe an artifact that is complete an put into the game. I am going to describe the different states of our game engine. But first of all why do we need states to being with, why not just write the code on the blank code sheet you have in front of you?
Well you can of course do that, but in the long run the program with states […]
The steep learning curve of animation.
During the past three weeks of our ten week project, I took up the work to animate the main character of our game. I thought this would be good practice since I’ve been animating some before in Adobe flash, although nothing more complicated than stick figures.The previous experience in animating movement did help. But this time I needed not to animate a straw-thin character, I had to animate a body with some actual mass. I started off with animating the […]
The steep learning curve of animation.
During the past three weeks of our ten week project, I took up the work to animate the main character of our game. I thought this would be good practice since I’ve been animating some before in Adobe flash, although nothing more complicated than stick figures.The previous experience in animating movement did help. But this time I needed not to animate a straw-thin character, I had to animate a body with some actual mass. I started off with animating the […]
10 week game project
This week I have worked with doing the parallax background. The one image above is a test of how it might look in the end. We want something like mountains at night with a moon in the back. And use dark colors to get the feel we want for the game wich is lonely/melancholy. We want it to have a cartoonish look and the world it takes place in is old China and Japan, so we take inspiration from […]
10 week game project
This week I have worked with doing the parallax background. The one image above is a test of how it might look in the end. We want something like mountains at night with a moon in the back. And use dark colors to get the feel we want for the game wich is lonely/melancholy. We want it to have a cartoonish look and the world it takes place in is old China and Japan, so we take inspiration from […]
The Tutorial
The other day we had a great discussion about level design. We drew the map on a whiteboard showing the bosses and the players’ spawnpoint. Then we discussed where to put all the pickups (textiles) to best help the player.
We also discussed the tutorial path. When you start the game you will get a short but informative tutorial. Have you played the game before you don’t have to follow it, just run past it.
Red dot = spawnpoint
Black dot = […]
The Tutorial
The other day we had a great discussion about level design. We drew the map on a whiteboard showing the bosses and the players’ spawnpoint. Then we discussed where to put all the pickups (textiles) to best help the player.
We also discussed the tutorial path. When you start the game you will get a short but informative tutorial. Have you played the game before you don’t have to follow it, just run past it.
Red dot = spawnpoint
Black dot = […]
Last week, as I have mentioned earlier, I decided to take on creating two animations for our game, currently named Terminal. The main character is of course the most important part and therefore we want the animations for her done as soon as possible. Since I have already discussed the walkcycle I thought I would write something about the run-animation.I started by using some of the walkcycle frames as a reference for proportions, movement style and placement and redrew […]
Last week, as I have mentioned earlier, I decided to take on creating two animations for our game, currently named Terminal. The main character is of course the most important part and therefore we want the animations for her done as soon as possible. Since I have already discussed the walkcycle I thought I would write something about the run-animation.I started by using some of the walkcycle frames as a reference for proportions, movement style and placement and redrew […]
Circles, check
2014 02 10 03:28.
I wanted to fix the circles as well. I wanted to make solid circles, just like I did the rectangles. This was acually mainly for my own sake. Two of the circles push each other around and the third stays where it is.
I thought I would just have to do it exactly like I did with the rectangles, but it didn’t quite work out that way.
I first checked if the distance between the circles centres where lesser […]
Circles, check
2014 02 10 03:28.
I wanted to fix the circles as well. I wanted to make solid circles, just like I did the rectangles. This was acually mainly for my own sake. Two of the circles push each other around and the third stays where it is.
I thought I would just have to do it exactly like I did with the rectangles, but it didn’t quite work out that way.
I first checked if the distance between the circles centres where lesser […]
Rectangles, check.
2014 02 08
Ok, now I have covered the rectangle collisions. Now I can have them behaving as they should. I made two of the Three rectangles able to push each other and the third one just stands its ground like a wall.
I only had some issues with the rectangles jumping around the other and one time I made rectangle nr 1 move when nr 2 and nr 3 collided. Which was quite ammusing. Sorry, the code for that one is […]
Rectangles, check.
2014 02 08
Ok, now I have covered the rectangle collisions. Now I can have them behaving as they should. I made two of the Three rectangles able to push each other and the third one just stands its ground like a wall.
I only had some issues with the rectangles jumping around the other and one time I made rectangle nr 1 move when nr 2 and nr 3 collided. Which was quite ammusing. Sorry, the code for that one is […]
Colliding some more
Ok, today was a scrum meeting. Sprint planning.
I had almost colmpeted the circle circle and rect vs rect. I sat down Before the meeting and tommi was there. I had overthought my check collision functions. I had a bool function to iterate through the elements of the collider arrays and compare them with each other, and every time an overlap was true, the checkcollision function was returned true.
That means every time two object collided, the funktion stopped because it was […]
Colliding some more
Ok, today was a scrum meeting. Sprint planning.
I had almost colmpeted the circle circle and rect vs rect. I sat down Before the meeting and tommi was there. I had overthought my check collision functions. I had a bool function to iterate through the elements of the collider arrays and compare them with each other, and every time an overlap was true, the checkcollision function was returned true.
That means every time two object collided, the funktion stopped because it was […]
Arianas Travels
Since the 19th me and five others have been working parallel to another Game Programming II course is a course named Introduction to Game Development.
From now on I will be blogging about how my position as lead designer have taken it’s toll and what have been going to my mind during the choices we’ve taken.
The development went through picking a finished game design document, had a brainstorm about what the group was able to do and specifically me had to […]
Arianas Travels
Since the 19th me and five others have been working parallel to another Game Programming II course is a course named Introduction to Game Development.
From now on I will be blogging about how my position as lead designer have taken it’s toll and what have been going to my mind during the choices we’ve taken.
The development went through picking a finished game design document, had a brainstorm about what the group was able to do and specifically me had to […]
Animation
This week I started with the animations for our game, currently named Project Terminal, the actual drawing of the walkcycle took me about 11 hours, I had estimated it to take about 10 hours so I got pretty close. I did spend some additional time on work related to it, like taking reference photos to see how a walkcycle looks from above. The reference pictures were really helpful and I used them at first as a guide as to where […]
Animation
This week I started with the animations for our game, currently named Project Terminal, the actual drawing of the walkcycle took me about 11 hours, I had estimated it to take about 10 hours so I got pretty close. I did spend some additional time on work related to it, like taking reference photos to see how a walkcycle looks from above. The reference pictures were really helpful and I used them at first as a guide as to where […]