Do While Loop - Unity C# Game Development Tutorial - How To Make A Game - Featured Image

Do While Loop | Unity C# Game Development Tutorial | How To Make A Game

Do While Loop just like all the other loops is used to loop through the elements of an Array, Dictionary, List or Collection. In the previous articles we have gone through the For Loop, Foreach Loop and While Loop already, In today’s article, we will go through the last kind of loop i.e. Do While …

Do While Loop | Unity C# Game Development Tutorial | How To Make A Game Read More »

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

While Loop | Unity C# Game Development Tutorial | How To Make A Game

While Loop just like For Loop and Foreach Loop is used to repeatedly execute a piece of code based on the condition that you have predefined. If you have been following along with the whole series, you should already be pretty clear about what loops are and how and why you would use them. To …

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

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

Foreach Loop | Unity C# Game Development Tutorial | How To Make A Game

In the previous article, we talked about For loops and came to a clear understanding on how and when you should be using For loop. Now, Foreach Loop, just like the For Loop is used to repeatedly execute a block of code. In this article, we will be going through everything about Foreach Loops to …

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



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

For Loop | Unity C# Game Development Tutorial | How To Make A Game

When you are coding a Game there will come times when you would want to repeat the same piece of code again and again like when showing Items on your Menu or spawning the Player and NPCs in your Game World. Loops in programming languages like C# can be used to do just that. Now, …

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

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

Switch Statement | Unity C# Game Development Tutorial | How To Make A Game

There are various ways using which you can make conditional decisions in C# and Switch Statement is one of these ways of doing so. In one of the precious articles i have already talked about how you can make decisions using if statements when coding in this article we will take a look at how …

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

Understanding The Target Player Base Of Your Game - Game Development Tips - Featured Image

Understanding The Target Player Base Of Your Game | Game Development Tips

Player Base i.e the Audience of your game is one of the most important factor that you have to consider as a Game Developer. Understanding your player base can give you a lot of insights that will help you in making your game a commercial success. So in this article, i have listed some questions …

Understanding The Target Player Base Of Your Game | Game Development Tips Read More »



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 »

Logitech MK345 Wireless Keyboard and Mouse Combo - Product Review - Featured Image

Logitech MK345 Wireless Keyboard And Mouse Combo | Product Review

Should You Buy Logitech MK345 Wireless Keyboard & Mouse Combo? Logitech MK345 is a Full-Sized Wireless Keyboard and Mouse Combo which Cost-Wise can be said to be on the upper side in the Entry Level Keyboard and Mouse Combo Category. The combo consists of Mouse : Logitech M275 and Keyboard : Logitech K345. I’ve personally …

Logitech MK345 Wireless Keyboard And Mouse Combo | Product Review 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 »