Thursday of September 04, 2014
Simple javascript based matching game. Useful for board games that compare adjacent tiles. This tile based script, compares similar numbered tiles and merge them to one. This is still an incomplete implentation, I just coded it for the spur of the moment.
Updated at 16/09/2014: Modified the script to be a construct 2 plugin compatible. Digit Merger PluginThis code allows the 2D array to merge similar digits. The Plugin stores the 2D array information locally and conforms to the construct 2 array format.
I. Properties - height - width
II. Conditions - checkComplete() :triggers after check is completed - mergeComplete() :triggers after merge is completed
III. Actions - check(xcoordinate,ycoordinate,digit) - merge(xcoordinate,ycoordinate,digit) :execute the merging - clearChange :clears the change
IV. Expressions - getChainCount() :retrieves the number of chains - getChange(index:0) :retrieve the change on that index
Thursday of September 04, 2014
Writing a WordPress theme and plugin review is kinda weird for someone who uses a no themed website. Nevertheless below are my initial impressions for Elegant Themes, one of the most popular and affordable WordPress themes out there. I have heard of Elegant Themes way back 2010, this was also the time I was active in helping and freelancing for WordPress setup and theme customization.
Tuesday of August 26, 2014
Zapier is basically an application that makes interfacing through various apps in the cloud a breeze. Basically it simplifies integration process through it's helpful user interface. Anyone who have used the system would agree that it really is an awesome idea to create such interfacing app. Zapier is helpful for SME organizations and freelancers who supports various services. Zapier also centralizes your interface controllers, which in turn can be a double edge feature depending on how well Zapier meets to its uptime service.
Wednesday of August 13, 2014
After experimenting on Spine 2D Trial Version, the initial impression would be an overwhelmingly how to do this and where do I start. The learning curve of Spine isn't tool steep relative to learning a new framework or language (software). It greatly address a lot of 2D animation issues, specially the consistency of transition and flow in a skeletal bone structured level. Aside from creating and exporting graphics, the tool is extremely useful in optimizing sprite files sizes but in expense of CPU usage.
Thursday of July 24, 2014
Game Theme: The Elements
This is my second time joining the FGL game jam, luckly it is always done over the weekend. Somehow this gives me the chance to work one project. Aside from the gamejam, I have a lot of stuff going on this weekend like doing my volunteering work and the usual chores. This would be my first devlog for this gamejam, and the time indicated are Singapore Time.