Monthly Archives: January 2014
Game Development
Today was the first day of the Game Development course, in the teams from the major assignment in the Introduction to Game Design-course we got to choose one of the other teams’ designs to develop. This time the first group meeting was a lot more structured and I felt that unlike last time we actually have some clue as to what we are doing. It does not at all feel like it did when creating “With Love…” although it is […]
Game Development
Today was the first day of the Game Development course, in the teams from the major assignment in the Introduction to Game Design-course we got to choose one of the other teams’ designs to develop. This time the first group meeting was a lot more structured and I felt that unlike last time we actually have some clue as to what we are doing. It does not at all feel like it did when creating “With Love…” although it is […]
Day one of spring term
“Life isn’t about finding yourself. Life is about creating yourself.”
– George Bernard Shaw.
Before I started at this school I was like everyone else that is only playing games, not developing. Ignorant and full of ideas. After last term I have grown, developed new skills, changed my mindset and become an uprising game designer who can’t only design my own dream games, but others as well.
Last term I was part of a design team whom designed a game called Aurora. It was […]
Day one of spring term
“Life isn’t about finding yourself. Life is about creating yourself.”
– George Bernard Shaw.
Before I started at this school I was like everyone else that is only playing games, not developing. Ignorant and full of ideas. After last term I have grown, developed new skills, changed my mindset and become an uprising game designer who can’t only design my own dream games, but others as well.
Last term I was part of a design team whom designed a game called Aurora. It was […]
2014-01-20
We created two objects for the two moving mountains in the background today.
2014-01-20
We created two objects for the two moving mountains in the background today.
Final Assignment
During the holidays I’ve been working on and off on the final assignment for this 2D-course and I believe that I finished in good time. The assignment was divided into two parts; one where we got a doodle and had to add or take away details, making a sketch with clear construction without losing the feeling of the pose, and a second where we got a detailed lineart of a background where we had to add value and lighting to […]
Final Assignment
During the holidays I’ve been working on and off on the final assignment for this 2D-course and I believe that I finished in good time. The assignment was divided into two parts; one where we got a doodle and had to add or take away details, making a sketch with clear construction without losing the feeling of the pose, and a second where we got a detailed lineart of a background where we had to add value and lighting to […]
Final Assignment
During the holidays I’ve been working on and off on the final assignment for this 2D-course and I believe that I finished in good time. The assignment was divided into two parts; one where we got a doodle and had to add or take away details, making a sketch with clear construction without losing the feeling of the pose, and a second where we got a detailed lineart of a background where we had to add value and lighting to […]
Final Assignment
During the holidays I’ve been working on and off on the final assignment for this 2D-course and I believe that I finished in good time. The assignment was divided into two parts; one where we got a doodle and had to add or take away details, making a sketch with clear construction without losing the feeling of the pose, and a second where we got a detailed lineart of a background where we had to add value and lighting to […]
Finished the R-kanoid game project
Now everything is completed, from the game to the report! But the journey hasn’t ended here, I’ve still a lot more to learn but this gave me a good insight of how it’s like to work with just another person and finish creating a game. I’m still nervous as if I’m actually going to pass this course or not, but I’ve done my best even though it could be better and I’ve tried my all but still… Now everything is completed, from the game to the report! But the journey hasn’t ended here, I’ve still a lot more to learn but this gave me a good insight of how it’s like to work with just another person and finish creating a game. I’m still nervous as if I’m actually going to pass this course or not, but I’ve done my best even though it could be better and I’ve tried my all but still…
Finished the R-kanoid game project
Frogger Dev. Final Post
So… it’s done. We’ve added a few small functions to the program and fixed all of the glitches and memory leaks before sending it in. Though, Herman did the actual sending in as I was stuck with the report for some time. I do not like writing reports at all, but it has to be done I guess and I finally got done with it.
We still have lessons tomorrow, I guess it’s the new course. I’ll have to check when […]
Frogger Dev. Final Post
So… it’s done. We’ve added a few small functions to the program and fixed all of the glitches and memory leaks before sending it in. Though, Herman did the actual sending in as I was stuck with the report for some time. I do not like writing reports at all, but it has to be done I guess and I finally got done with it.
We still have lessons tomorrow, I guess it’s the new course. I’ll have to check when […]
Finished the R-kanoid game project
Now everything is completed, from the game to the report! But the journey hasn’t ended here, I’ve still a lot more to learn but this gave me a good insight of how it’s like to work with just another person and finish creating a game. I’m still nervous as if I’m actually going to pass this course or not, but I’ve done my best even though it could be better and I’ve tried my all but still… Now everything is completed, from the game to the report! But the journey hasn’t ended here, I’ve still a lot more to learn but this gave me a good insight of how it’s like to work with just another person and finish creating a game. I’m still nervous as if I’m actually going to pass this course or not, but I’ve done my best even though it could be better and I’ve tried my all but still…
Finished the R-kanoid game project
Programming Project Part 10 – Final Part
The Collisions-room is complete and accessible through a key-command in the main menu, with working box vs box, circle vs circle and box vs circle collision. The only one i didn’t have the time to implement is the pixel perfect one that I also have no possible way of testing with the current sprites. I am now working with a simple animation for the cities when they die, and possibly to move the loading of the city-objects to a textfile […]
Programming Project Part 10 – Final Part
The Collisions-room is complete and accessible through a key-command in the main menu, with working box vs box, circle vs circle and box vs circle collision. The only one i didn’t have the time to implement is the pixel perfect one that I also have no possible way of testing with the current sprites. I am now working with a simple animation for the cities when they die, and possibly to move the loading of the city-objects to a textfile […]
Game Programming I – Assignment day 25
Finished work on the code today and handed in the project.
The final work mostly consisted of making sure all cleanup functions did what they were supposed so that everything that needs to be deleted really is.
This should take care of memory leaks.
Also started writing the report.
Will finish it later today an upload it as well.
Game Programming I – Assignment day 25
Finished work on the code today and handed in the project.
The final work mostly consisted of making sure all cleanup functions did what they were supposed so that everything that needs to be deleted really is.
This should take care of memory leaks.
Also started writing the report.
Will finish it later today an upload it as well.
Programming assignment 2014-01-19
The final day is upon us.
We have gone through every single ”new” and made sure that there is a delete for it and I also med an menu in the console because we didn’t manage a graphical one (insert sad smiley) so when we change state the console will be cleared using a system command. So that the player never gets confused which text is relevant.
And now I’m making the finishing touches on my report.
Programming assignment 2014-01-19
The final day is upon us.
We have gone through every single ”new” and made sure that there is a delete for it and I also med an menu in the console because we didn’t manage a graphical one (insert sad smiley) so when we change state the console will be cleared using a system command. So that the player never gets confused which text is relevant.
And now I’m making the finishing touches on my report.
Programming Assignment – The Report
I started writing the report today, the game is finished, and that is pretty much it for today, not sure if this is something I had to blog about but whatever.
Filed under: Uncategorized Tagged: Uppsala Universitet University Game Programming Campus Gotland Arkanoid Report
Programming Assignment – The Report
I started writing the report today, the game is finished, and that is pretty much it for today, not sure if this is something I had to blog about but whatever.
Filed under: Uncategorized Tagged: Uppsala Universitet University Game Programming Campus Gotland Arkanoid Report