Game Development

Tag: Game Development, contains all the articles on Bite Sized Tech that are related to Game Development. If you are interested in Developing a game, this is where you should start.

3 Points To Consider Before Committing To Your Game Idea - Game Development Tips - Featured Image

3 Points To Consider Before Committing To A Game Idea | Game Development Tips

An Awesome Game Idea is the base of any game that has ever gained popularity but how do you even know if your game idea is a good one? On top of that, just having an awesome game idea does not mean you will be able to accomplish it. This is why, before Committing to …

3 Points To Consider Before Committing To A Game Idea | Game Development Tips Read More »

Add Some Unpredictability To Your Games - Game Development Tips - Featured Image

Add Some Unpredictability To Your Games | Game Development Tips

Unpredictability is at the core of the world that we live in and without it our world would be too perfect. When you as a Game Developer are making Game Mechanics for your Games sometimes what happens is, you get too much into the zone and start making Game Mechanics that are Inorganic. These Game …

Add Some Unpredictability To Your Games | Game Development Tips Read More »

3 Points To Focus On When Designing A Game - Game Development Tips - Featured Image

3 Points To Focus On When Designing A Game | Game Development Tips

When you are designing and developing a game, it is really easy to lose focus on what is important. These 3 points that I’m talking about in this article, will help you stay focused and categorize the work you do on your game. So, let’s dive directly into it. This Post is Part of the …

3 Points To Focus On When Designing A Game | Game Development Tips Read More »



If Statement - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

If Statements | Unity C# Game Development Tutorial | How To Make A Game

When you are writing code In C# or any other programming languages there will arise situations where you would want your program to make decisions based on the criteria that you have predefined. For Example, When you are making a game of any genre, whether it be a Racing Game, an Adventure Game or whatever …

If Statements | Unity C# Game Development Tutorial | How To Make A Game Read More »

Logical Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Logical Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use for creating conditional statements with one or more conditions or for reversing the output of a conditional calculation. These symbols and combination of symbols are what we call Logical Operators in programming. In the articles …

Logical Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Comparison Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Comparison Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use to Compare data stored inside a variable with another variables or with a hard-coded value. These symbols and combination of symbols are what we call Comparison Operators in programming. In articles before, we have already …

Comparison Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »



Assignment Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Assignment Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, there are special symbols and combination of symbols which which we use to Assign values to variables. These symbols and combination of symbols are what we call Assignment Operators in programming. In an article before, we have already talked about Arithmetic Operators. In this article, we are …

Assignment Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Arithmetic Operators - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Arithmetic Operators | Unity C# Game Development Tutorial | How To Make A Game

In C# and all the other programming languages, we use special symbols for performing Mathematical / Arithmetic Calculations. These symbols are what we call Arithmetic Operators in programming and you can basically consider them staples of the programming world. In this article, we are going to cover Arithmetic Operators and then in subsequent articles we …

Arithmetic Operators | Unity C# Game Development Tutorial | How To Make A Game Read More »

Arrays - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Arrays | Unity C# Game Development Tutorial | How To Make A Game

An Array can be considered as one of the most fundamental parts of programming and you should learn about what Arrays are and get a thorough understanding of how they work before starting to create your own games. So in today’s article I’m going to walk you through all the things related to Arrays and …

Arrays | Unity C# Game Development Tutorial | How To Make A Game Read More »



Variables & Data Types - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Variables & Data Types | Unity C# Game Development Tutorial | How To Make A Game

In this article, I’ll be talking about Variables and Data Types in C# Programming Language that you will be using while developing games using the Unity Game Engine. So, let’s directly get to the point. Breaking Down The Base Structure Of A Unity C# Script To explain everything simply and break down the base structure …

Variables & Data Types | Unity C# Game Development Tutorial | How To Make A Game Read More »