About Crysis 2

I have hyped some games that I really enjoyed in this blog. So I guess it’s time to say something about a game I didn’t get so much in to. I’m not saying it is a bad game. Also I’m not saying I haven’t played FPS games at all because I somewhat have played them. Actually I’m currently playing Call of Duty Vanguard. There are lots of differences between these two considering that they are both in a same genre. In this text I would like to write about these differences and explain why I didn’t play Crysis 2 so much.

Crysis 2 is a good game. But my point here is that it is really difficult. What makes this game hard? At first it looks like your regular FPS experience. When you get to action you suddenly notice that the enemies are all over the place. When you fire a shot lots of enemies notice you and start shooting at you from different angles. You can dodge and take cover but because there are enemies behind you and in front of you…the game forces you to shoot accurately. If you miss a shot you get punished. There’s not lots of ammo also.

If we compare Crysis 2 to some Call of Duty, lets mention Vanguard here, we can see a clear difference. Call of Duty is easier. You can play it even if you are a casual shooter game fan. The enemies appear mainly in front of you. You can take cover easily. You just have to remember to reload your weapon and if there are lots of enemies you have to take cover if they fire at you heavily and if you get also wounded badly.

Weapons are a bit different also between these two games. Crysis 2 brings you some futuristic weapons while in Vanguard you get to use old weapons used in World War 2. But basically in Crysis 2 you get a shot gun or a sub machine gun with a bit limited aiming. In Vanguard you get to shoot with a sniper rifle a lot and also with some basic rifles and you can effectively use sub machine gun at close combat. Vanguard also features some stealth action and it may have more of it than Crysis 2.

So all I wanted to say about Crysis 2 is that it is basically a very good game. It’s just that it’s in my opinion just too hard. I know there are lots of fans of Crysis series all over internet. So please don’t be offended. Crysis 2 was originally released in 2011 for Xbox 360 and I think there is currently available a trilogy of HD remakes that includes all three Crysis games remade with todays graphics.

Some Thoughts About Diablo II: Resurrected

The newest Diablo game was released last Thursday. It is a debate about if these latest issues they’ve had in Blizzard concerning sexual harassment and bad working culture are affecting the actual sales of this game. What must be true is that this hasn’t affected on the quality and design of Diablo II: Resurrected. It is your own opinion if you decide to not to buy the game because of this. I also don’t have anything to say about if this is going to help the matter some way.

I actually bought this game in advance. I did it accidentally. The game was released at 6 PM and I made the payment maybe fifteen minutes before that. The price was the same so it didn’t matter so much. There would have been different versions of the release. I decided to go with the cheapest one.

This game is definitely a remake. It isn’t a new game. That doesn’t mean it is a bad game. I love to get into Diablo II again and even more so as there are some huge improvements. I am playing this game with Xbox Series S. Diablo II was originally designed for PC so you would naturally play with mouse and keyboard. Moving the player is a bit clumsy but you get used to it fast.

There are definitely a lot of differences to Diablo III when these two games are compared. I think this makes it interesting to see in the future what kind of a game is Diablo IV going to be. It definitely will be a completely new game. It is still not announced when it will be released. There is a sense also that there is something more to come since Resurrected is only a remake. Although Diablo IV might be released as late as 2024. We don’t know that yet. But you definitely get a picture that there is something more to come and Resurrected is only the beginning.

As my character I chose to create a Paladin. I played with this character class when I played original Diablo II back in the beginning of 2000s. That was 20 years ago. I can’t believe it has been so long of a time. This new remake is an addition to series of remakes of my favorite games that I played back in the days. We’ve had a remake of Tony Hawk’s Pro Skater, Final Fantasy VII, Spyro The Dragon and also many others. So it is a nice addition.

I like this game. It reminds me of this great title. I have currently this Paladin character with a level of 15. You can connect and move your character online with Battle dot net but you have to have an Xbox Live subscription which I currently don’t have. Luckily you have also an option to only save your character locally in offline mode. You will like this game if you like Diablo II. Although it isn’t a new game. If you are expecting to see some new shiny things this isn’t for you. If Diablo II isn’t yet familiar to you I can recommend this game for you also but maybe with a small reservation.

Learning Some Java

Learning to program takes lots of time. When I first got interested in it I started with basics. I started making small websites with HTML. Then I learned more about CSS and got myself into some basic image manipulation that I had to do to make my websites look nice. Back then I got curious about actual programming. I tried my hand at JavaScript and PHP. As I was trying to learn by myself and not in any school or even in a single course I didn’t get far.

I really got into some, so to say, “real” programming when I started studying in a local school of applied sciences. I completed a course that was named something like “Basics of Programming in Java”. I learned many new and interesting subjects. First thing you have to do when you are just starting is to learn how to set up the environment for the actual programming. You might be using Linux or maybe Windows as your PCs operating system. You might want to install an IDE which stands for Integrated Development Environment. You also have to install, if you are going with Java, Java. I recommend using NetBeans as your IDE. It enables you to do so many other things also.

Learning to make games is based on learning how to program. You have to master the basics first. Then you can slowly progress to some advanced matters. While studying programming you also get to see a lot about how the computer that runs all these games is actually working. This is one of the most interesting thing for me and it also motivates me. I have alwaýs been a bit of a holic learner. That means that I want to analyze what I am learning deeply and know the subject and figure out how it actually works. The opposite of this learning attitude is atomistic attitude. It means that the learner is learning some plain facts that are true about the subject being learned and trying to memorize these.

The picture related to this blog post represents the first Java book that I bought as I started my studies. It got me really far. It took me years to learn almost everything in this book. I haven’t fully stomached all of the contents. It has been about ten years since I bought this book. So that tells you a bit about the quality of the text. This book is now already a bit old. I think today Python has become more popular than Java for the first programming language.

Where you usually start in programming is that you learn what are variables, how you construct the code with control structures,  like if-else-statements, how to use the most common functions that the language provides, how to read in text from user and how to print it and also how basic arrays are used. This small list doesn’t include everything. How I started was that I basically started a short course. Then I started a bit more advanced course. And then another course about object oriented programming. Since we are talking about Java OOP is important. I think with Python this subject isn’t as important.

Programming is only one part of what a graduated software developer has to know to be able to work professionally. While studying I learned a lot about databases, user centered development, testing, communications, foreign languages, physics, electronics, mathematics and so on. I took a course about processors also. I deepened my knowledge in software development as I had to choose my main subject from telecommunications, embedded systems and software. This choice was made after one and a half years of studying.

One thing I would like point out about studying. When it is summer the school is closed. You have to figure how are you going to spend the time. You might be working. You might want to take some remote courses like I did. Just don’t be too lazy andjust  try make use of this time somehow. Otherwise it might be hard to start working on your studies again when the summer is over. So keep that in mind. Resting is required but a pause too long can be harmful.

A huge part of getting employed is how well you understand what it takes to be a professional. You have to find the best frameworks and the most useful programming languages. Teachers know a lot but always someone knows a lot about one thing and someone else knows a lot about other thing. Keep your eye on the companies that are doing the things that you would be interested doing. Make some hobby projects to display your skills. It might be a good idea to share your projects in for example GitHub. And remember to build your resume. You can even add some supplement pages that give the employer an idea about your skills.

If you are going to study programming keep in mind that it takes time. Keep your focus. It’s a long road. Go for it if you really are interested in it.