Skip to main content

My Thoughts About The Class Assignments

In today's blog, I want to discuss my thoughts about the assignments for the multimedia module I'm taking this semester. The grading for this module is very different from anything I've seen before. The work for this module is all online and based off a points system. The module also has extra credit work which is separate from the core assignments.


 The core assignments consist of readings, work in Unity3D, blog comments, projects, and project feedback. I like that the module has a broad range of different assignments because I think this will keep the module interesting and engaging. The work in Unity looks really enjoyable because I've always wanted to learn about making games. The concept of blogging is also new to me. Before I started this module I had never written a blog online. I'm still getting used to blogging but hope to improve as I write more.

The extra credit work consists of "Tech tasks", "Wikipedia trails", "Growth Mindset", "Heart" and "extra commenting".The "Tech Tasks" and "Growth Mindset" work look fun so I would like to possibly explore more of these tasks in greater detail."Tech Tasks" will give me the chance to learn about of web-based technology and "Growth Mindset" will be useful for improving my learning.

I like that this module offers the opportunity to work ahead, this will be useful as the semester progresses and the workload increases. I think the extra credit work will also prove useful in case I ever miss a submission deadline as it will give me a chance to get some marks back.

Overall my first impressions of this module are good. I think this module offers a chance to learn many new skills such as game development and blogging. I do however find the submission method for this module a little strange because I'm used to submitting work directly to moodle.

I am soooooooooo blogging about this.

Comments

Popular posts from this blog

Game Brainstorm

Game Brainstorm  I got my first game idea after looking at endless runner games such as "Temple Run", "Subway Surfers", "Sonic Dash" and "Super Mario Run". I noticed a lot of these games in this genre are on Android and iOS devices. This got me thinking about creating a similar game for PC. The first of these games to become popular was "Temple Run" back in 2011. This game made the genre popular on mobile devices which later inspired the other endless runner games I mentioned. Endless running games have very simple controls, such as jumping over and dodging oncoming obstacles. A player's score is generally determined by how far they travel without hitting any obstacles. The games have simplistic controls but are difficult because you cannot stop the forward momentum of your character. Although these games have different art styles the gameplay is the same.  I think this would be a good type of game to make because the gameplay ...

Feedback Strategies

The first article I read "Five Reasons to Stop Saying "Good Job!" by Alfie Kohn. The author explains different reasons why he thinks loving and making your child feel good is very different from praise.  Praise will work in the short run because children just want approval from their parents when they are young. Overexploiting this idea will eventually make kids feel manipulated. Kids will start relying on their parent's evaluations too much if they are praised for every little thing. It's damaging for a child in the long run because when they grow up, they will still feel the need to hear whether what they did was ok from others.  Overpraise will make affect how a child feels when they actually achieve something for themselves. They will not appreciate actual achievements if they are constantly getting praise for anything they do. Children will lose interest in whatever they have to do because they know they'll get praise or rewarded for whateve...

Unity Free Tutorials

This week I  followed two different tutorials on Youtube. I was working on these separately to my game. The first tutorial showed me how to make an in-game mini-map. The second tutorial I followed showed me how to add music and sound effects. It was a good idea trying out some new tutorials because I now feel inspired to use these in my own game. It was really easy to make a minimap. I had to make another camera and rotated it 90 degrees so it faced down on my game map. I then changed the perspective to orthographic. This gave the map a flat look. I then made a raw image using the UI tab, which made a rendered texture. I placed the rendered texture on the raw image. After that, I anchored the mini-map to the top right corner of the screen. The minimap I made using the tutorial by Brackeys The second tutorial was also very easy to follow, I didn't have any problems and was able to get background music working for my game. All you have to do is add an audio source component a...