Browsing '2014 ': Students starting in 2014

Programming again. Woo.

On Monday the programming course started and even though it’s been two years since I last used a programming language it quite easy to pick up again. Two years ago I used the language Java and there are similarities between it and C++, but I’m not complaining about that.
I went through the PDF with exercises thinking they were relatively easy until I got to Program 23. I could not quite get my head around how to do it and consulted […]

/ Comments Off on Programming again. Woo.
Program: Programming

Programming again. Woo.

On Monday the programming course started and even though it’s been two years since I last used a programming language it quite easy to pick up again. Two years ago I used the language Java and there are similarities between it and C++, but I’m not complaining about that.
I went through the PDF with exercises thinking they were relatively easy until I got to Program 23. I could not quite get my head around how to do it and consulted […]

/ Comments Off on Programming again. Woo.
Program: Programming

Week 10: 2D Graphics Course

This week the 2D graphics design course began. It started off with some life drawing where we practiced sketching up the dynamic of a pose. We also got into how to how proportions on human looked and how to draw a body and head. We also got an assignment to sketch 20 thumbnails of a character and reflect on our drawings over the past week. My thumbnails were supposed to depict a citizen of a post-apocalyptic society, and each thumbnail […]

/ Comments Off on Week 10: 2D Graphics Course
Program: Graphics

Week 10: 2D Graphics Course

This week the 2D graphics design course began. It started off with some life drawing where we practiced sketching up the dynamic of a pose. We also got into how to how proportions on human looked and how to draw a body and head. We also got an assignment to sketch 20 thumbnails of a character and reflect on our drawings over the past week. My thumbnails were supposed to depict a citizen of a post-apocalyptic society, and each thumbnail […]

/ Comments Off on Week 10: 2D Graphics Course
Program: Graphics

Week 10: 2D Graphics Course

This week the 2D graphics design course began. It started off with some life drawing where we practiced sketching up the dynamic of a pose. We also got into how to how proportions on human looked and how to draw a body and head. We also got an assignment to sketch 20 thumbnails of a character and reflect on our drawings over the past week. My thumbnails were supposed to depict a citizen of a post-apocalyptic society, and each thumbnail […]

/ Comments Off on Week 10: 2D Graphics Course
Program: Graphics

Week 10: 2D Graphics Course

This week the 2D graphics design course began. It started off with some life drawing where we practiced sketching up the dynamic of a pose. We also got into how to how proportions on human looked and how to draw a body and head. We also got an assignment to sketch 20 thumbnails of a character and reflect on our drawings over the past week. My thumbnails were supposed to depict a citizen of a post-apocalyptic society, and each thumbnail […]

/ Comments Off on Week 10: 2D Graphics Course
Program: Graphics

The Solar System – Console program

This week has been our first introduction to C++ programming. We’ve been going through computer history, types, loops, bytes, bits, etc.
Here’s a simple program I made with the knowledge I have so far. The program called The Solar System 🙂
I know this may not be the most beautiful code out there and there may be some flaws with the program but lets pretend they don’t exist!
Heres the code:

When it’s running:

Traveling through space (You can see the stars go […]

/ Comments Off on The Solar System – Console program
Program: Programming

The Solar System – Console program

This week has been our first introduction to C++ programming. We’ve been going through computer history, types, loops, bytes, bits, etc.
Here’s a simple program I made with the knowledge I have so far. The program called The Solar System 🙂
I know this may not be the most beautiful code out there and there may be some flaws with the program but lets pretend they don’t exist!
Heres the code:

When it’s running:

Traveling through space (You can see the stars go […]

/ Comments Off on The Solar System – Console program
Program: Programming

The Solar System – Console program

This week has been our first introduction to C++ programming. We’ve been going through computer history, types, loops, bytes, bits, etc.
Here’s a simple program I made with the knowledge I have so far. The program called The Solar System
I know this may not be the most beautiful code out there and there may be some flaws with the program but lets pretend they don’t exist!
Heres the code:

When it’s running:

Traveling through space (You can see the stars go by […]

/ Comments Off on The Solar System – Console program
Program: Programming

The Solar System – Console program

This week has been our first introduction to C++ programming. We’ve been going through computer history, types, loops, bytes, bits, etc.
Here’s a simple program I made with the knowledge I have so far. The program called The Solar System
I know this may not be the most beautiful code out there and there may be some flaws with the program but lets pretend they don’t exist!
Heres the code:

When it’s running:

Traveling through space (You can see the stars go by […]

/ Comments Off on The Solar System – Console program
Program: Programming

First week of Game programming 1

In the beginning of this week, we started the Game programming 1 course. This is a introduction course C and C++. This week we have worked with how variables, loops and branching works in C++. We had over 20 exercises to practise and understand this, but since I have been programming a lot earlier in C and Java, the tasks was pretty simple to understand. But they were great to get in the programming mood.
In this week we also went […]

/ Comments Off on First week of Game programming 1
Program: Programming

First week of Game programming 1

In the beginning of this week, we started the Game programming 1 course. This is a introduction course C and C++. This week we have worked with how variables, loops and branching works in C++. We had over 20 exercises to practise and understand this, but since I have been programming a lot earlier in C and Java, the tasks was pretty simple to understand. But they were great to get in the programming mood.
In this week we also went […]

/ Comments Off on First week of Game programming 1
Program: Programming

First week of Game programming 1

In the beginning of this week, we started the Game programming 1 course. This is a introduction course C and C++. This week we have worked with how variables, loops and branching works in C++. We had over 20 exercises to practise and understand this, but since I have been programming a lot earlier in C and Java, the tasks was pretty simple to understand. But they were great to get in the programming mood.
In this week we also went […]

/ Comments Off on First week of Game programming 1
Program: Programming

First week of Game programming 1

In the beginning of this week, we started the Game programming 1 course. This is a introduction course C and C++. This week we have worked with how variables, loops and branching works in C++. We had over 20 exercises to practise and understand this, but since I have been programming a lot earlier in C and Java, the tasks was pretty simple to understand. But they were great to get in the programming mood.
In this week we also went […]

/ Comments Off on First week of Game programming 1
Program: Programming

First weekly programming post

This week has been the first week of the “Game Programming I” course. Since the course doesn’t require any previous knowledge of programming, the material has been pretty basic so far. Which suits me well, I realize now. I have a tiny bit of programming experience from playing around in GameMaker years ago, but GameMaker has its own programming language which in my opinion is a lot easier to use than the more powerful “C++” we are learning now. Even […]

/ Comments Off on First weekly programming post
Program: Programming

First weekly programming post

This week has been the first week of the “Game Programming I” course. Since the course doesn’t require any previous knowledge of programming, the material has been pretty basic so far. Which suits me well, I realize now. I have a tiny bit of programming experience from playing around in GameMaker years ago, but GameMaker has its own programming language which in my opinion is a lot easier to use than the more powerful “C++” we are learning now. Even […]

/ Comments Off on First weekly programming post
Program: Programming

First Week of Programming

 <- One of the working test projects in the first weeks challenge.
Hello there. Been quite a while now since last time now which is to my regret, I have never been one to post regularly or even running a blog before this. But now this week have been the start for the real reason why I came back to school, programming. One thing I never was any good on during my high school years and I had after 3 years of […]

/ Comments Off on First Week of Programming
Program: Programming

First Week of Programming

 <- One of the working test projects in the first weeks challenge.
Hello there. Been quite a while now since last time now which is to my regret, I have never been one to post regularly or even running a blog before this. But now this week have been the start for the real reason why I came back to school, programming. One thing I never was any good on during my high school years and I had after 3 years of […]

/ Comments Off on First Week of Programming
Program: Programming

First Week of Programming

 <- One of the working test projects in the first weeks challenge.
Hello there. Been quite a while now since last time now which is to my regret, I have never been one to post regularly or even running a blog before this. But now this week have been the start for the real reason why I came back to school, programming. One thing I never was any good on during my high school years and I had after 3 years of […]

/ Comments Off on First Week of Programming
Program: Programming

First Week of Programming

 <- One of the working test projects in the first weeks challenge.
Hello there. Been quite a while now since last time now which is to my regret, I have never been one to post regularly or even running a blog before this. But now this week have been the start for the real reason why I came back to school, programming. One thing I never was any good on during my high school years and I had after 3 years of […]

/ Comments Off on First Week of Programming
Program: Programming

First week of programming: Making a text adventure game

The programming course has begun. Since I already know most things taught in class, I decide to brush up on the subject in my own way.The lectures we’ve had this week mainly consisted of learning control statements like the for statement which loops and the if statement which checks for certain conditions. This is basic stuff I learned in high-school, so I did a little exercise of my own.

This is my text adventure game. It doesn’t […]

/ Comments Off on First week of programming: Making a text adventure game
Program: Programming

First week of programming: Making a text adventure game

The programming course has begun. Since I already know most things taught in class, I decide to brush up on the subject in my own way.The lectures we’ve had this week mainly consisted of learning control statements like the for statement which loops and the if statement which checks for certain conditions. This is basic stuff I learned in high-school, so I did a little exercise of my own.

This is my text adventure game. It doesn’t […]

/ Comments Off on First week of programming: Making a text adventure game
Program: Programming

14.11.14

Självklart lyckades jag dra på mig en förkylning så här första veckan så min mesta tid har gått till att ligga och sova och dricka te. Men jag kämpat på att inte komma efter alldeles för mycket.
Det misstaget jag har gjort de senaste dagarna är att skriva std::end1 istället för std::endl, de borde verkligen fixa det så ettorna inte ser ut som ett litet L. Självklart glömmer jag lite då och då bort att avsluta raden med ;;. Men man […]

/ Comments Off on 14.11.14
Program: Programming

14.11.14

Självklart lyckades jag dra på mig en förkylning så här första veckan så min mesta tid har gått till att ligga och sova och dricka te. Men jag kämpat på att inte komma efter alldeles för mycket.
Det misstaget jag har gjort de senaste dagarna är att skriva std::end1 istället för std::endl, de borde verkligen fixa det så ettorna inte ser ut som ett litet L. Självklart glömmer jag lite då och då bort att avsluta raden med ;;. Men man […]

/ Comments Off on 14.11.14
Program: Programming