Summer of Code/2015/Turtle Blocks export as Javascript: Difference between revisions
| Line 15: | Line 15: | ||
* '''Name of project:''' Turtle Blocks export as Javascript | * '''Name of project:''' Turtle Blocks export as Javascript | ||
* Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using? | * '''Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using?''' | ||
This project main idea is to let children who want to learn text based programming to export their project from the Turtle Blocks activity to a javascript file and the ability of running it independently of Turtle Blocks application. | This project main idea is to let children who want to learn text based programming to export their project from the Turtle Blocks activity to a javascript file and the ability of running it independently of Turtle Blocks application. | ||
Who are you making it for, and why do they need it? | Who are you making it for, and why do they need it? | ||
| Line 60: | Line 60: | ||
Also during the school time I did many homeworks (mini projects) that had deadlines and every one of it challenge me on doing things that I haven't done before. Two examples of them are here: | Also during the school time I did many homeworks (mini projects) that had deadlines and every one of it challenge me on doing things that I haven't done before. Two examples of them are here: | ||
<br> | <br> | ||
[1]: https://github.com/mathrex/crazyDriver <br> | [1]: https://github.com/mathrex/crazyDriver (game implementation in C++ using openGL) <br> | ||
[2]: https://github.com/mathrex/linux_minishell | [2]: https://github.com/mathrex/linux_minishell (simple implementation of linux shell in c language) | ||
<br> | <br> | ||
If I sum up the time I work with javascript I get 6 months( internship and homeworks) and I'm confident it's enough to carry out the project. More over already I spend 1 day looking on the source files of Turtle Blocks JS and I identified the key elements that I need to do my work. | If I sum up the time I work with javascript I get 6 months( internship and homeworks) and I'm confident it's enough to carry out the project. More over already I spend 1 day looking on the source files of Turtle Blocks JS and I identified the key elements that I need to do my work. | ||