game

Creating Main Menu – Creating Scenes, Controllers, Main Menu Canvas, and Slicing Sprites

Submitted by razormist on

Creating Scenes

In the Unity environment you will notice an Untitled object in the Hierarchy area. That is the name of the scenes by default, to change it just simply press ctrl + s and save it as Main Menu. tut6

Creating Controllers

Now that we have the main menu scene we will now create Controllers for the game. The Controllers are game objects that handle some methods that be needed in the game later.

Setting up – Game Resolution, Changing Platform, and Categorizing Assets

Submitted by razormist on

Game Resolution

First thing to do is to set up our Game resolution, to do that click the game tab then go to "Free Aspect" it is just below of Game tab. Then click the add button (the one that looks like +) and enter the value of each properties.

Getting Started – Creating Project

Submitted by razormist on
First you will need to download & install Unit Game Engine, here's the link for the https://store.unity.com/. After the Unity Game Engine is installed, open the unity game engine then we will get started. Here is the interface of the unity game engine when open. tut1 Click "New", and then enter the project name "Cannon Siege".

Cannon Siege Tutorial - A Classic Arcade Game for Android/IOS

Submitted by razormist on
Learn on how to create a simple game called Cannon Siege using a Unity Game Engine and a C# script. Unity is a cross-platform game engine developed by Unity Technologies. Unity is a multipurpose game engine that supports 2D and 3D graphics, drag-and-drop functionality and scripting using C#. It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices.

HyperTyper Game

Submitted by Mr.Niemand03 on
About: A Mini Typing Master Game Coded and Compiled using Visual Studio 2010 Requirements: 1. Install Gunplay3D.ttf first. Don't worry font is included in the archive 2. Visual Studio 2010 or later versions How To Play: Just like Typing Master Game, Try to type the word(s) inside the box while it is going down as fast as you can. Score is determined by the numbers on the left or right side of the

Hangman Game Using Javascript

Submitted by jaredgwapo on
In this tutorial, we are going to make a simple hangman game using javascript and html. Just follow the instructions below and download the source code. You can you this in your projects or systems. Instructions Writing our html code Score : Fails (6): Writing our Javascript Code You have successfully created a simple hangman game using javascript. For more information, suggestions and queries