Skip to main content

Games GDD

Reading

Hi again! Today I read about initial design which is the first step of the iterative process. I first read an article by Greg Aleknevicus where he spoke about what makes a game more appealing. He discussed components, boxes, themes, cards and rules.

I learned that the visual aspect of components can have a great impact on the game I create. Both colour and shape are important to look at when making them. I never took into account that many people suffer from colour blindness. After reading about this, I looked into what colours would be the least distinguishable. They mainly have difficulty with seeing green, red and blue or a mixture of these colours. Adding different shapes depending on the colours can also help people distinguish between the components. Icons can also help users quickly understand what each component means. Another point Greg made was to try and not crowd the components. I definitely think games with less clutter are more visually pleasing.

normalDeuteranope
The colors of the rainbow
Normal color vision
The colors of the rainbow
Deuteranope (simulation)
Absence of green retinal photoreceptors

ProtanopeTritanope
The colors of the rainbow
Protanope (simulation)
Absence of red retinal photoreceptors.
The colors of the rainbow
Tritanope (simulation)
Absence of blue retinal receptors

Images: How different colours can be viewed depedning on eye sight (https://www.colormatters.com/color-and-vision/what-is-color-blindness)
Greg then went on to discuss the box of a game. I learned that although the box is a simple part, it is still very important as it is what the user sees first. You should list the name of the game on the side of the box, make sure any "back of the box" photo shows a legal game position and print opposite sides of the box horizontally and vertically.

The theme and rules are also important aspects to creating a game. You want the theme to work with the rules rather than against them. Blind-testing the games rules is an easy and effective way to figure out if users will be able to understand pick up on how to play the game.

I attempted to read chapter 4 of 'Challenge for Game Designers' but it was unavailable on Amazon.
 (Links to an external sGreg Aleknevicus





Comments

Popular posts from this blog

Game Elements

Game Elements This week's readings game me an insight on the questions that must be asked when thinking about; p layers, objectives, rules, resources, game state, information, sequencing, player interaction, theme and games as systems. I found the examples given for each of these very useful and gave me an idea of all the variations there are. Image 1:  https://pxhere.com/en/photo/948574 I think the "Three step process" given for critically analyzing a game will definitely come in hand: "1. Describe the game’s formal elements. Do not interpret at this point, simply state what is there. 2. Describe the results of the formal elements when put in motion. How do the different elements interact? What is the play of the game like? Is it effective? 3. Try to understand why the designer chose those elements and not others. Why this particular player structure, and why that set of resources? What would have happened if the designer had chosen differently?" ( h...

Unity Tutorial 06

Unity tutorial 6  Hi and welcome back to my blog! Today I will be writing about a new set of Unity Tutorials about “Jump Force”, “Making the World Whiz By” & “Don’t Just Stand There”. In the first tutorial we created a new prototype, added a new background, character and obstacle. This was a fast paced and side scrolling runner game where the player had to get the character to jump over obstacles and avoid crashing into them. In these tutorials I also learned how to add music and sound effects. I learned about the spawn manager too, which is basically what controls spawning objects. Image 1: Screenshot of Unity Image 2: Screenshot of script In the second tutorial I used code to make the background of the game move effortlessly with the obstacles. As I used C Script the background and spawn manager will stop once the player collides with the obstacle. And lastly, in the third tutorial, we created three more new animations. I found this difficult as I had ne...

Week 09 Reading & Writing

Week 09 Reading & Writing Hi again and welcome back to my blog! In this blog post I will reflect on all the reading and writing work I have done to date.  Overall, I have found the reading and writing assignments interesting and very useful. I have always found that summarising something after reading it allows me to take in the information better. By writing the blogs, I have definitely got a better grasp and understanding of what I was reading.  My favourite reading so far was  Lost Garden  by Daniel Crook  because I learned so many new things that I would never come across by myself. Crook discussed "Dunbar's Layers".  This is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships. The average person can have up to 150 relationships but once you look into all the layers, it can drop down to just 5 intimate friends. This suggestion can then be applied to game design. He also talk...