Author Archives: Emil Elthammar

About Emil Elthammar

2014  Programming

Bomberman Begins

Too be honest, I have really been slacking this week (and a big part of my classmates have too). Maybe it is because it is soon Christmas. Maybe it is tiredness from the game-jam we had, combined with the hobbit movie marathon and a lot of alumni guest lectures that took up our time. We have at least done something this week. We put together functionality for images other than Bitmap files for our games projects, which really just was […]

/ Comments Off on Bomberman Begins
Program: Programming

Bomberman Begins

Too be honest, I have really been slacking this week (and a big part of my classmates have too). Maybe it is because it is soon Christmas. Maybe it is tiredness from the game-jam we had, combined with the hobbit movie marathon and a lot of alumni guest lectures that took up our time. We have at least done something this week. We put together functionality for images other than Bitmap files for our games projects, which really just was […]

/ Comments Off on Bomberman Begins
Program: Programming

Weak four (on my part)

This week has been purely about how to use the SDL library and about dividing things into appropriate classes as a foundation of games. That means we have one class for starting everything, one class for drawing everything on the screen, one class for handling states, etc… We learned to handle input from mouse and keyboard, we learned how to make a core loop of clearing screen drawing screen and presenting screen and lastly we larned about states, which was […]

/ Comments Off on Weak four (on my part)
Program: Programming

Weak four (on my part)

This week has been purely about how to use the SDL library and about dividing things into appropriate classes as a foundation of games. That means we have one class for starting everything, one class for drawing everything on the screen, one class for handling states, etc… We learned to handle input from mouse and keyboard, we learned how to make a core loop of clearing screen drawing screen and presenting screen and lastly we larned about states, which was […]

/ Comments Off on Weak four (on my part)
Program: Programming

BlogPosts[2] = new blogPost(3);

Hopefully this works now. Apparently my blog posts wasn’t showing up for some reason. I guess I just missed the right instructions or something. Anyways, this has been the result of week three:
It has been way too much and way too little at the same time. As I have programmed before the exercises seemed like a repetition of what I have already learned, but with some small changes in syntax, which was really annoying to find out about because there […]

/ Comments Off on BlogPosts[2] = new blogPost(3);
Program: Programming

BlogPosts[2] = new blogPost(3);

Hopefully this works now. Apparently my blog posts wasn’t showing up for some reason. I guess I just missed the right instructions or something. Anyways, this has been the result of week three:
It has been way too much and way too little at the same time. As I have programmed before the exercises seemed like a repetition of what I have already learned, but with some small changes in syntax, which was really annoying to find out about because there […]

/ Comments Off on BlogPosts[2] = new blogPost(3);
Program: Programming

It has been a Pong week..

This week has been fully packed with programming! We have gone through pointers and functions and a lot of fun stuff and by the end of the week we learned how to make pong with the sdl library! I am still a bit lost in the SDL library because I am new to it, but I am pretty used to the structure of the code, because I have done similar things in flash. This was a bit messy thought because […]

/ Comments Off on It has been a Pong week..
Program: Programming

It has been a Pong week..

This week has been fully packed with programming! We have gone through pointers and functions and a lot of fun stuff and by the end of the week we learned how to make pong with the sdl library! I am still a bit lost in the SDL library because I am new to it, but I am pretty used to the structure of the code, because I have done similar things in flash. This was a bit messy thought because […]

/ Comments Off on It has been a Pong week..
Program: Programming

Programming week one!

Hi there blog!
Long time no see. I have been busy doing stuff so nothing has been happening here lately.This week the programming course started! I love programming so for me to just be able to focus all my time on stuff that I love a lot is amazing.
Since I have been programming a bunch before there wasn’t really anything new to me concept wise. The thing that differs in how programming languages are operated is usually just syntax, which often […]

/ Comments Off on Programming week one!
Program: Programming

Programming week one!

Hi there blog!
Long time no see. I have been busy doing stuff so nothing has been happening here lately.This week the programming course started! I love programming so for me to just be able to focus all my time on stuff that I love a lot is amazing.
Since I have been programming a bunch before there wasn’t really anything new to me concept wise. The thing that differs in how programming languages are operated is usually just syntax, which often […]

/ Comments Off on Programming week one!
Program: Programming

Start of my journey

Hello! Welcome to my blog. This is the place where all my school related updates will take place. I am a person that likes thinking around and about subjects a lot so this blog might be flooded pretty soon with various thoughts, analyzes, ideas, game concepts and other various game related subjects. This is where the journey starts and I am really thrilled and excited to continue down this path of game design and game development that I have just […]

/ Comments Off on Start of my journey
Program: Programming

Start of my journey

Hello! Welcome to my blog. This is the place where all my school related updates will take place. I am a person that likes thinking around and about subjects a lot so this blog might be flooded pretty soon with various thoughts, analyzes, ideas, game concepts and other various game related subjects. This is where the journey starts and I am really thrilled and excited to continue down this path of game design and game development that I have just […]

/ Comments Off on Start of my journey
Program: Programming