Yearly Archives: 2014
Programming – Week 4
This week we have worked together in class on creating a blueprint for a ”simple” game engine. We are going to use this engine to create a copy of Arkanoid. The engine includes a DrawManager, InputManager and a StateManager so far.
DrawManager creates a window and a renderer. It has a functions that clears the screen with a single color and a functions that presents what we have drawn onto the screen.
InputManager contains a Mouse and Keyboard pointer. The values of […]
Programming – Week 4
This week we have worked together in class on creating a blueprint for a ”simple” game engine. We are going to use this engine to create a copy of Arkanoid. The engine includes a DrawManager, InputManager and a StateManager so far.
DrawManager creates a window and a renderer. It has a functions that clears the screen with a single color and a functions that presents what we have drawn onto the screen.
InputManager contains a Mouse and Keyboard pointer. The values of […]
Programmering v.4
Denna vecka har vi mest live-kodat. Alltså vi har suttit med våra datorer och skrivit av det som skrivits på tavlan. Vi har tillsammans skapat en grund till Arkanoid. Arkanoid är ett gammalt arkad spel som går ut på att studsa en boll på brickor för att tjäna poäng. Allt man styr är en platta som bollen ska studsa mot annars så åker bollen ut och man förlorar.
Det som är nytt för denna vecka är att vi fått lära oss […]
Programmering v.4
Denna vecka har vi mest live-kodat. Alltså vi har suttit med våra datorer och skrivit av det som skrivits på tavlan. Vi har tillsammans skapat en grund till Arkanoid. Arkanoid är ett gammalt arkad spel som går ut på att studsa en boll på brickor för att tjäna poäng. Allt man styr är en platta som bollen ska studsa mot annars så åker bollen ut och man förlorar.
Det som är nytt för denna vecka är att vi fått lära oss […]
2D assignment
Our first task was to create 20 thumbnails from a concept we were provided with. I chose Clash of Heavens, where a regular person gets drawn into a war with ancient mythology and evil forces. My first thought was to design just a regular girl, but it soon evolved into a girl who had been part of the war for a while; which is why most of them are wearing armour. I also designed some creatures, just for fun.
Later we had to […]
2D assignment
Our first task was to create 20 thumbnails from a concept we were provided with. I chose Clash of Heavens, where a regular person gets drawn into a war with ancient mythology and evil forces. My first thought was to design just a regular girl, but it soon evolved into a girl who had been part of the war for a while; which is why most of them are wearing armour. I also designed some creatures, just for fun.
Later we had to […]
One of those days nothing happens
Today wasn’t very interesting in any regard, barley worth going through the fuss of making a blog post.
On the morning i started reading up on how sockets work using a tutorial linked on the programming skype group. (Can be found here: http://beej.us/guide/bgnet/output/html/multipage/syscalls.html) I felt unfocused during most of the day since all i did was reading and i didn’t manage to read the entire thing. Reading it during the evening again i am starting to feel like i […]
One of those days nothing happens
Today wasn’t very interesting in any regard, barley worth going through the fuss of making a blog post.
On the morning i started reading up on how sockets work using a tutorial linked on the programming skype group. (Can be found here: http://beej.us/guide/bgnet/output/html/multipage/syscalls.html) I felt unfocused during most of the day since all i did was reading and i didn’t manage to read the entire thing. Reading it during the evening again i am starting to feel like i […]
Space Shooter Assignment: Dia de la Piñata
Our last assignment in the course was to, in teams of six, create a concept document for a game based on two keywords with the following restrictions and requirements:
Restrictions:
2D (But you are free to decide perspective)
No Gravity (Not requiring a gravity system)
PC controls (Keyboard and/or mouse)
10 weeks (The scope of the production time of the concept should be 10 weeks)
No network (Not requiring network)
Single-player (Multiplayer or Co-Op can be optional, but the game must be playable for one player first […]
Space Shooter Assignment: Dia de la Piñata
Our last assignment in the course was to, in teams of six, create a concept document for a game based on two keywords with the following restrictions and requirements:
Restrictions:
2D (But you are free to decide perspective)
No Gravity (Not requiring a gravity system)
PC controls (Keyboard and/or mouse)
10 weeks (The scope of the production time of the concept should be 10 weeks)
No network (Not requiring network)
Single-player (Multiplayer or Co-Op can be optional, but the game must be playable for one player first […]
The Game Aesthetics
Strange to say, but the first time a really felt that I came in contact with the “aesthetics” of a game was when introduced to the MDA framework.
In short, MDA stands for Mechanics, Dynamics and Aesthetics.Mechanics could be the press of a button; Dynamics, what happens when the button is pressed. And the Aesthetics is the feedback of the dynamic (from using the mechanic).
(If you’re into game design, you’ve probably heard this a million time before)
But the thing about aesthetics […]
The Game Aesthetics
Strange to say, but the first time a really felt that I came in contact with the “aesthetics” of a game was when introduced to the MDA framework.
In short, MDA stands for Mechanics, Dynamics and Aesthetics.Mechanics could be the press of a button; Dynamics, what happens when the button is pressed. And the Aesthetics is the feedback of the dynamic (from using the mechanic).
(If you’re into game design, you’ve probably heard this a million time before)
But the thing about aesthetics […]
Adam Mayes Concept Challenge: Seriate
During the first week of October a peculiar situation arose were we first year students suddenly found ourselves with a week of nothing to do – or so we thought. A day later we were quite graciously handed both 100 pages worth of reading materials and a concept challenge with a deadline set for next week.
The instructions:
The special thing about this concept challenge was that we had to build a game around a randomly generated narrative. We were offered two […]
Adam Mayes Concept Challenge: Seriate
During the first week of October a peculiar situation arose were we first year students suddenly found ourselves with a week of nothing to do – or so we thought. A day later we were quite graciously handed both 100 pages worth of reading materials and a concept challenge with a deadline set for next week.
The instructions:
The special thing about this concept challenge was that we had to build a game around a randomly generated narrative. We were offered two […]
Visual Leak Detector – File and line number not available
When using Visual Leak Detector (vld) there are some problems you might encounter. The problem (I thought I had) was that it wouldn’t show what file and line number it found the memory leaks in. No matter how much I searched for this on google no one seemed to give me an answer that worked.
When the running was done the top line of the vld output said (inside the green rectangle): “0x0F37C260 (File and line number not available): MSVCR120D.dll!operator […]
Visual Leak Detector – File and line number not available
When using Visual Leak Detector (vld) there are some problems you might encounter. The problem (I thought I had) was that it wouldn’t show what file and line number it found the memory leaks in. No matter how much I searched for this on google no one seemed to give me an answer that worked.
When the running was done the top line of the vld output said (inside the green rectangle): “0x0F37C260 (File and line number not available): MSVCR120D.dll!operator […]
Visual Leak Detector – File and line number not available
When using Visual Leak Detector (vld) there are some problems you might encounter. The problem (I thought I had) was that it wouldn’t show what file and line number it found the memory leaks in. No matter how much I searched for this on google no one seemed to give me an answer that worked.
When the running was done the top line of the vld output said (inside the green rectangle): “0x0F37C260 (File and line number not available): MSVCR120D.dll!operator […]
Visual Leak Detector – File and line number not available
When using Visual Leak Detector (vld) there are some problems you might encounter. The problem (I thought I had) was that it wouldn’t show what file and line number it found the memory leaks in. No matter how much I searched for this on google no one seemed to give me an answer that worked.
When the running was done the top line of the vld output said (inside the green rectangle): “0x0F37C260 (File and line number not available): MSVCR120D.dll!operator […]
Paladin Concept
I finished the paladin concept art that I have been wrking on while at DreamHack Winter. As usual there are still things that could be improved but I felt that I wanted to let it go and move on, it was where it needed to be.
For this concept I have been experimenting with the art style and brushes that I used, I have used a square brush for nearly every element of the picture […]
Paladin Concept
I finished the paladin concept art that I have been wrking on while at DreamHack Winter. As usual there are still things that could be improved but I felt that I wanted to let it go and move on, it was where it needed to be.
For this concept I have been experimenting with the art style and brushes that I used, I have used a square brush for nearly every element of the picture […]
New subject and tons of stress!
Hello oh you, blog!
I am currently in my 4th week of my first 2D course.
So far so good, it has been both fun and incredibly hard! As someone who never sat down and really tried to learn how to draw this is so frustrating…Past attempts have been similar to: *Bing, I want to learn how to draw, lets draw!* Then I sit down, try to draw some extremely fancy awesome looking drawing and it ends up being nowhere near the amazing […]
New subject and tons of stress!
Hello oh you, blog!
I am currently in my 4th week of my first 2D course.
So far so good, it has been both fun and incredibly hard! As someone who never sat down and really tried to learn how to draw this is so frustrating…Past attempts have been similar to: *Bing, I want to learn how to draw, lets draw!* Then I sit down, try to draw some extremely fancy awesome looking drawing and it ends up being nowhere near the amazing […]
New subject and tons of stress!
Hello oh you, blog!
I am currently in my 4th week of my first 2D course.
So far so good, it has been both fun and incredibly hard! As someone who never sat down and really tried to learn how to draw this is so frustrating…Past attempts have been similar to: *Bing, I want to learn how to draw, lets draw!* Then I sit down, try to draw some extremely fancy awesome looking drawing and it ends up being nowhere near the amazing […]
New subject and tons of stress!
Hello oh you, blog!
I am currently in my 4th week of my first 2D course.
So far so good, it has been both fun and incredibly hard! As someone who never sat down and really tried to learn how to draw this is so frustrating…Past attempts have been similar to: *Bing, I want to learn how to draw, lets draw!* Then I sit down, try to draw some extremely fancy awesome looking drawing and it ends up being nowhere near the amazing […]