Experiments

ToDo List/Game

ToDo List/Game

Place a description in the Items field and put a time (in minutes) for how long the task will take and click Add Item. When complete, click the Complete button and that will strengthen your character.


Platformer

Desktop Version      Mobile Version

Player must try to collect the diamond. They can click/touch the screen to create blocks to get to the diamond. Enemies can destroy any created blocks on touch.
Created Blocks can be removed by clicking/touching them again.


Unity

Unity Game Tutorial

Thursday, October 10, 2013

Quick Fix

I fixed the issue I had last night with the complete button realigning itself.

The problem was that my dynamically created spans had the same id's if the number and task name were the same so it was removing the first instance of the spans. I fixed this by adding a fake guid that is just a string of 5 pseudo random numbers to the id's.

No comments:

Post a Comment