Skip to main content

Game Decision

This week reading discusses the idea of decision making, with the main reading being "Building a Princess saving app." and is roughly 51 pages long. One of the interesting aspects of reading was the learning curves of games, how this can effect the enjoyment of the game, how games can test new skills and test said skills.
Super Mario Bros for the Nes is great at decision making, Image taken from Wikipedia
This ties nicely into the additional reading, "Choice and Conflict - What Does Choice Mean in Games?" by Extra Credits. This reading discusses what is choice and what does choice mean in games? Now while choice is a debatable concept and extra credit doesn't provide any solid evidence for their definition of choice, said definition is interesting. Specifically, the separation of choice and calculation.

While some would argue that there's no need for separation, as both are similar, one way of looking at it is that it is a spectrum. 

Another reading is "Grand Theft Auto may improve decision making skills", this article discusses research done that show playing GTA may improve decision making skills due to "inherently unpredictable". Keeping in mind the learning curve, by having gamers learn skills and improve said skills, effects how enjoyable a game is. This reading shows that a games may improve important skills like decision making without the player knowing.

Comments

Popular posts from this blog

Unity tutorial 06: Thanks Google and Unity!

FINALLY I'm done this unity tutorial ! Oh my god you have know idea how long this took me. First Chrome decided not to work, like at all, I don't know since it wasn't my wi-fi or laptop since Firefox work fine for me, so why ? No idea. Cheers Google ! Screenshot taken by me. Oh and the Unity video froze again , then it crashed. I feel you buddy, screenshot taken by me. So how did the tutorial go ? Pretty good actually, once unity stopped messing me around, I actually didn't have a bad time. I guess my only problem is this error which I can't figure for the life of me what it's on about: Null Reference ? What you on about Unity ? Screenshot taken by me. Seriously Unity telling me Null Reference is like telling me my Dad wants me, I've no clue what you're talking about. Anywho apart from this error, I feel like this was the most useful tutorial so far, the others were great for getting back into things while learning a few new tricks but...

First Playable

Project update time! So this week I've been working hard on the axe side of things, I wanted allow the player to be able to pick up the axe and swing it. However I learnt something that I hope wasn't true but sadly is, You can't reused scripts!! I tried to reused the Axe Swing script from jimmy Vegas and it work, but when I recreated it, it did work ! Unity you picky bastard you. Oh yeah I also made a building too, screen shot taken by Me. I also work on taking the axe out of the wall but had to focus on the ray-casting which was a pain in the ass because I completely forgot about it and had to go back to work on it. Honestly I've spent more then 3 hours working on this and while I'm proud of what I've done so far, I also sad because I really wanted to get to the first playable stage of the game but haven't be able to, Hell I still haven't gotten to the player able to take the damn axe out of the damn wall yet. This screen shot of my game does...

Game Idea Research

Last week I talk about Games the ideas I like to do, after a bit more thinking, I think I know what idea I'm gonna do and I'm gonna talk about it in this blog. I think the game I would like to recreate is Terraria or at least the boss aspect about it. I started researching into how would I go about it, Luckily our good old friend Jimmy Vegas has videos about how to create an rpg and more importantly how to create Boss AI.  Jimmy Vegas' Video here.  This might be able to help me and since this part of a series, the whole series might be able to help ! I also looked into an inventory system for my games, I found a blog about how to add an inventory system, which you can read  Here . This will work well with my game, as it helps the player collect and keep items, so they can use them later. My last mechanic is to a combat system, I look up a tutorials but the weren't many for 3d, I did found this  One . Maybe Jimmy Vegas will have a tutorial on it, I'll need to l...