Game & Watch – How Nintendo Got In to Video Game Business

I watched a video on YouTube about how Nintendo got the idea of producing original Game & Watch devices. I will link the video to the bottom of this blog post. That video inspired me to write this post.

You might not know what Nintendo Game & Watch device is. It reminds a calculator a bit. The idea was born when Gunpei Yokoi, the designer of Game & Watch, and later Game Boy, saw a man traveling in train. The man had a pocket calculator. He was looking very bored and seemed to tap randomly some numbers in his calculator.

Yokoi visioned that Game & Watch would be somewhat a tool to avoid boredom during for example long train trips. Nintendo needed some help to come up with a product like this. So, the design would rely strongly to the technology of pocket calculators. The device had a LCD screen. It was powered with batteries and it featured a D-Pad and some other buttons to control the game.

This was all accomplished in a world that wasn’t yet conquered by Nintendo Entertainment System. We had maybe some Atari 2600’s or something like that in our living rooms but the world and also Nintendo were very different from what it became in the 1980s later.

Game & Watch became very popular. There were several products released by Nintendo between years 1980 to 1991. Of course there was recently two Game & Watch consoles released. I got myself a Zelda one. The other Game & Watch had Super Mario games on it.

I can tell you a bit about my Zelda Game & Watch console. I think it cost about 70 euros. It came with Zelda games that were originally released for NES and Game Boy. It can be charged with a USB-C-cable and it has a good battery. You can see how the game can be controlled from the picture above this blog post.

What exactly is chiptune music?

What means chiptune? Chip reminds of electronic component while tune brings in mind a simple musical melody. This even now popular genre became known when game developers, back in 80s, needed music and sound effects for their games. First very popular system that had decent music was Commodore 64 which came to markets in 1982. It had a chip called SID (“Sound Interface Device”) that was responsible for producing the sound for this system.

You can find chiptune also on NES (“Nintendo Entertainment System”), that was released in 1983. 16-bit systems that were later released also could produce music that would be categorized as chiptune althought they were of higher quality as systems moved from 8-bit to 16-bit. First very popular console that had sound quality very close to CDs was the first Sony PlayStation. You can argue for hours about which has better sound – vinyl or CD, but we are not going to go there. So chiptune was originally popular in video games from 1980s to, I think, 1995.

Today chiptune is still very popular. You can find artists that have been strongly influenced by this type of music. Usually chiptune is strongly associated with retro games or the games that originally had chiptune as their background music. As retro gaming is popular chiptune is alive even today. Some artists are producing chiptune with modern tools such as software synthesizers that are just basically virtual instruments with some presets and the ability to create various sounds, your own presets, and can run inside any kind of DAW (“Digital Audio Workstation”) you can imagine.

Since I started with this topic I have to write also more about so called tracker music that first made its way to home musicians sometime in 1980s. So tracker is simple application that runs on computer that allows you to make music. Amigas computers were first devices that made this functionality available for music production. Inside tracker you can define your songs tempo, basically just how fast the track is flowing, and add drum sounds and melodies that are created using small digital samples of audio. Trackers are used also today but they are not as powerful as music applications such as FL Studio for example. Some now popular trackers are Renoise, a very good one, Mad Tracker and OpenMPT. Some older ones are Scream Tracker, Fast Tracker and Impulse Tracker. You can find many great trackers and please comment and let us know if you have a suggestion for readers of this blog.

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.

Social media & sharing icons powered by UltimatelySocial