Daily Archives: February 26, 2015

Dev log III

Mole munch är vår tagning på hur man gör ett arkadigt mullvadsspel där du skall undvika fienden som studsar mot väggarna och plocka upp grönsakerna. Man kan vara under jord där man är halvt skyddad från mullvadsfångarna. Ifall de ser en jordhög som man lämnar efter sig så kommer dem att fylla den med vatten.
Denna vecka går jag igenom hur mitt arbete kring vårt väggobjekt, en lövhäck, gick till. Då vi i förra veckan fick gå från isometriskt perspektiv till […]

/ Comments Off on Dev log III
Program: Graphics

Dev log III

Mole munch är vår tagning på hur man gör ett arkadigt mullvadsspel där du skall undvika fienden som studsar mot väggarna och plocka upp grönsakerna. Man kan vara under jord där man är halvt skyddad från mullvadsfångarna. Ifall de ser en jordhög som man lämnar efter sig så kommer dem att fylla den med vatten.
Denna vecka går jag igenom hur mitt arbete kring vårt väggobjekt, en lövhäck, gick till. Då vi i förra veckan fick gå från isometriskt perspektiv till […]

/ Comments Off on Dev log III
Program: Graphics

Week 6 of the Piñata – This game needs objects

Over the course of taking the concept of Day of the Piñata and making it into a full game I have been working on the many objects the game needs. The player will play as a piñata raging through the streets on Dia de los Muertos, to wreck the festive decorations. These objects are the ones the piñata will stomp down.
To begin the process of every object I do a few quick thumbnails in no more than three shades. I […]

/ Comments Off on Week 6 of the Piñata – This game needs objects
Program: Graphics

Week 6 of the Piñata – This game needs objects

Over the course of taking the concept of Day of the Piñata and making it into a full game I have been working on the many objects the game needs. The player will play as a piñata raging through the streets on Dia de los Muertos, to wreck the festive decorations. These objects are the ones the piñata will stomp down.
To begin the process of every object I do a few quick thumbnails in no more than three shades. I […]

/ Comments Off on Week 6 of the Piñata – This game needs objects
Program: Graphics

With a click of a button!

When starting the game we want the players to be prepared. The players shouldn’t feel like they’re being thrown into the game without warning. In order to make the player prepared we had to make a menu from where the players can access the game. From … – Läs hela inlägget här

/ Comments Off on With a click of a button!
Program: Programming

With a click of a button!

When starting the game we want the players to be prepared. The players shouldn’t feel like they’re being thrown into the game without warning. In order to make the player prepared we had to make a menu from where the players can access the game. From … – Läs hela inlägget här

/ Comments Off on With a click of a button!
Program: Programming

Fancy Mansion – Better collision and a start on A.I.

Last week we had a showcase of our alpha-release of the game. I think it was quite well received and we were given some tips on how we should continue. This week we have started working on an A.I. for our enemy in the game, Mr.Fancy. Also, during last week we implemented new walls into our game with a different perspective and the collision between the player and the walls were not working as intended.
So this week I have changed the size […]

/ Comments Off on Fancy Mansion – Better collision and a start on A.I.
Program: Programming

Fancy Mansion – Better collision and a start on A.I.

Last week we had a showcase of our alpha-release of the game. I think it was quite well received and we were given some tips on how we should continue. This week we have started working on an A.I. for our enemy in the game, Mr.Fancy. Also, during last week we implemented new walls into our game with a different perspective and the collision between the player and the walls were not working as intended.
So this week I have changed the size […]

/ Comments Off on Fancy Mansion – Better collision and a start on A.I.
Program: Programming

Space Shooter Dev. 3 – Pattern

I’m starting to think there are more than one Thursday in a week with how often it feels like I’m writing these. Reflection’s good for the soul though, and since I’ve been going on and on about walls for two weeks I think it’s time for another must-have in any household: floors. Exciting, isn’t it.
Now this being Fancy Mansion I’m on about, there have to be at least three different kinds of floor to produce three different kinds of sounds. […]

/ Comments Off on Space Shooter Dev. 3 – Pattern
Program: Graphics

Space Shooter Dev. 3 – Pattern

I’m starting to think there are more than one Thursday in a week with how often it feels like I’m writing these. Reflection’s good for the soul though, and since I’ve been going on and on about walls for two weeks I think it’s time for another must-have in any household: floors. Exciting, isn’t it.
Now this being Fancy Mansion I’m on about, there have to be at least three different kinds of floor to produce three different kinds of sounds. […]

/ Comments Off on Space Shooter Dev. 3 – Pattern
Program: Graphics

Projectile creation and animation

This week I have continued making animations to the game. Since I last wrote about the dragon’s animation, this week, I will write about the making of the projectile. How it was made and the animation process. 

I started with brainstorming the look of the projectile. It had to have some kind of relation to singing or some kind of tune. The visualization of the projectile should be a beam that traveled from the dragon to the crystallized enemy and shatter […]

/ Comments Off on Projectile creation and animation
Program: Graphics

Projectile creation and animation

This week I have continued making animations to the game. Since I last wrote about the dragon’s animation, this week, I will write about the making of the projectile. How it was made and the animation process. 

I started with brainstorming the look of the projectile. It had to have some kind of relation to singing or some kind of tune. The visualization of the projectile should be a beam that traveled from the dragon to the crystallized enemy and shatter […]

/ Comments Off on Projectile creation and animation
Program: Graphics

Fancy Mansion: Waypoints

This week I’ll be discussing the use of waypoints as a method of pathfinding for our enemy AI. Taking last week’s CONCRIT into consideration, I’ll try to explain the how and why of my programming in a simplified manner that non-programmers can more easily follow along with.
Rather than go with A* Pathfinding, which is an algorithm that calculates the shortest possible route between two points, we opted to go for a waypoint pathfinding system. Our programming lecturer recommended we take […]

/ Comments Off on Fancy Mansion: Waypoints
Program: Programming

Fancy Mansion: Waypoints

This week I’ll be discussing the use of waypoints as a method of pathfinding for our enemy AI. Taking last week’s CONCRIT into consideration, I’ll try to explain the how and why of my programming in a simplified manner that non-programmers can more easily follow along with.
Rather than go with A* Pathfinding, which is an algorithm that calculates the shortest possible route between two points, we opted to go for a waypoint pathfinding system. Our programming lecturer recommended we take […]

/ Comments Off on Fancy Mansion: Waypoints
Program: Programming

Week 6: Animating in photoshop.

Hello!
This week I finally started working on animating. In Photoshop CC no less, a program that I had no idea you could animate in until just a couple of weeks ago. The only animations I’ve done so far has been an assignment for my graphics course, which consisted of a walk cycle for a stickman, and some pixel animations for a GameJam game in GameMaker nearly five months ago. There was also the time in Macromedia Flash about five or […]

/ Comments Off on Week 6: Animating in photoshop.
Program: Graphics

Week 6: Animating in photoshop.

Hello!
This week I finally started working on animating. In Photoshop CC no less, a program that I had no idea you could animate in until just a couple of weeks ago. The only animations I’ve done so far has been an assignment for my graphics course, which consisted of a walk cycle for a stickman, and some pixel animations for a GameJam game in GameMaker nearly five months ago. There was also the time in Macromedia Flash about five or […]

/ Comments Off on Week 6: Animating in photoshop.
Program: Graphics

Week 6 – Level details

Hello hello!
So last week I got the task to design some vacation details to add to the beach in our version of Magic Writer. This was mostly to increase the impression of our wizard being on a vacation and on a relaxing beach, not expecting the incoming monsters. The details would work as a stop for our character, since the beach would be quite wide we wanted to narrow it down so that the lanes that the wizard can jump […]

/ Comments Off on Week 6 – Level details
Program: Graphics

Week 6 – Level details

Hello hello!
So last week I got the task to design some vacation details to add to the beach in our version of Magic Writer. This was mostly to increase the impression of our wizard being on a vacation and on a relaxing beach, not expecting the incoming monsters. The details would work as a stop for our character, since the beach would be quite wide we wanted to narrow it down so that the lanes that the wizard can jump […]

/ Comments Off on Week 6 – Level details
Program: Graphics

The Heads Up Display, early stage [WIP]

So this past week I’ve been working on the Heads Up Display, the HUD for our space shooter project Fancy Mansion. Well, the name is about to change to something else once we come up with a fitting name.
I went through some iterations when working on this task, since I couldn’t really decide on one solution over the other in the beginning until I remembered what a second year student told me about RenderTextures.
Now, remember, at the moment, all […]

/ Comments Off on The Heads Up Display, early stage [WIP]
Program: Programming

The Heads Up Display, early stage [WIP]

So this past week I’ve been working on the Heads Up Display, the HUD for our space shooter project Fancy Mansion. Well, the name is about to change to something else once we come up with a fitting name.
I went through some iterations when working on this task, since I couldn’t really decide on one solution over the other in the beginning until I remembered what a second year student told me about RenderTextures.
Now, remember, at the moment, all […]

/ Comments Off on The Heads Up Display, early stage [WIP]
Program: Programming

Magic Writer – Blogpost 3

Another week of production, another week of blogging.
It feels like I will not have that much to say today due to this week not being so productive, at least on my part. This is partly due to a small change that the group agreed on, and that was to change the sound that came when the player successfully casted a spell. We had earlier decided on a “poof” sound for when the thought bubble disappeared in a cloud of smoke, […]

/ Comments Off on Magic Writer – Blogpost 3
Program: Graphics

Magic Writer – Blogpost 3

Another week of production, another week of blogging.
It feels like I will not have that much to say today due to this week not being so productive, at least on my part. This is partly due to a small change that the group agreed on, and that was to change the sound that came when the player successfully casted a spell. We had earlier decided on a “poof” sound for when the thought bubble disappeared in a cloud of smoke, […]

/ Comments Off on Magic Writer – Blogpost 3
Program: Graphics

Programming a Menu for our Mole Munch project

Recovering from the hectic last week where we had to code so much, especially the last days before our Alpha deadline, we now look towards the Beta deadline. Several things still need to be implemented: powerup, improved projectile (the object I was working on last week), graphics and some other things. This week I will be finishing the projectile completely and I’ll also be implementing graphics to our game. But this blog post will be about what I’ve been working […]

/ Comments Off on Programming a Menu for our Mole Munch project
Program: Programming

Programming a Menu for our Mole Munch project

Recovering from the hectic last week where we had to code so much, especially the last days before our Alpha deadline, we now look towards the Beta deadline. Several things still need to be implemented: powerup, improved projectile (the object I was working on last week), graphics and some other things. This week I will be finishing the projectile completely and I’ll also be implementing graphics to our game. But this blog post will be about what I’ve been working […]

/ Comments Off on Programming a Menu for our Mole Munch project
Program: Programming