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

Platformer Note

I moved my platformer to my Dropbox account to avoid loading too much on the page.

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.

Wednesday, October 9, 2013

Updated ToDo List/Game

I updated the ToDo List/Game. Now you can add items to a list on the page and click complete when you complete them. It is not stored anywhere, so you lose your list when you leave the page.

I know there is an issue with the first complete button that will be fixed on the next update.

Thursday, October 3, 2013

To Do Game

I started on my to do game. The initial prototype will be linked above or here. It is very basic for now. All you do is add an item and a time and your "character" levels up when you submit that you completed a task/to do item.

Tuesday, October 1, 2013

Unity Update and Other

Got an idea for a productivity app. Will explain more as I develop more. The idea is the gamification of to do lists. It would encourage people to create and complete their to do lists.

Anyway, I did a little more on the 3D tutorial in Unity and have a simple environment where the player has basic fps controls.