Day 1 in pictures


Just a brief update with few pics from the first day of #GGConf2017! It’s been such a blast!
Join us again tomorrow, Tuesday, for:
09:00 – Human Rights in Virtual Worlds
10:00 – Designing games as an expression of grief
11:00 – followed by three hours of games on the show floor (11:00-14:00)!
14:00 – After the final talk by Bonnie Ruberg (14-15) there are just a two more hours to try the games before the show floor is shut down for […]

/ Comments Off on Day 1 in pictures

Day 1 in pictures


Just a brief update with few pics from the first day of #GGConf2017! It’s been such a blast!
Join us again tomorrow, Tuesday, for:
09:00 – Human Rights in Virtual Worlds
10:00 – Designing games as an expression of grief
11:00 – followed by three hours of games on the show floor (11:00-14:00)!
14:00 – After the final talk by Bonnie Ruberg (14-15) there are just a two more hours to try the games before the show floor is shut down for […]

/ Comments Off on Day 1 in pictures

GGC 2017, Day 1


Just a brief update with few pics from the first day of #GGConf2017! It’s been such a blast!
Join us again tomorrow, Tuesday, for:
09:00 – Human Rights in Virtual Worlds
10:00 – Designing games as an expression of grief
11:00 – followed by three hours of games on the show floor (11:00-14:00)!
14:00 – After the final talk by Bonnie Ruberg (14-15) there are just a two more hours to try the games before the show floor is shut down for […]

/ Comments Off on GGC 2017, Day 1

GGC 2017, Day 1


Just a brief update with few pics from the first day of #GGConf2017! It’s been such a blast!
Join us again tomorrow, Tuesday, for:
09:00 – Human Rights in Virtual Worlds
10:00 – Designing games as an expression of grief
11:00 – followed by three hours of games on the show floor (11:00-14:00)!
14:00 – After the final talk by Bonnie Ruberg (14-15) there are just a two more hours to try the games before the show floor is shut down for […]

/ Comments Off on GGC 2017, Day 1

Boxing the map.

In the game The Summoning the players are playing on a terrain made in Unity. The CharacterControllers in Unity can handle slopes upwards, but can’t do it downwards. This is the reason to why we need to create boxes on the map, so the players can’t walk out from it.
Firstly we created a object with a collider and gave it a layer which is called ”WorldBoxes”. Now we can decide what can pass trough the boxes changing the physics in the project. Then the boxes gets extended and […]

/ Comments Off on Boxing the map.
Program: Programming

Boxing the map.

In the game The Summoning the players are playing on a terrain made in Unity. The CharacterControllers in Unity can handle slopes upwards, but can’t do it downwards. This is the reason to why we need to create boxes on the map, so the players can’t walk out from it.
Firstly we created a object with a collider and gave it a layer which is called ”WorldBoxes”. Now we can decide what can pass trough the boxes changing the physics in the project. Then the boxes gets extended and […]

/ Comments Off on Boxing the map.
Program: Programming

Part 6: Why agile is great, and where we failed

The second day of GGC has just ended and I need to ventilate regarding the biggest failure of this project. Failing to work in an agile environment.
What is great with working agile is that you during sprint reviews take a step back after adding a feature, evaluating its design and intent.
As we started working on Rune Mages this was indeed planned. However, something happened early on in the project which today can be seen in the game. Most of the […]

/ Comments Off on Part 6: Why agile is great, and where we failed
Program: Graphics

Part 6: Why agile is great, and where we failed

The second day of GGC has just ended and I need to ventilate regarding the biggest failure of this project. Failing to work in an agile environment.
What is great with working agile is that you during sprint reviews take a step back after adding a feature, evaluating its design and intent.
As we started working on Rune Mages this was indeed planned. However, something happened early on in the project which today can be seen in the game. Most of the […]

/ Comments Off on Part 6: Why agile is great, and where we failed
Program: Graphics

The HP bars.

In the game The Summoning there will be a Demon player and a Human player, which will play against eachother. The Demon are able to spawn units and build buildings which can be commanded. To make this fair, the units will need to have something which indicates the HP, which is why a HP bar has been created.
The HP bars work in the same way as the normal HP bar for the Human, which means that they are Images on a canvas which can be filled. They will however hang […]

/ Comments Off on The HP bars.
Program: Programming

The HP bars.

In the game The Summoning there will be a Demon player and a Human player, which will play against eachother. The Demon are able to spawn units and build buildings which can be commanded. To make this fair, the units will need to have something which indicates the HP, which is why a HP bar has been created.
The HP bars work in the same way as the normal HP bar for the Human, which means that they are Images on a canvas which can be filled. They will however hang […]

/ Comments Off on The HP bars.
Program: Programming

Final year at GGC

Two updates in one week? I must be going crazy.
Anyway, as it is my last year here it is also time for my last GGC, at least as a student here. Perhaps I’ll come back sometime in the future! Besides my self help app, which still isn’t finished, I haven’t worked on any game this year, which means I won’t exhibit anything at the conference.
However, I decided to put my work up on the art wall for the first time! […]

/ Comments Off on Final year at GGC
Program: Graphics

Final year at GGC

Two updates in one week? I must be going crazy.
Anyway, as it is my last year here it is also time for my last GGC, at least as a student here. Perhaps I’ll come back sometime in the future! Besides my self help app, which still isn’t finished, I haven’t worked on any game this year, which means I won’t exhibit anything at the conference.
However, I decided to put my work up on the art wall for the first time! […]

/ Comments Off on Final year at GGC
Program: Graphics

Neon Skies – Week 9

This week marks the end of the production phase of the vertical slice for BGP.

The week started with making some props to give more life to the planet. First off I made a U-pipe that would traverse the map, transporting neon colored materials. This gives a sense of industry and a world where you are only a small part.

After that I added the last of the neon battery packs, a larger one with 3 modules. Together with the other props […]

/ Comments Off on Neon Skies – Week 9
Program: Graphics

Neon Skies – Week 9

This week marks the end of the production phase of the vertical slice for BGP.

The week started with making some props to give more life to the planet. First off I made a U-pipe that would traverse the map, transporting neon colored materials. This gives a sense of industry and a world where you are only a small part.

After that I added the last of the neon battery packs, a larger one with 3 modules. Together with the other props […]

/ Comments Off on Neon Skies – Week 9
Program: Graphics

Writing a character… And animating a start menu.

So, since our writer had alot on his plate besides writing for the characters, I took it upon myself to write a bit for one of our driver-characters, Haizea Alonso (see picture below)

Now, this is more or less a result of a big problem with how we planned our project, that being that for a game which main standout feature is the story between races, we haven’t had a proper script during the whole of the development period. We have […]

/ Comments Off on Writing a character… And animating a start menu.
Program: Graphics

Writing a character… And animating a start menu.

So, since our writer had alot on his plate besides writing for the characters, I took it upon myself to write a bit for one of our driver-characters, Haizea Alonso (see picture below)

Now, this is more or less a result of a big problem with how we planned our project, that being that for a game which main standout feature is the story between races, we haven’t had a proper script during the whole of the development period. We have […]

/ Comments Off on Writing a character… And animating a start menu.
Program: Graphics

Unity

To develop the game, we decided to use the game engine Unity. The reasoning behind this was that all the programmers in the team had used this engine before. The other reason was that Unity already had vehicle examples which we could use to make our driving.

/ Comments Off on Unity
Program: Programming

Unity

To develop the game, we decided to use the game engine Unity. The reasoning behind this was that all the programmers in the team had used this engine before. The other reason was that Unity already had vehicle examples which we could use to make our driving.

/ Comments Off on Unity
Program: Programming

The Aim and Purpose

The purpose of the project was to explore if connecting a dialogue system with racing, and affecting an AI to race differently so to create a story that is told both on and off track that is compelling to a player. To make this interesting we designed mechanics where each system affects the other to create dynamics for the player. Along with using MDA to amplify our aesthetic goal of making the player feel like a racing driver.

/ Comments Off on The Aim and Purpose
Program: Programming

The Aim and Purpose

The purpose of the project was to explore if connecting a dialogue system with racing, and affecting an AI to race differently so to create a story that is told both on and off track that is compelling to a player. To make this interesting we designed mechanics where each system affects the other to create dynamics for the player. Along with using MDA to amplify our aesthetic goal of making the player feel like a racing driver.

/ Comments Off on The Aim and Purpose
Program: Programming

Design Document

As Lead Designer, my role demanded me to communicate the design of the game to the rest of the team. The easiest and most tested way of doing this is by creating a design document. The document should describe every part of a game, but it should also change during development as testing changes how the game is designed. To properly communicate the design to the team I routinely asked the other team members to read through the document as […]

/ Comments Off on Design Document
Program: Programming

Design Document

As Lead Designer, my role demanded me to communicate the design of the game to the rest of the team. The easiest and most tested way of doing this is by creating a design document. The document should describe every part of a game, but it should also change during development as testing changes how the game is designed. To properly communicate the design to the team I routinely asked the other team members to read through the document as […]

/ Comments Off on Design Document
Program: Programming