Daily Archives: December 1, 2014

Game Programming III – Blog Post 3

Gah! I just remembered that I forgot to write this. Oh well, I’ll just get right to it, I suppose.

The main thing that was accomplished this week was the completeness of the binary search tree. While the linked list wasn’t too difficult and the logic wasn’t too strange, the binary search tree was something different. The creation of the tree was probably the easiest as it simply followed a somewhat basic logic and most of the work was to […]

/ Comments Off on Game Programming III – Blog Post 3
Program: Programming

Game Programming III – Blog Post 3

Gah! I just remembered that I forgot to write this. Oh well, I’ll just get right to it, I suppose.

The main thing that was accomplished this week was the completeness of the binary search tree. While the linked list wasn’t too difficult and the logic wasn’t too strange, the binary search tree was something different. The creation of the tree was probably the easiest as it simply followed a somewhat basic logic and most of the work was to […]

/ Comments Off on Game Programming III – Blog Post 3
Program: Programming

Done with the Web Server! (Week 48)

So I managed to finish my web server. 

When I started coding I managed to get something up and working in a few hours and I blogged about it last week, but then I realized that there was much more to assignment 2 so I got down to business.

First of all I had to figure out how a web browser operates. Something I knew nothing about. My classmate Jonas explained how the browser sends a “GET” request (e.g. GET […]

/ Comments Off on Done with the Web Server! (Week 48)
Program: Programming

Done with the Web Server! (Week 48)

So I managed to finish my web server. 

When I started coding I managed to get something up and working in a few hours and I blogged about it last week, but then I realized that there was much more to assignment 2 so I got down to business.

First of all I had to figure out how a web browser operates. Something I knew nothing about. My classmate Jonas explained how the browser sends a “GET” request (e.g. GET […]

/ Comments Off on Done with the Web Server! (Week 48)
Program: Programming

Week 3 of Game Programming 1 – Classes

In this week of game programming, we have worked with classes. A class holds values, the amount and type of values is decided by the programmer. To learn how classes work, we had a bunch of different assignments. The assignment I chose to focus on was to make a deck of cards. I chose to focus on this because it demonstrate really well how classes work together. I made a class called Card, this class held the types Integer and String. […]

/ Comments Off on Week 3 of Game Programming 1 – Classes
Program: Programming

Week 3 of Game Programming 1 – Classes

In this week of game programming, we have worked with classes. A class holds values, the amount and type of values is decided by the programmer. To learn how classes work, we had a bunch of different assignments. The assignment I chose to focus on was to make a deck of cards. I chose to focus on this because it demonstrate really well how classes work together. I made a class called Card, this class held the types Integer and String. […]

/ Comments Off on Week 3 of Game Programming 1 – Classes
Program: Programming

Week two and three

Hello world!
The first week was easy enough, but the second week was rough, really rough. In the classes I barely understood  anything the teacher went through and it took quite a while to learn and understand it. The 20 exercises that we had for the second week were difficult and took me until the middle of the third week to complete, so that put me back quite a bit. I started studying after the classes with some of the other […]

/ Comments Off on Week two and three
Program: Programming

Week two and three

Hello world!
The first week was easy enough, but the second week was rough, really rough. In the classes I barely understood  anything the teacher went through and it took quite a while to learn and understand it. The 20 exercises that we had for the second week were difficult and took me until the middle of the third week to complete, so that put me back quite a bit. I started studying after the classes with some of the other […]

/ Comments Off on Week two and three
Program: Programming