Kamis, 31 Maret 2016

Create A 2D Game - Part 3: Graphics & Audio

Create A 2D Game - Part 3: Graphics & Audio

A character sprite sheet for a 2D gameOnce you have completed all the previous steps in the 2D game development process you should be armed with a series of drawings, sketches, plans and notes on exactly what you need for...
Baca selengkapnya
Create A 2D Game - Part 2: Game Objectives and Structure

Create A 2D Game - Part 2: Game Objectives and Structure

Once you have settled on all the details of your 2D game idea you should next look to map out how the game will work. This will include listing the game objectives, identifying game controls, game menus and options, user...
Baca selengkapnya
Create A 2D Game - Part 1: Concept Development

Create A 2D Game - Part 1: Concept Development

Some random game concept development notesThe first step in creating a 2D game is to first settle on the idea for the game. It seems obvious but sometimes people waste a lot of time and effort by jumping into creating graphics...
Baca selengkapnya
Create A 2D Game - Introduction

Create A 2D Game - Introduction

This is a screen shot from a 2D game made using scratch by a user called GriffPatchHow To Design And Create A 2D GameThis 5 part series will guide you step by step through the stages of developing a 2D game. Two-dimensional...
Baca selengkapnya

Selasa, 29 Maret 2016

Games Design Process

Games Design Process

The Games Design ProcessThe computer games design process is based on the general design process but has a process which is solely focused around the area of computer games. The headings differ from those in the general...
Baca selengkapnya
The Meaning of Colours

The Meaning of Colours

The Colour WheelThe Colour WheelDesigners have a large range of colours at their disposal and most are well aware that certain colours are associated with feelings and emotions. Designers, companies and manufacturers use...
Baca selengkapnya

Jumat, 25 Maret 2016

7 Easy Ways To Speed Up Your Website

7 Easy Ways To Speed Up Your Website

Although it is unlikely you will make it to a perfect score the tips below can help you get in the green for page speedAs far back as 2010 Google admitted it uses a web pages loading speed as part of it's ranking algorithm...
Baca selengkapnya

Selasa, 22 Maret 2016

CSS Positioning and Layering

CSS Positioning and Layering

CSS positioning is a lot more advanced than just top, middle or bottom!CSS PositioningWith CSS positioning, you can place an element exactly where you want it on your page. Together with floats, positioning gives you many...
Baca selengkapnya
CSS Floating

CSS Floating

The basic principles of CSS floating are displayed in this simple diagramFloating elements with CSSAny HTML element or <div> block can be floated to the right or to left by using the property float. That is to say...
Baca selengkapnya
CSS Padding, Borders and Margin

CSS Padding, Borders and Margin

CSS Padding, Borders and MarginMargin and Padding:Now let's look at how you can use your knowledge of the box model to change the presentation of elements by setting the margin and padding properties as shown in the above...
Baca selengkapnya
CSS Box Model

CSS Box Model

The CSS Box ModelThe CSS Box ModelThe box model in CSS describes the boxes which are automatically generated for all HTML-elements and which you can control using CSS. The box model contains detailed options regarding adjusting...
Baca selengkapnya
CSS Class and Id

CSS Class and Id

class and id work together with div and span to help you make the most of your CSSThis section on CSS actually focuses on the use of HTML attributes 'class' and 'id' and the HTML elements <div> and <span>. These are...
Baca selengkapnya