Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.9 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.9 KB

ToDo Icon

ToDo is a simple application to keep track of stuff you have to do (a to-do list, basically), developed with Unity3D.

How to use:

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:

    ToDo Icon Used to undo a task deletion;

    ToDo Icon Used to add a new group of tasks (or a single one);

    ToDo Icon Used to access app settings (currently unavailable);

3) After pressing "ToDo Icon" 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.

Adding new task New tasks added

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;