Uncategorized

Home/Uncategorized

How Nintendo’s wisdom Saved my Dream Indie Game from Disaster – DevLog

By |2020-08-22T05:12:24+00:00August 22nd, 2020|Categories: Uncategorized|Tags: , |

I came close to ruining my indie game BloodAndMead. I was too close to the project and didn't see the critical flaw which stared me right in the face. Thanks to a close analysis of Nintendo's Super mario design, I was able to rethink my coding implementation and save my game from the dumpster. This is [...]

3D programming in HTML5 using three.js Canvas and WebGL – PART 1 creating a rotating cube

By |2014-07-06T06:18:02+00:00January 2nd, 2014|Categories: Game Development, JavaScript, Uncategorized|

I have decided to start the new year by taking a closer look at 3D programming for the web via Canvas and WebGL. For those that don’t know, I am trained as a 3D modeler and animator, although I turned from those paths to focus on development. I now feel accomplished enough as a developer to turn [...]

Unity3D: Understanding auto execute events (JavaScript/UnityScript)

By |2013-08-18T01:56:34+00:00August 4th, 2013|Categories: Game Development, Uncategorized, Unity3D|

Here I will be listing some of the important auto execute events used in Unity3D: Start() Start is called just before any of the Update methods is called the first time. Start is only called once in the lifetime of the behaviour. The difference between Awake and Start is that Start is only called if the [...]

Setup TypeScript on WebStorm IDE

By |2014-07-07T14:37:57+00:00May 10th, 2013|Categories: JavaScript, Uncategorized|

In this post i will be walking through the process of setting up TypeScript on jetBrains WebStorm IDE. Step 1. Download and install the latest  TypeScript SDK from the microsoft website http://www.microsoft.com/en-us/download/details.aspx?id=34790 Step 2. If you haven’t already, download and install the WebStorm IDE from the Jet Brains website http://www.jetbrains.com/webstorm/ Step 3. Open Webstorm and select File > new [...]

HTML, CSS : Force verticle scroll bars

By |2013-03-24T02:29:07+00:00March 24th, 2013|Categories: Uncategorized|

Pages with varied content on different pages can often experience ‘content jumps’. This happens as the browser decides to add or remove the scroll bars, causing page content to move the width of the scroll bars. An unsightly event… The fastest way to stop this behavior is to force scroll bars to always be present. Read [...]

As3 Signals

By |2013-02-10T04:23:09+00:00February 10th, 2013|Categories: Uncategorized|

//declare the signal private var _sigSomthingHappened= new Signal(); // optional Data type for explicit coding incase you // want to pass along a specific argument with the signal when its dispatched // you can use any data type Strings, ints, numbers, value objects etc. private var _sigSomthingHappened= new Signal(String); //DISPATCH _sigSomthingHappened.dispatch(); [...]

List of screen resolutions and DPI/PPI for popular mobile devices

By |2013-02-06T13:21:23+00:00February 6th, 2013|Categories: Game Development, Uncategorized|

In this post I am showing a list screen resolutions for popular devices, this list will grow and shrink as time goes by based on device popularity. You will find that most devices fall into a common resolution group, ie many android devices of 2010-2012 had a device res of 800×480 pixels, then in 2012+ they [...]

This Is A Custom Widget

This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Its perfect for grabbing the attention of your viewers. Choose between 1, 2, 3 or 4 columns, set the background color, widget divider color, activate transparency, a top border or fully disable it on desktop and mobile.