Daily Archives: November 21, 2014

Week 2 in game programming

This week we were introduced to a few more things in C++. We learned how to use: functions, arrays, short introduction on how to use rand and srand to produce random values, std::string to print texts and had an introduction to pointers. The last 2 days we focused on creating our very first game from scratch. This was done with a 2 days workshop where our tutor, Tommi Lipponen, wrote code that we copied by writing the same code in […]

/ Comments Off on Week 2 in game programming
Program: Programming

Week 2 in game programming

This week we were introduced to a few more things in C++. We learned how to use: functions, arrays, short introduction on how to use rand and srand to produce random values, std::string to print texts and had an introduction to pointers. The last 2 days we focused on creating our very first game from scratch. This was done with a 2 days workshop where our tutor, Tommi Lipponen, wrote code that we copied by writing the same code in […]

/ Comments Off on Week 2 in game programming
Program: Programming

Week 2: Learning, Progress and Confusion.

This week we have started to work with Arrays, Functions, Strings we have also touched a bit on Pointers and Memory. When I have been working on this weeks exercises I feel like I have learned a lot but I also feel really confused. I can’t really explain how I feel. I understand and at the same time I feel lost and like there is much that I don’t understand. I guess I am learning to code. We also had […]

/ Comments Off on Week 2: Learning, Progress and Confusion.
Program: Programming

Week 2: Learning, Progress and Confusion.

This week we have started to work with Arrays, Functions, Strings we have also touched a bit on Pointers and Memory. When I have been working on this weeks exercises I feel like I have learned a lot but I also feel really confused. I can’t really explain how I feel. I understand and at the same time I feel lost and like there is much that I don’t understand. I guess I am learning to code. We also had […]

/ Comments Off on Week 2: Learning, Progress and Confusion.
Program: Programming

Week 2: Learning, Progress and Confusion.

This week we have started to work with Arrays, Functions, Strings we have also touched a bit on Pointers and Memory. When I have been working on this weeks exercises I feel like I have learned a lot but I also feel really confused. I can’t really explain how I feel. I understand and at the same time I feel lost and like there is much that I don’t understand. I guess I am learning to code. We also had […]

/ Comments Off on Week 2: Learning, Progress and Confusion.
Program: Programming

Week 2: Learning, Progress and Confusion.

This week we have started to work with Arrays, Functions, Strings we have also touched a bit on Pointers and Memory. When I have been working on this weeks exercises I feel like I have learned a lot but I also feel really confused. I can’t really explain how I feel. I understand and at the same time I feel lost and like there is much that I don’t understand. I guess I am learning to code. We also had […]

/ Comments Off on Week 2: Learning, Progress and Confusion.
Program: Programming

Game Programming III – the second week, linked lists part three (3)


Hello again!
Let’s try to finish up the linked list. Last time I put up a completely functional linked list for integer variables. We now need to remake it into a list that can story data any type, in other words we need to make it generic.
There are a few things different about this version. First off we will need to write it all in the header file and not use any source file at all because we are […]

/ Comments Off on Game Programming III – the second week, linked lists part three (3)
Program: Programming

Game Programming III – the second week, linked lists part three (3)


Hello again!
Let’s try to finish up the linked list. Last time I put up a completely functional linked list for integer variables. We now need to remake it into a list that can story data any type, in other words we need to make it generic.
There are a few things different about this version. First off we will need to write it all in the header file and not use any source file at all because we are […]

/ Comments Off on Game Programming III – the second week, linked lists part three (3)
Program: Programming

Game Programming III – the second week, linked lists part three (3)

Hello again!
Let’s try to finish up the linked list. Last time I put up a completely functional linked list for integer variables. We now need to remake it into a list that can story data any type, in other words we need to make it generic.
There are a few things different about this version. First off we will need to write it all in the header file and not use any source file at all because we are making use […]

/ Comments Off on Game Programming III – the second week, linked lists part three (3)
Program: Programming

Game Programming III – the second week, linked lists part three (3)

Hello again!
Let’s try to finish up the linked list. Last time I put up a completely functional linked list for integer variables. We now need to remake it into a list that can story data any type, in other words we need to make it generic.
There are a few things different about this version. First off we will need to write it all in the header file and not use any source file at all because we are making use […]

/ Comments Off on Game Programming III – the second week, linked lists part three (3)
Program: Programming

The Ent Chef


We were having a drawing/programming night last night, we were given key words to paint from. I got the words “organic”, “cook” and “forest”, so this is what you get! I had a lot of with it, worked a lot with different ways to create textures and experimented with different blending modes.

/ Comments Off on The Ent Chef
Program: Graphics

The Ent Chef


We were having a drawing/programming night last night, we were given key words to paint from. I got the words “organic”, “cook” and “forest”, so this is what you get! I had a lot of with it, worked a lot with different ways to create textures and experimented with different blending modes.

/ Comments Off on The Ent Chef
Program: Graphics

The Ent Chef


We were having a drawing/programming night last night, we were given key words to paint from. I got the words “organic”, “cook” and “forest”, so this is what you get! I had a lot of with it, worked a lot with different ways to create textures and experimented with different blending modes.

/ Comments Off on The Ent Chef
Program: Graphics

The Ent Chef


We were having a drawing/programming night last night, we were given key words to paint from. I got the words “organic”, “cook” and “forest”, so this is what you get! I had a lot of with it, worked a lot with different ways to create textures and experimented with different blending modes.

/ Comments Off on The Ent Chef
Program: Graphics