Author Archives: Tomas Lindell

Programming Project, day 2

Hello!
Today, we updated the GameObjectManager A LOT and remade the code for it to work. I need more knowledge about class inheritance to use different game objects effectively in it, but the early version works for the level tiles right now at least.
We also made an early version of the CollisionManager, I’m not really happy with the collision as it works now so it needs some editing. However, it works.
Next up, SoundManager!

/ Comments Off on Programming Project, day 2
Program: Programming

Programming Project, day 2

Hello!
Today, we updated the GameObjectManager A LOT and remade the code for it to work. I need more knowledge about class inheritance to use different game objects effectively in it, but the early version works for the level tiles right now at least.
We also made an early version of the CollisionManager, I’m not really happy with the collision as it works now so it needs some editing. However, it works.
Next up, SoundManager!

/ Comments Off on Programming Project, day 2
Program: Programming

Programming Project, day 1

I’ve learned extremely much these past weeks. Among the things I’ve learned are better use of classes, basics of pointers (I also use them a lot now, since i finally know why I should), forward declaring, ifstream/ofstream, learned a bit about std::map and std::vector(the dynamic array), and I’ve also learned a little more about Vectors (the speed/velocity one)
Our class have got an assignment, to create a game in groups of two. Me and my partner, Robert Olin, have already started […]

/ Comments Off on Programming Project, day 1
Program: Programming

Programming Project, day 1

I’ve learned extremely much these past weeks. Among the things I’ve learned are better use of classes, basics of pointers (I also use them a lot now, since i finally know why I should), forward declaring, ifstream/ofstream, learned a bit about std::map and std::vector(the dynamic array), and I’ve also learned a little more about Vectors (the speed/velocity one)
Our class have got an assignment, to create a game in groups of two. Me and my partner, Robert Olin, have already started […]

/ Comments Off on Programming Project, day 1
Program: Programming

Basics, a dungeon crawler and concrete examples

Good day peepz!
The programming course has started and I’m super exited for that! The first week has passed and the tempo seems fine. The course is teaching really basic things right now, but I learn stuff anyway. I guess it goes a bit fast for people who have never programmed before but if they keep coding every day and think it’s fun… then they will have no problem!
I’ve started creating a dungeon crawler in which I’m learning a lot about […]

/ Comments Off on Basics, a dungeon crawler and concrete examples
Program: Programming

Basics, a dungeon crawler and concrete examples

Good day peepz!
The programming course has started and I’m super exited for that! The first week has passed and the tempo seems fine. The course is teaching really basic things right now, but I learn stuff anyway. I guess it goes a bit fast for people who have never programmed before but if they keep coding every day and think it’s fun… then they will have no problem!
I’ve started creating a dungeon crawler in which I’m learning a lot about […]

/ Comments Off on Basics, a dungeon crawler and concrete examples
Program: Programming

Lunchtime v2.1

Lunchtime v2.1
Click the link to download the game.
Enjoy!

/ Comments Off on Lunchtime v2.1
Program: Programming

Lunchtime v2.1

Lunchtime v2.1
Click the link to download the game.
Enjoy!

/ Comments Off on Lunchtime v2.1
Program: Programming

Game jam, Foodfighters Lunchtime

Last friday there was a game jam at school. A game jam is basically “make a game during this super short amount of time”, and this time it was like under seven hours. Students of first ’til third year and teachers could participate. Also we had to use Game Maker at this jam.
We were three first year student programmers (and we havn’t even had a single lecture in programming as of yet) and two graphical artists, one first year and one […]

/ Comments Off on Game jam, Foodfighters Lunchtime
Program: Programming

Game jam, Foodfighters Lunchtime

Last friday there was a game jam at school. A game jam is basically “make a game during this super short amount of time”, and this time it was like under seven hours. Students of first ’til third year and teachers could participate. Also we had to use Game Maker at this jam.
We were three first year student programmers (and we havn’t even had a single lecture in programming as of yet) and two graphical artists, one first year and one […]

/ Comments Off on Game jam, Foodfighters Lunchtime
Program: Programming

Classes, objects and the loop of life

As soon as I stood up this morning, and also the reason for why I got up that early, I immediately wrote down ideas for my current programming project. I woke up with so many great ideas for the program, thanks “sleep”! The program/game I am working on is as of today playable! It is a type of Sissy Fight (social game), so far it’s only playable by hotseat (players take turns on the same computer).
Also, today I have learned alot about […]

/ Comments Off on Classes, objects and the loop of life
Program: Programming

Classes, objects and the loop of life

As soon as I stood up this morning, and also the reason for why I got up that early, I immediately wrote down ideas for my current programming project. I woke up with so many great ideas for the program, thanks “sleep”! The program/game I am working on is as of today playable! It is a type of Sissy Fight (social game), so far it’s only playable by hotseat (players take turns on the same computer).
Also, today I have learned alot about […]

/ Comments Off on Classes, objects and the loop of life
Program: Programming

Rustless

So, the programming-rust is coming off! I’m back! (Arnold Schwarzenegger

/ Comments Off on Rustless
Program: Programming

Rustless

So, the programming-rust is coming off! I’m back! (Arnold Schwarzenegger

/ Comments Off on Rustless
Program: Programming

I’ve come to the right place

Damn, this is awesome!
I’m here in Visby to learn how to program games. Of what I’ve seen so far… this program seems soooo good. On the one hand I’ve got what seems to be VERY good teachers AND frequent guestlecturers, and on the other hand I’ve got a full class of 77 students that love games just as much as I do.
Right now we have a course in how to analyze games (and also some swedish course that I’d rather […]

/ Comments Off on I’ve come to the right place
Program: Programming

I’ve come to the right place

Damn, this is awesome!
I’m here in Visby to learn how to program games. Of what I’ve seen so far… this program seems soooo good. On the one hand I’ve got what seems to be VERY good teachers AND frequent guestlecturers, and on the other hand I’ve got a full class of 77 students that love games just as much as I do.
Right now we have a course in how to analyze games (and also some swedish course that I’d rather […]

/ Comments Off on I’ve come to the right place
Program: Programming