Browsing 'Programming': Posts from Game Design and Programming

Game-design in practice, group post #3

Our group:

Group Leader / Programer : Stam Kruajan
Programmer : Joni Nikander
Programmer : Christoffer Lövdahl
Programmer : Axel Eriksson
Programmer : Robin Berneby
Graphical Artist : Stefan Strandberg

Stam Kruajan is standing for the marketing part, where we decided to go with twitter, facebook, reddit, youtube and indie blogs. Where we explain what our game is about and try to get feedback of what we can do better and if this is going to work as a successful game. We are trying to promote our […]

/ Comments Off on Game-design in practice, group post #3
Program: Programming

Game-design in practice, group post #3

Our group:

Group Leader / Programer : Stam Kruajan
Programmer : Joni Nikander
Programmer : Christoffer Lövdahl
Programmer : Axel Eriksson
Programmer : Robin Berneby
Graphical Artist : Stefan Strandberg

Stam Kruajan is standing for the marketing part, where we decided to go with twitter, facebook, reddit, youtube and indie blogs. Where we explain what our game is about and try to get feedback of what we can do better and if this is going to work as a successful game. We are trying to promote our […]

/ Comments Off on Game-design in practice, group post #3
Program: Programming

Game-design in practice, group post #2

The first week of the project we decided to sit down and make a plan on how to create our game, what we should include and exclude from the project. To minimize the risk of letting the project get to big so that we wont have time to finish a MVP(Minimal Viable Product). We chose to work with a tool named “KanBanFlow”, which are a method for visualizing the flow of work, in order to balance demand with available capacity and […]

/ Comments Off on Game-design in practice, group post #2
Program: Programming

Game-design in practice, group post #2

The first week of the project we decided to sit down and make a plan on how to create our game, what we should include and exclude from the project. To minimize the risk of letting the project get to big so that we wont have time to finish a MVP(Minimal Viable Product). We chose to work with a tool named “KanBanFlow”, which are a method for visualizing the flow of work, in order to balance demand with available capacity and […]

/ Comments Off on Game-design in practice, group post #2
Program: Programming

Game-design in practice, group post #1

We have gotten an assignment where we have to make a product and have a succeeding marketing so you can sell it to an audience. As a group we decided to make a 2D game with a isometric camera view, a twin stick shooter game in a arena setting with different game modes(capture the flag, battle royal etc.). The genre of the game would be pixel like with a steampunk theme to it. 
Our group contains a total of 6 members, […]

/ Comments Off on Game-design in practice, group post #1
Program: Programming

Game-design in practice, group post #1

We have gotten an assignment where we have to make a product and have a succeeding marketing so you can sell it to an audience. As a group we decided to make a 2D game with a isometric camera view, a twin stick shooter game in a arena setting with different game modes(capture the flag, battle royal etc.). The genre of the game would be pixel like with a steampunk theme to it. 
Our group contains a total of 6 members, […]

/ Comments Off on Game-design in practice, group post #1
Program: Programming

Lighting for Health Revision

During the development of Four Days Before School I worked on using lighting to represent the amount of health the player had. The decision to use lighting for health was made because we had one programmer and two artists, so since we would have more man hours for graphics work, we wanted to focus on the aesthetic and atmosphere of the game and chose a concept based on that. Since the game depicted a child dreaming, the idea of using […]

/ Comments Off on Lighting for Health Revision
Program: Programming

Lighting for Health Revision

During the development of Four Days Before School I worked on using lighting to represent the amount of health the player had. The decision to use lighting for health was made because we had one programmer and two artists, so since we would have more man hours for graphics work, we wanted to focus on the aesthetic and atmosphere of the game and chose a concept based on that. Since the game depicted a child dreaming, the idea of using […]

/ Comments Off on Lighting for Health Revision
Program: Programming

Om att bli kallad söt och känna sig förminskad

Under gårdagen var jag med i Invest in Games 2017 som utställare. Jag representerade Sam and Nicole och var där för att mingla och skapade nya kontakter. På plats fanns Sveriges radio och de ville fråga mig lite om hur det är att vara kvinna i spelindustrin nu när Dataspelsbranchen har släppt nya siffror där det framkommer att bara 2 av 10 i industrin identifierar sig som kvinna. Som en ung tjej i industrin och hoppas på en förändring så […]

/ Comments Off on Om att bli kallad söt och känna sig förminskad
Program: Programming

Om att bli kallad söt och känna sig förminskad

Under gårdagen var jag med i Invest in Games 2017 som utställare. Jag representerade Sam and Nicole och var där för att mingla och skapade nya kontakter. På plats fanns Sveriges radio och de ville fråga mig lite om hur det är att vara kvinna i spelindustrin nu när Dataspelsbranchen har släppt nya siffror där det framkommer att bara 2 av 10 i industrin identifierar sig som kvinna. Som en ung tjej i industrin och hoppas på en förändring så […]

/ Comments Off on Om att bli kallad söt och känna sig förminskad
Program: Programming

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Programming

Interacting with tools and changing stats

 Messaging
In order to dictate when the intractable objects should activate its animations and other functions, i used the built in messaging system in unity. This is used to send a command to use a certain function within another script. This is an easy way to control a small amount of functions on a global scale.
Shower
The shower is composed by a collision box, a particle effect and a static 3D model. The whole system starts when the player touches the screen […]

/ Comments Off on Interacting with tools and changing stats
Program: Programming

Eating

Eating
We now have a way to throw food to the critter by the use of the touchscreen. In this game you are supposed to care for your critter and raise it as you wish it to become in its adult stage. To do this you are suppose to treat it well (or not so well) in order to get the wished result. Here i was assigned to create a system that firstly keeps track of the amount of different food […]

/ Comments Off on Eating
Program: Programming

Eating

Eating
We now have a way to throw food to the critter by the use of the touchscreen. In this game you are supposed to care for your critter and raise it as you wish it to become in its adult stage. To do this you are suppose to treat it well (or not so well) in order to get the wished result. Here i was assigned to create a system that firstly keeps track of the amount of different food […]

/ Comments Off on Eating
Program: Programming

Movement

With the use of the previous posts function, the touching of the screen. I continued to create some form of movement for the critter. When you touch the screen so that the created ray collides with the floor of the map, i save the point of collision as a coordinate. This coordinate is then sent to the critter to be evaluated. The critter receives a value for an X, Y and Z coordinate, with these the critter knows where the […]

/ Comments Off on Movement
Program: Programming

Movement

With the use of the previous posts function, the touching of the screen. I continued to create some form of movement for the critter. When you touch the screen so that the created ray collides with the floor of the map, i save the point of collision as a coordinate. This coordinate is then sent to the critter to be evaluated. The critter receives a value for an X, Y and Z coordinate, with these the critter knows where the […]

/ Comments Off on Movement
Program: Programming

Step Counter

Making the step counter was easy in the sense of that there are many various sources of documentations and blog posts of people receiving help in these kinds of problems. Our game went through so many changes that in the end it became a type of activity app with a Tamagotchi experience tied to it. The activity part was necessary in our opinion because we wanted to set our game apart from the many apps that was similar to the […]

/ Comments Off on Step Counter
Program: Programming

Step Counter

Making the step counter was easy in the sense of that there are many various sources of documentations and blog posts of people receiving help in these kinds of problems. Our game went through so many changes that in the end it became a type of activity app with a Tamagotchi experience tied to it. The activity part was necessary in our opinion because we wanted to set our game apart from the many apps that was similar to the […]

/ Comments Off on Step Counter
Program: Programming

hello world, again

So I’ve yet again remade this website. This time I’ve moved from jekyll to hugo, because I’ve had to reinstall ruby far too many times and there’s always some issue with it preventing me from just getting it up and running so I can update this site. Hugo is just a binary, no need to install anything to get it to run. It’s far less of a hassle.
If you for whatever reason want to see the old posts (which were […]

/ Comments Off on hello world, again
Program: Programming

hello world, again

So I’ve yet again remade this website. This time I’ve moved from jekyll to hugo, because I’ve had to reinstall ruby far too many times and there’s always some issue with it preventing me from just getting it up and running so I can update this site. Hugo is just a binary, no need to install anything to get it to run. It’s far less of a hassle.
If you for whatever reason want to see the old posts (which were […]

/ Comments Off on hello world, again
Program: Programming

hello world, again

So I’ve yet again remade this website. This time I’ve moved from jekyll to hugo, because I’ve had to reinstall ruby far too many times and there’s always some issue with it preventing me from just getting it up and running so I can update this site. Hugo is just a binary, no need to install anything to get it to run. It’s far less of a hassle.
If you for whatever reason want to see the old posts (which were […]

/ Comments Off on hello world, again
Program: Programming

hello world, again

So I’ve yet again remade this website. This time I’ve moved from jekyll to hugo, because I’ve had to reinstall ruby far too many times and there’s always some issue with it preventing me from just getting it up and running so I can update this site. Hugo is just a binary, no need to install anything to get it to run. It’s far less of a hassle.
If you for whatever reason want to see the old posts (which were […]

/ Comments Off on hello world, again
Program: Programming

Allting har ett slut

I torsdags, den femtonde juni, var min sista dag på Cortopia Studios. Jag absolut älskade teamet och mitt jobb men livet händer och allting är inte menat att va. Så nu är jag ute på jakt efter ett jobb igen. Livet är så konstigt ibland, ena dagen har man en stabilitet och rutiner och dagen efter har en dörr stängts och en miljon andra dörrar öppnats. Jag är ännu en gång i en sån situation där jag frågar mig själv […]

/ Comments Off on Allting har ett slut
Program: Programming

Allting har ett slut

I torsdags, den femtonde juni, var min sista dag på Cortopia Studios. Jag absolut älskade teamet och mitt jobb men livet händer och allting är inte menat att va. Så nu är jag ute på jakt efter ett jobb igen. Livet är så konstigt ibland, ena dagen har man en stabilitet och rutiner och dagen efter har en dörr stängts och en miljon andra dörrar öppnats. Jag är ännu en gång i en sån situation där jag frågar mig själv […]

/ Comments Off on Allting har ett slut
Program: Programming