Skip to main content

Games GDD

 Games GDD 

https://www.gamedeveloper.com/design/four-reasons-you-need-a-game-design-document


The main purpose of these readings was that I was learning a lot about game design documents (GDD). I have heard about game design documents before but I never really went into depth about the process of it. Reading through these articles and watching that video I have gained a better understanding and learnt loads about what goes into a GDD. A GDD is essentially a design document that game developers use as a blueprint that they follow in order for them to touch base and have a better understanding of what game they are creating. It is used to help them stay on track within the timeline and knock out their goals.


The Game Design Document template will have information such as : 



  • Game Overview 
  • Gameplay
  • Mechanics
  • Story and Narrative 
  • Game World 
  • Characters
  • Levels 
  • Interface 
  • Technical aspects
  • Control systems
  • Audio, music sound effects etc.


What I have learnt from reading these 2 articles is this : 

From this article that I read about Communication and Game Design, that the GDD can be used as a Memory Aid and a Communication Tool. 

Usually when game developers are creating the game,  the process of making the game can be very time consuming so they are more than likely to forget about a lot from the beginning stages of brainstorming and planning the game etc. So game designers use design documents to keep track of their game design ideas and decisions all together as they are made. This way designers don't have to stress about having to spend hours trying to figure out what was that feature they desperately needed for their game.   

The way how people use it as a communication tool is that people may not be on the same page sometimes when just discussing ideas so they use a GDD to better show the message they are trying to send and hopefully better understand the idea of the game.


This article that I have read, it goes into detail about how the process of writing a Game Design Document.  They explain how you should go about writing for every single category/section in the GDD.


For example, they tell you how to write the : 


  • Project Description 
  • About the Characters
  • Story
  • Theme
  • Gameplay 
  • Game Mechanics 
etc.

One of the most important things and a good few rules when it comes to having good design documentation is that you need to know your target audience, keep it short and simple do not use difficult language or weak language and illustrate.


Here are a few useful links I found that go more into the depth of the GDD's : 

These go in-depth into templates, processes and more information about the GDD and is sort of like a continuation of it.







Comments

Popular posts from this blog

My First Playable

  First Playable My First Playable game so far At this point right now in the process of making my game, I have now implemented the environment, the 3d character, the HUD interface of the gold coins, the player being able to run forward across the map and move left and right avoiding the obstacles pressing the left and right keys or the A and D keys. I also implemented the trigger where when you run across the coins you are able to collect the coins and the number of coins you collect will appear on the top left of the screen. I adjusted the main camera angle to be a third-person view of the entire game so it gives a good perspective of the coins and the obstacles. I then added plants to give it a better aesthetic and look to the game. The thing I wanted to change from my original vision was that I wanted to make the game way more suited to the theme of the game itself. So instead of wooden spikes, I added logs and instead of tree trunks I added regular trees and then I also added rock

Introduction to a Future Success

  Introduction to myself :)  This is me Nasim Slavotic :) Hello! My name is Nasim Slavotic, I am 20 years old and I am now a 2nd-year student in TUDublin Blanchardstown doing Creative Digital Media. I am from Dublin and I work part-time in my dad's butcher shop here in Blanchardstown in Coolmine near the post office.  What are my hobbies?  In my free time, I like to go to the gym. Also, I like to go out and take pictures with my camera and make videos on my Youtube channel (NaSiM101) which I took a break from for a while from the pandemic but I do love to brainstorm new ideas for videos and discover new trending things. I also love going out with my friends but now I am starting to go back out again since the pandemic had closed everything before but now everything is coming back to normal slowly but surely. When I'm bored I like to head on Photoshop and Illustrator and just make whatever comes in my mind.  https://pxhere.com/en/photo/1621191 Favourite Foods  I am a foodie at h

Alpha

  Alpha  This is my progress, I have updated the HUD and I added a few more features in the environment What is going good? So far so good, the game is coming along well. There are a few scripts I put in such as collecting coins, player movement, environment design, generating random levels and level boundaries.  The Technical Difficulties  But there are a few technical difficulties I am going through which is every time I try to put a rigid body component into my player when I added the jump feature into my player controller script, the player for some reason falls through the map and I tried many times trying to fix the issue but I will try my very hardest to fix it. I also need to add in collision detection with the obstacles and when the player does collide with one of the obstacles it will say game over and you have to restart again. Those are some of the difficulties I am facing, I will try and reach my lecturer or one of my peers in class to see if they know the issue behind thi