Daily Archives: March 13, 2015

Team 12 Report 5 – Beta Polishing & Problems.

Hello everybody! This week has been a tough one filled with hours upon hours of work for us! The beta presentation has always been like a shining light at the end of the tunnel for us and we really wanted something nice to show during the presentation. Unfortunately this week has also been plagued by a lot of problems and communication errors between the programmers and the graphics artists. But problems aside this week has been very productive and we […]

/ Comments Off on Team 12 Report 5 – Beta Polishing & Problems.
Program: Programming

Team 12 Report 5 – Beta Polishing & Problems.

Hello everybody! This week has been a tough one filled with hours upon hours of work for us! The beta presentation has always been like a shining light at the end of the tunnel for us and we really wanted something nice to show during the presentation. Unfortunately this week has also been plagued by a lot of problems and communication errors between the programmers and the graphics artists. But problems aside this week has been very productive and we […]

/ Comments Off on Team 12 Report 5 – Beta Polishing & Problems.
Program: Programming

Final Beta Week

This week me and my team have been hard at work finishing most of the things that need to be done before the beta presentations. At the start of the week we created a document that everyone filled in with things that we thought had to be done before the presentations. We programmers already sort of knew what had to be done, so we just filled in and divided the tasks between us. The tasks that i had were the […]

/ Comments Off on Final Beta Week
Program: Programming

Final Beta Week

This week me and my team have been hard at work finishing most of the things that need to be done before the beta presentations. At the start of the week we created a document that everyone filled in with things that we thought had to be done before the presentations. We programmers already sort of knew what had to be done, so we just filled in and divided the tasks between us. The tasks that i had were the […]

/ Comments Off on Final Beta Week
Program: Programming

Creating Colliders by Magic

So we realized that our wall colliders were too many to be efficient. Each wall segment the size of one tile had its own collider which was created by the tile itself at the time of its instantiation. Every wall instance knew what kind of wall segment it was (information that was also used for determining which texture to load), and shaped the collider accordingly. (We had some struggles here because the shape of certain wall segments called for a […]

/ Comments Off on Creating Colliders by Magic
Program: Programming

Creating Colliders by Magic

So we realized that our wall colliders were too many to be efficient. Each wall segment the size of one tile had its own collider which was created by the tile itself at the time of its instantiation. Every wall instance knew what kind of wall segment it was (information that was also used for determining which texture to load), and shaped the collider accordingly. (We had some struggles here because the shape of certain wall segments called for a […]

/ Comments Off on Creating Colliders by Magic
Program: Programming

Continuing the sound implementation.

This week I have continued working on the sound implementation, the same thing that I have essantaly been working on for 2 weeks  now, however last week I was doing alot of sound gathering of sound as well as sound testing, and almost no programing. this week however I had to focus almost single handedly on programing since most of the other stuff was done, and the beta was comming so all the sound had to be in the game.
So basicly my task for […]

/ Comments Off on Continuing the sound implementation.
Program: Programming

Continuing the sound implementation.

This week I have continued working on the sound implementation, the same thing that I have essantaly been working on for 2 weeks  now, however last week I was doing alot of sound gathering of sound as well as sound testing, and almost no programing. this week however I had to focus almost single handedly on programing since most of the other stuff was done, and the beta was comming so all the sound had to be in the game.
So basicly my task for […]

/ Comments Off on Continuing the sound implementation.
Program: Programming

Less than good week…

This week I have been doing minor stuff. I haven’t done much since I shall not continue this education after the summer. But since I have just done some minor stuff this week, then I shall just write about the making of a power up that I made to the group.
We talked about in the group that we wanted to have a power up in the form of a disco ball that auto target and destroy the enemy. I […]

/ Comments Off on Less than good week…
Program: Graphics

Less than good week…

This week I have been doing minor stuff. I haven’t done much since I shall not continue this education after the summer. But since I have just done some minor stuff this week, then I shall just write about the making of a power up that I made to the group.
We talked about in the group that we wanted to have a power up in the form of a disco ball that auto target and destroy the enemy. I […]

/ Comments Off on Less than good week…
Program: Graphics

Fancy Mansion: Level Design

So for the past two weeks, in between coding more items aka powerups and doing some bugfixes, I’ve been working on a level design for our game, to replace the boxy placeholder we had for alpha. I had a couple of considerations while working on the level design:

Backtracking is generally boring (tedious, repetitive). Since our gameplay involves on dragging stolen, heavy items back to the balcony, which impedes the player’s speed and therefore their ability to avoid Otto, I wanted […]

/ Comments Off on Fancy Mansion: Level Design
Program: Programming

Fancy Mansion: Level Design

So for the past two weeks, in between coding more items aka powerups and doing some bugfixes, I’ve been working on a level design for our game, to replace the boxy placeholder we had for alpha. I had a couple of considerations while working on the level design:

Backtracking is generally boring (tedious, repetitive). Since our gameplay involves on dragging stolen, heavy items back to the balcony, which impedes the player’s speed and therefore their ability to avoid Otto, I wanted […]

/ Comments Off on Fancy Mansion: Level Design
Program: Programming

Blogpost no.5 : Gissa vad.. Power ups!

Tjena!
Jo, så det är Torsdag och dags för ett nytt inlägg om vad denna vecka har bestått utav.  Den här senaste veckan har tyvärr inte varit lika produktiv som vanliga veckor; för min del. Det jag har arbetat med är power ups. Med tanke på att vi har så många olika sorters power ups så arbetar jag med nya power ups och detta tar längre tid än väntat med tanke på att koden inte varit förberedd för alla olika power […]

/ Comments Off on Blogpost no.5 : Gissa vad.. Power ups!
Program: Programming

Blogpost no.5 : Gissa vad.. Power ups!

Tjena!
Jo, så det är Torsdag och dags för ett nytt inlägg om vad denna vecka har bestått utav.  Den här senaste veckan har tyvärr inte varit lika produktiv som vanliga veckor; för min del. Det jag har arbetat med är power ups. Med tanke på att vi har så många olika sorters power ups så arbetar jag med nya power ups och detta tar längre tid än väntat med tanke på att koden inte varit förberedd för alla olika power […]

/ Comments Off on Blogpost no.5 : Gissa vad.. Power ups!
Program: Programming

Our players currency, regaining lost candy.

Hey there!
This week I have been working on a way to let the player regain health (or as it is for out game, regain candy as you play as a piñata). I chose to work on this feature and function for no particular reason  rather than our game needs this to fully function and as my co-worker was currently working on patching our collision checking I began to work on and create this function.  As it is written in our design […]

/ Comments Off on Our players currency, regaining lost candy.
Program: Programming

Our players currency, regaining lost candy.

Hey there!
This week I have been working on a way to let the player regain health (or as it is for out game, regain candy as you play as a piñata). I chose to work on this feature and function for no particular reason  rather than our game needs this to fully function and as my co-worker was currently working on patching our collision checking I began to work on and create this function.  As it is written in our design […]

/ Comments Off on Our players currency, regaining lost candy.
Program: Programming

Ambient sound and the bane of the vuvuzela

Hi again!
This week has been a bit hectic, as the beta is due tomorrow and we had a playtest session this monday. While I’ve been working on a number of different things and have got a lot done, I’m gonna focus on the sound for the game’s main menu.
 
Erik started last week with making the main menu for Day of the Piñata. While we were doubtful at the least of how many of the menu’s buttons (start game, credits, highscore […]

/ Comments Off on Ambient sound and the bane of the vuvuzela
Program: Graphics

Ambient sound and the bane of the vuvuzela

Hi again!
This week has been a bit hectic, as the beta is due tomorrow and we had a playtest session this monday. While I’ve been working on a number of different things and have got a lot done, I’m gonna focus on the sound for the game’s main menu.
 
Erik started last week with making the main menu for Day of the Piñata. While we were doubtful at the least of how many of the menu’s buttons (start game, credits, highscore […]

/ Comments Off on Ambient sound and the bane of the vuvuzela
Program: Graphics

Design for Magic Writer. Blog post 5, Level Design

Level Design? Who needs it in an endless runner? Well, it’s more vital than what you think. The week before the Beta and no level design proved pretty stupid. Let’s go through how It was solved.
Welcome to another design blog post for Magic Writer!
Until last week, we had no one working on level design. When I took the task of setting up the wavesystem (making the monster reset after each wave of monsters), I realized that I had no idea […]

/ Comments Off on Design for Magic Writer. Blog post 5, Level Design
Program: Programming

Design for Magic Writer. Blog post 5, Level Design

Level Design? Who needs it in an endless runner? Well, it’s more vital than what you think. The week before the Beta and no level design proved pretty stupid. Let’s go through how It was solved.
Welcome to another design blog post for Magic Writer!
Until last week, we had no one working on level design. When I took the task of setting up the wavesystem (making the monster reset after each wave of monsters), I realized that I had no idea […]

/ Comments Off on Design for Magic Writer. Blog post 5, Level Design
Program: Programming