Rock-Paper Scissor Game in C#

In this tutorial, i will teach you how to create a game program called Rock-Paper Scissor Game in C#. A rock-paper-scissor game is one of the most popular kiddie games here in Philippines. It is a simple game played around the world with many names and variations. It's a good way to decide whose turn it is to do something, and it's also played competitively. And today we will make this game and compete with a computer player. Now, let's start this tutorial! 1.

JAVA Catch the Eggs Game Programming part1

TUTORIAL NO 6

JAVA Catch the Eggs Game Programming part1

In this tutorial you will learn: 1.Game Programming 2.CardLayout 3.Changing screens in the game 4.Internal Classes 5.Swing Animations 6.Event handling 7.JAVA awt 8.JAVA swing 9.Adapters 10.BoxLayout Today I am going to teach you how to make a simple yet fun game in JAVA. This tutorial will be divided into two parts so that thing remain simple and everyone could easily understand.

JAVA Animation with PAUSE,RESUME and EXIT functionality

TUTORIAL NO 5

Animation with PAUSE, RESUME and EXIT functionality

In this tutorial you will learn: 1.Swing Animations 2.Event handling 3.JAVA awt 4.JAVA swing 5.Adapters Whenever I am coding a game I faced a problem in making the pause, resume and exit functionality. So today I am going to teach you how to make a simple animation with pause, resume and exit functionality. Which will later help you when you are coding a game. In this tutorial we will be working in JAVA SWING.

Text Scrolling Up Effect using C#

In this tutorial, I will teach you how to create a program that has an effect of scrolling up the text. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Text Scroll Up Effect. 2. Next, add only one Label named Label1 and labeled it as any text.

Draw a Text in a Windows Form in C#

In this tutorial, I will teach you how to create a program that will draw a text in a windows form using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Draw a Text in Windows Form. 2. Next, add only one Button named Button1 and labeled it as "Draw a Text".