Skip to main content

Reading 3

Reading 3 - Research

This week I spent time researching my topics for the the chapter I will be co-writing for the book. After breaking down my topics last week into smaller terms I was able to find some useful things online.

So far I have noticed that a lot of people have their own process to game design and layout but there are some general steps to follow. I read an article by Top Hatt Waffle where they talked about their old process and how they've improved it. The main steps I noted were;

1.Brainstorming and ideas 
You must be able to visualise the level if you want to even attempt to begin this process.
2.Drafting and drawing 
This step doesn't need to be a masterpiece as long as you can understand the concept your self.
3.Commitment
Commit to the level so that is always in the back of your mind and you're always thinking of new things to enhance the players experience.
4.Initial Construction
This is the beginning of creating your level in 3D.
5.Function
Make sure there is a purpose to the level e.g are there hostages/obstacles?
6.Detail Work
In this step you're basically adding in things to make the level look visually pleasing.
7.Test
In this article they advise you to send the completed game to someone who has never seen it to test it.
8.Fix
Fix any problems compiled in the previous step and save

Wikipedia also had some useful information on the steps for the game design process. These steps are more to do with the smaller details of the design. 

1. Lay out the large-scale features of the map
Hills, cities, rooms, tunnels, etc., for players and enemies to move around in.
2. Determine environmental conditions 

e.g day/night, weather, scoring systems etc.
3. Specify certain regions where certain gameplay activities or behaviours occur.

e.g resource harvesting, base building, water travelling
4. Specify non-static parts of a level

e.g doors, keys and buttons.
5. Specify locations of various entities

e.g player units, enemies, monster spawn points, ladders, coins.
6. Specify the start and exit locations.

Where the players/ enemies leave/enter.
7. Adding aesthetic details 

e.g textures, sounds, animation, lighting and music


Games Design Process
Image 1: https://www.onlinedesignteacher.com/2013/03/games-design-process_7.html
Diagram of game design process

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...