ToDo is a simple application to keep track of stuff you have to do (a to-do list, basically), developed with Unity3D.
1) Once you get the application up and running, if it is the first time you are using it, you will probably face a black background with a tiny menu at the top;
2) In the menu you will have 3 buttons:
Used to add a new group of tasks (or a single one);
Used to access app settings (currently unavailable);
3) After pressing "" you are prompted with a text area where you are supposed to type in the tasks you want to add, one per line. Once you are ready, press "Add" to fill your list.
As you can see in the images above, the tasks are added in the order you typed them in and with random colors;
4) Once you have completed one of them, just click on the square at the right of the correspondant task and it will be deleted from your list;