Skip to main content

PONDERING THE GROWTH MINDSET

The growth mindset is something that I never came across until now. I was only introduced to it after watching the Carol Dwek videos recommended by my multimedia development lecturer;

↳ TED Talk, "The power of believing that you can improve"

↳ A short clip, "Make challenge the new comfort zone"

↳ RSA Animate, "How to help every child fulfil their potential"

Growth mindset statements from Pinterest

While watching each video, it really got me thinking about whether I have a fixed or growth mindset and how it has affected my life and way of learning. I believe that I fall under the category of fixed mindset which makes a lot of sense. I went through secondary school with majorly average grades and only ever wanted to do enough to pass. I absolutely hated doing homework and schoolwork and saw them as chores that I needed to get done then push aside. 

I wasn’t someone who was very eager to face challenges and I think I still have this trait now. I find myself shying away from them and labelling them as "too hard" before I even consider trying. I don't usually have a "can do!" spirit towards learning and challenges and I think that needs to change. This negative mindset that I've developed has greatly affected my academic and creative performances. It has built some sort of block within my mind that doesn’t allow me to exceed my limitations and think outside the box. 

I realise that my fixed mindset has also affected my independence because it's just "easier" for some things to be done for me. I need to change my perspective and realise that I shouldn’t accept and rely on the skills and knowledge that I already have. Everything around me is constantly changing and growing, so why shouldn’t I learn and grow with it?

The growth mindset is quite interesting and beneficial to think about, especially as a student. It has definitely pushed me to begin thinking about the way I approach learning and I would like to hear more about it during the semester.

Comments

Popular posts from this blog

FIRST PLAYABLE

Continuing with the creation of my game, I resized the player character to make them even smaller based on a comment that was left on my last project blog. I also repositioned the trees to make the space slightly narrower and added some flowers to bring some colour into the scene. With reference from the animal feeding game tutorial, I was able to get the player moving left and right by clicking the arrow keys. I brought in rocks and a branch for obstacles but I need to apply a SpawnManager script and get them to spawn randomly during gameplay. I also have to figure out how to get some branches falling from the trees and bringing in power-ups and points too. Screenshot from Unity3D of my game production.

PROTOTYPE

I browsed through the Unity asset store to find a package with nature objects that I could use to set up the scene for my infinite runner game. I downloaded the Nature Starter Kit 2  and started building my scene in Unity. This was a little time consuming but I'm satisfied with the way it turned out. I upscaled the trees and bushes, keeping in my mind my initial idea of gaining inspiration from the movie "The Secret World of Arrietty." I got the character from a tutorial I have completed for this module before and positioned the camera behind it. Screenshot of my work in Unity3D. With reference to the lesson 3 Unity tutorial, I started coding by creating the PlayerController script. I used the AddForce method and allowed the player to jump by clicking the spacebar. I declared two public variables to be able to adjust the gravity and player's jump force. Looking into the player's animator controller, I applied a static running animation. I then added a jumping ani...

GAME FUN

Games can be described by the 3 components Mechanics, Dynamics, and Aesthetics (MDA) or otherwise stated as rules – system – “fun” . The three reading selections this week and the synopsis below all address the term “fun” in relation to game design. There are eight types of Fun outlined by the MDA. These eight are both a source of reference and player experience that blend together in many ways, and essentially what makes a game engaging and enjoyable. Figure 1: Eight kinds of Fun Both Oxford and Merrian dictionaries define Fun as an enjoyment and delight but within the context of a game, it refers to a form of pleasurable entertainment. MDA papers define the '8 kinds of fun';  sensation, fantasy, narrative, challenge, fellowship, discovery, expression, and submission. These remain a source of reference and possibly the most popular list of player interactions combining in various forms to attract each player to a particular game. Nicole Lazzaro presents four types of fun that...