Browsing '2013': Students starting in 2013

The Ranged Protester!

This is the movement sequence for the ranged protester! before we only had police enemies that attacked the player, and we did not want to make a statement of taking a side, it’s the old man versus the whole world and vice versa! the coding will be the same as for the ranged police, I’m just adding new sprites. 
 

/ Comments Off on The Ranged Protester!
Program: Graphics

The Ranged Protester!

This is the movement sequence for the ranged protester! before we only had police enemies that attacked the player, and we did not want to make a statement of taking a side, it’s the old man versus the whole world and vice versa! the coding will be the same as for the ranged police, I’m just adding new sprites. 
 

/ Comments Off on The Ranged Protester!
Program: Graphics

Friday Speed Paint

This is something I painted in about an hour and a half to practice rendering in grey scale and increasing my work speed, not getting caught up in details. I started with a rough sketch that I cleaned up into line art. I started rendering with a dark background, adding light where needed and blending it with the smudge tool. For the finishing touches I added some extra highlights and I thought about colouring it, but I like it better […]

/ Comments Off on Friday Speed Paint
Program: Graphics

Friday Speed Paint

This is something I painted in about an hour and a half to practice rendering in grey scale and increasing my work speed, not getting caught up in details. I started with a rough sketch that I cleaned up into line art. I started rendering with a dark background, adding light where needed and blending it with the smudge tool. For the finishing touches I added some extra highlights and I thought about colouring it, but I like it better […]

/ Comments Off on Friday Speed Paint
Program: Graphics

Codename: Haunted Light – Redirection

In the last post I wrote that I was going to go through how our level generation worked, but due to missed deadlines we’ve been forced to push the implementation of that feature to later when we have a working path-finding since we prioritize having a challenging game rather than a fancy level-generation. Because of that unfortunate turn of events I’ll now write about how our A-star implementation currently works instead.
Before I even […]

/ Comments Off on Codename: Haunted Light – Redirection
Program: Programming

Codename: Haunted Light – Redirection

In the last post I wrote that I was going to go through how our level generation worked, but due to missed deadlines we’ve been forced to push the implementation of that feature to later when we have a working path-finding since we prioritize having a challenging game rather than a fancy level-generation. Because of that unfortunate turn of events I’ll now write about how our A-star implementation currently works instead.
Before I even […]

/ Comments Off on Codename: Haunted Light – Redirection
Program: Programming

Haunted Light – Buttons and Menus!

Hello readers! This week I’ve been working on getting buttons into the menus and assign what they are going to do. After creating the button class it felt natural for me to take the task of putting them into the game and it’s menus, since I was the one that, probably and hopefully, knew the most about how they were made and how they work. If you don’t know how the buttons work, I’ll cover it shortly but I recommend […]

/ Comments Off on Haunted Light – Buttons and Menus!
Program: Programming

Haunted Light – Buttons and Menus!

Hello readers! This week I’ve been working on getting buttons into the menus and assign what they are going to do. After creating the button class it felt natural for me to take the task of putting them into the game and it’s menus, since I was the one that, probably and hopefully, knew the most about how they were made and how they work. If you don’t know how the buttons work, I’ll cover it shortly but I recommend […]

/ Comments Off on Haunted Light – Buttons and Menus!
Program: Programming

Downtime

This Monday we had a play testing where we got very much and good feedback. But one thing we have been discussing in the group is the downtime in our game – the time where there isn’t much to do in the game. For example when you have killed a boss and have to run all the way back to the beginning and you probably have killed all the enemies on your way to the boss already. Or if you […]

/ Comments Off on Downtime
Program: Programming

Downtime

This Monday we had a play testing where we got very much and good feedback. But one thing we have been discussing in the group is the downtime in our game – the time where there isn’t much to do in the game. For example when you have killed a boss and have to run all the way back to the beginning and you probably have killed all the enemies on your way to the boss already. Or if you […]

/ Comments Off on Downtime
Program: Programming

Code files and assistance

In the previous blog post I promised that I would update on what I did last week with the coding part, so I will get into that a bit further now. Note that I will write and do write about the last week’s work, and not the current one. Anyway as I’ve said I tried to code some sort of highscore list, but before doing that you’ll need to implement a way to write from file and read to file. […]

/ Comments Off on Code files and assistance
Program: Programming

Code files and assistance

In the previous blog post I promised that I would update on what I did last week with the coding part, so I will get into that a bit further now. Note that I will write and do write about the last week’s work, and not the current one. Anyway as I’ve said I tried to code some sort of highscore list, but before doing that you’ll need to implement a way to write from file and read to file. […]

/ Comments Off on Code files and assistance
Program: Programming

Haunted Light – Redirection

In the previous post I wrote that I was going to go through how our level generation worked, but due to missed deadlines we’ve been forced to push the implementation of that feature to later when we have a working path-finding since we prioritize having a challenging game rather than a fancy level-generation. Because of that unfortunate turn of events I’ll now write about how our A-star implementation currently works instead.
Before I even […]

/ Comments Off on Haunted Light – Redirection
Program: Programming

Haunted Light – Redirection

In the previous post I wrote that I was going to go through how our level generation worked, but due to missed deadlines we’ve been forced to push the implementation of that feature to later when we have a working path-finding since we prioritize having a challenging game rather than a fancy level-generation. Because of that unfortunate turn of events I’ll now write about how our A-star implementation currently works instead.
Before I even […]

/ Comments Off on Haunted Light – Redirection
Program: Programming

Dirt sprites, UI and menu background.

This week I’ve been working on some dirt sprites, the UI and the main menu background.
The dirt sprites are very simple transparent layers with some dirt and mud added. The game will then just lay that over the sprites when you get muddy to illustrate that you actually are. I just used some preset brushes in Photoshop to make the dirt, nothing fancy, only took about one hour to make all the sprites. I made three different dirt levels in […]

/ Comments Off on Dirt sprites, UI and menu background.
Program: Graphics

Dirt sprites, UI and menu background.

This week I’ve been working on some dirt sprites, the UI and the main menu background.
The dirt sprites are very simple transparent layers with some dirt and mud added. The game will then just lay that over the sprites when you get muddy to illustrate that you actually are. I just used some preset brushes in Photoshop to make the dirt, nothing fancy, only took about one hour to make all the sprites. I made three different dirt levels in […]

/ Comments Off on Dirt sprites, UI and menu background.
Program: Graphics

Popups or notifications and finally some text that tells you how much things cost.

Once again I haven’t worked enough on one artifact to really write about it enough to fill a blog of 400 words. So once again I’ll just write a bit of what I’ve done this week.
I haven’t really done anything very complicated this week either, but I can start with the one that I worked the most on, a popup box, or a notification-box if you will. That is a small box that pops up in a corner of the […]

/ Comments Off on Popups or notifications and finally some text that tells you how much things cost.
Program: Programming

Popups or notifications and finally some text that tells you how much things cost.

Once again I haven’t worked enough on one artifact to really write about it enough to fill a blog of 400 words. So once again I’ll just write a bit of what I’ve done this week.
I haven’t really done anything very complicated this week either, but I can start with the one that I worked the most on, a popup box, or a notification-box if you will. That is a small box that pops up in a corner of the […]

/ Comments Off on Popups or notifications and finally some text that tells you how much things cost.
Program: Programming

Playground Panic #5 – Aesthetic Stuff

Programming vs. designing. Up until recently we barely had anything that showed that the kids weren’t actually “killed off”, but rather cleaned. We have been really rushed with getting an actual “game” done and haven’t had as much time as we’d like left to spend on the fine-tuning, balancing and aesthetic feelings of the game. We don’t have much, but water-effects, UI, dirt and so on are things we either have added already or plan to add in a near […]

/ Comments Off on Playground Panic #5 – Aesthetic Stuff
Program: Programming

Playground Panic #5 – Aesthetic Stuff

Programming vs. designing. Up until recently we barely had anything that showed that the kids weren’t actually “killed off”, but rather cleaned. We have been really rushed with getting an actual “game” done and haven’t had as much time as we’d like left to spend on the fine-tuning, balancing and aesthetic feelings of the game. We don’t have much, but water-effects, UI, dirt and so on are things we either have added already or plan to add in a near […]

/ Comments Off on Playground Panic #5 – Aesthetic Stuff
Program: Programming

Artifact 5, AI states Idle, Scared and Hunting.

The last blog i wrote was kind of incomplete. To try and make up for it I will explain 3 of the AI states in our game.
We needed the enemy fishes to move around a bit in the level. So I started to make the Idle state. I remembered the way I tried to have an enemy to move in a rectangular pattern in the last project I made. I wasn’t really satisfied with that. Last time i made a […]

/ Comments Off on Artifact 5, AI states Idle, Scared and Hunting.
Program: Programming

Artifact 5, AI states Idle, Scared and Hunting.

The last blog i wrote was kind of incomplete. To try and make up for it I will explain 3 of the AI states in our game.
We needed the enemy fishes to move around a bit in the level. So I started to make the Idle state. I remembered the way I tried to have an enemy to move in a rectangular pattern in the last project I made. I wasn’t really satisfied with that. Last time i made a […]

/ Comments Off on Artifact 5, AI states Idle, Scared and Hunting.
Program: Programming

Uneventful week :I

Hello, this week has actually been pretty uneventful. We are getting towards the end of the to-do list when it comes to art. I don’t really have much to write about, but I will do my best. Here comes this week’s blog post (woho). This week my assignment was to finish the level two of the customization picture of the truck. I have been trying to draw the levels of the trucks so that they look like the trucks from […]

/ Comments Off on Uneventful week :I
Program: Graphics

Uneventful week :I

Hello, this week has actually been pretty uneventful. We are getting towards the end of the to-do list when it comes to art. I don’t really have much to write about, but I will do my best. Here comes this week’s blog post (woho). This week my assignment was to finish the level two of the customization picture of the truck. I have been trying to draw the levels of the trucks so that they look like the trucks from […]

/ Comments Off on Uneventful week :I
Program: Graphics