Posts

Showing posts with the label week 6

Game decisions

Image
The articles I read this week focused on influencing players to make decisions while playing your game and how gaming effects the player. Many games use subtle techniques to influence you to go a certain direction or carry out a specific task. A great example of a game that does this is  The Legend of Zelda: Breath of The Wild , although the game is open ended and allows for and encourages the player to make their own choices while playing there is one section of the game where you are ' forced ' into carrying out a very specific set of tasks. The opening section of the game takes place in the great plateau, a section of land raised above the rest of Hyrule. In this section you are challenged with completing three shrines and collect three upgrades for your Shieka slate before you can continue. This is a positive example of a game controlling your choices, you are still free to approach the challenge ahead of you in any way but you must complete the task ahead of you before you...

Tech tips- creating photo collages

Image
  My collage Creating collages with Fotor Collages are a great way to make the photos you add to your blog more interesting. If you have a few photos that all fit together a collage can help save space on your page as well as being a more interesting way to display the images. You can follow these simple steps to create your own collage- Head to  Fotor . Pick out a template that inspires you or fits with the theme of your blog. Pick out the photos you want to add. Create your collage and download it. This simple method allows for you to create more interesting blog posts.

Games GDD

Image
This weeks reading tasks focused on understanding what game design documents are and why they're so important when it comes to designing a game. Prior to this week I had never heard of what a game design document was before. Learning about them has been very interesting, I found that this  article  was very helpful when it came to understanding the need for a GDD. This article broke down the elements involved in creating a GDD and why they are so important. A GDD must outline all elements of the game so the mechanics, story, characters, theme, progression, main demographic and other significant elements. A GDD is used as a point of reference while developing a game, it ensures that the project does not go off track while in development and remains true to the initial concept of the game.  An example of the benefits of using a GDD Using a GDD has many benefits, this  article  outlines many of these benefits. In my opinion the main benefit of using a GDD is that i...

Link to my GDD

 Here is a link to my GDD that I will be working on while creating my game!  My GDD will outline the various plans I have for creating my game and will act as my roadmap while developing my game. I will be updating this regularly as I progress in the development of my game. 

Week 6 Unity tutorial

Image
Screenshot of my C# script  In this weeks unity task I learned how to make the background of my game move by as the game is being played. I did this by using C# code to make the background repeat in order to look like it is continuously moving as the game is being played. This method will be helpful when it comes to creating my game if I choose to use this kind of background. I found this tutorial very interesting because I always wondered how this was achieved while I was playing games.