Differences between serious and casual gaming

What really is casual gaming? Does it refer to playing at easier difficulty level? Does it mean not playing so many hours daily or weekly? In this article I try to explain this matter. There are many things that are or seem to be more important than playing. But sometimes you can combine playing with writing an essay or getting to spend some free time. We can go even further – what if you could also create new games and use your knowledge to your advance?

In my thoughts casual gaming means passing some time that you just seem to have to something that you don’t fully want to do. You are just spending time or even wasting time because you might be bored or you are waiting for something to happen for example waiting for the oven to warm so you can bake some pizza in it. This means that you are not so passionate about the actual game and all the difficulties and experiences inside the game are not the thing that you are interested in.

Let’s for a moment think about serious gaming. You are obsessed with the game you are playing. You want to find every piece of equipment, turn over every rock you find and reveal all the secrets that the game has. You are willing to receive everything that specific game has to offer. You are deeply inside this games world. You want to focus on the main character and side characters also. You seem to understand the story.

Studying is a lot like learning a new game. Some people try to figure what things are the most essential and learn them and even memorize some phrases or images or something that they find important. But if you want to learn things more deeply you want to understand why things are the way they are. You want to fully understand the matter you are trying to learn. Not just some phrases that some expert thinks are important. You want to understand what the game is. You want to know everything about it. So this basically is the difference. Casual gaming is a way to pass some time. Serious gaming is when you want to understand what you are doing inside the game.

As I’ve learned some programming as I was studying I came to understand games more deeply also. It opened some doors for me. My role would not be an artist or 3D modeller or graphical or texture designer. I would be the creator of games logic. That’s what game programmers do. They design the logic. You need a key from that room that opens a door to that next room. And so on. You can build on it.

This text is just one post in my blog. It appears to me that I have touched something important here and we can propably think about these matters in some other posts also. Some things like how can you get so much valuable information from games and how can you even make gaming from your hobby to a profession. I’d like to write more about game designing and eSports. I think there are many valuable things here and that gaming can be more than a simple way to pass time and it can bring you valuable things.

Gaming can be a low budget hobby

Do you think gaming is expensive? My goal in this article is to convince you that you really can have a hobby like this and not have so large budget. In my opinion buying games and concoles isn’t as expensive as you would first think. We go through here some points how you can significantly save money while still having a nice relationship with your dear gaming hobby.

You can save a decent sum of money by going to flee markets. I bought my PSOne, for example, for fifteen euros. Before this self-containment caused by korona-virus I regularly visited some large flee markets here in Finland. I usually went through every single table and it took me about half an hour. There was hundreds of self-service tables. I felt excited every time I went through these. You never know what you will find. It is a blessing but I think that’s also a bit of a problem since you don’t know beforehand how much you will spend and what you will find. I recommend to prepare financially. Sometimes you don’t find anything but next time you might find PS1, some big box PC games and some other stuff that you only dreamed about when you were just making your way to local flee market. Typical products you can find almost every time is some PS3 or Xbox 360 game for five euros.

Flee markets provide a cheap way to purchase games and consoles.
You just don’t know for sure what you’ll find. If you are searching for a specific game or console and you know just what you are looking for there is an option. You can check your favourite small-time gaming store. I prefer online shopping but you can always (if there wouldn’t be this korona situation) visit the strore. You can also make your order and just pay and pick it up from the store. You can find many old games and you can also trade your old games, duplicates or the ones you don’t play so much.

The latest is always the most expensive. If you can’t afford PS4 Pro or newest Xbox you can always buy PS3 if you just want a console. PS3 has good quality. I know this because I’ve had this console for over ten years. You can also use your PC or buy a used one. Doing this reduces your gaming expenses greatly. Also remember to keep up with any discounts that you can find. One example that comes to mind was PlaStation Classic. It’s price tag was 130 euros. Since it flopped badly you could buy one for 40 euros. That’s the actual point of keeping up with the lowest prices.

Some advice about roms and emulators. It isn’t right to copy games and not pay for them. But I also think that if you have some game as hard copy you can confidently play it also on emulator. Same advice I have for consoles. If you don’t own the console don’t play it. If you have broken console? Then you can play it. These are just my own opinions and the law might say something different. To play safe don’t copy games at all especially if you don’t have a hard copy.

What makes gaming so addictive?

There are many things that you can have an addiction on. Drugs, such as nicotine, coffeine or heroin, are addictive. But there can be more behind an addiction than just pure chemistry. Fast learning and seeking of reward are some things that are present as you play a video game. Basically what happens as you are playing is that you just concentrate on the game. If we analyze what is happening physically is that you are just pressing the buttons at right time. The controller takes your input and forms a reaction based on your actions.

This is very different from working in real life. In real life you are dealing with your senses and reacting on what you see and hear or feel. Think about it. It is very different to for example carve a piece of wood with a real knife than to do that in a game. How this effects a young person who is growing up and is just beginning to form to become an adult is actually very interesting. There are different phases in growing up and it seems there is something very special about this part of it. I’m talking about persons that are aged between 14 to 16.

How did I became addicted in gaming? Do I play too much? Should I limit the time I spend on playing these games? These are good questions and in my opinion need to be given a thought. We as adults can analyze this but I think a child that is very addicted to some game might not just get the picture. Today there is already limitations created to control what kind of content is presented to for example persons under the age of 16.

You have to have some vision inside gaming to set limits to these young players. And maybe they are themselves somewhat responsible for how they spend their time. Gaming industry should have some responsibility in this matter also. I think they have so much resources that they can have a real research about these issues. All in all I think that we all, gamers and non-gamers, specialists and hobbyists, should have a good conversation as things are not so one sided.

Object Oriented thinking in game development

Object oriented thinking is a way of modelling real world. Objects have attributes and methods. Attributes are variables. There are different kinds of variables and they always have a type. Different types can be, for example, integer, float, double, string and character. I am talking about Java now which is very good programming language for explaining object oriented thinking. Methods are functions of the object.

So different object can have values, such as Person would have height, weight, age and name. Height, weight and age can be numbers and name is a string or combination of characters. For a role playing game you could a Monster that has values like strength and chance to hit for determining if player is hit and how much damage does the player get.

When there’s types of enemies in our little game they have these basic abilities. So we must create instances of classes to generate more enemies that are of the same type. There are many enemies of a type, for example “ghost” or “zombie”. Player can also have abilities like health, armor class and so on. We can build worlds in thinking like this.

To build a game you need many other things than just object oriented programming. You need textures, 3d-models, sounds, music. and logic for the game to exist. So you can begin programming with Java but you must understand that it is a tool that can be used to create something. Plain Java doesn’t do so much. I have programmed a text adventure game. I still think it’s not a full game. It’s more like piece of code that gives you some output for your input. If you are interested in creating games, rather than playing them, I think you should sharpen your skills inside Blender, Unity and graphics design. And these aren’t only tools there can be.

Is virtual reality flopping?

Virtual reality was once said to be the next big thing in console gaming. Years have gone and VR hasn’t gained as much attention as was predicted. This may have something to do with todays graphics as they aren’t yet so realistic. VR as experience falls short. Maybe advancing to PS5 brings some change to this situation.

As VR glasses price is several hundreds of euros it is uncertain that they would bring that extra value to hobbyists gaming experience. Some games that come to mind that are using this feature are Resident Evil 7 and Gran Turismo Sport. Those can be played also without VR functionality.

Game types are yet to form inside this technology. Sony isn’t the only one on the markets as Oculus released their device some years ago. Even companies that have been usually associated with smartphone development are looking to get to this market area. Those include HTC, Samsung and Google. There is also a finnish company Varjo. Valve has been developing VR glasses also. Future tells if increase in graphics processing power brings VR closer to customers.

Social media & sharing icons powered by UltimatelySocial