
In this tutorial I will teach you how to make a simple game. This tutorial is mainly aimed at users who are new to Unity. So let’s begin. Continue reading

In this tutorial I will teach you how to make a simple game. This tutorial is mainly aimed at users who are new to Unity. So let’s begin. Continue reading
This is a huge update. Lots of new features and also we’re now using our own models and animations.
New features:
2 new weapons. AK47 and Walther PPk
Bullet marks
Weapons now eject bullet cases
Normal reload and Full reload (when chamber is empty)
Different sprint animation for handguns
Models and animations made by Felixfors.
Added some cool new features to my game. Suggestions and feedback appreciated.
I will be posing Unity tutorials in the next few weeks. Stay tuned!
Also, I am currently working on an FPS Game in my spare time. Here’s a video of it:
If I had time I would make a video serious which will teach how to make a game like that.
A detailed tutorial about creating an Image Viewer or Picture Viewer application in C#. This application also converts Images from one type to another.
Following are the features of this application:
Let’s get started! Continue reading
A class that will help you take screenshots quickly and easily.

Following are the features of this class:
I was working on an application which checked for updates. I used WebRequest/WebResponse for checking updates. It showed a continuous Progressbar while checking for updates. But there was a problem. It worked properly when you were connected to internet but it just showed the progressbar all the time if not connected.
The solution for that was to check for internet connection before checking for updates. If connected then check for updates otherwise show an error.
Checking for the state of internet connection is very simple. Let’s get started.
For cropping an image in C# & VB.NET we can use the Graphics class. We’ll use a method (or function in VB.NET) which will take 2 parameters, a source image and a rectangle of the section that should be cropped. Let’s code!