Changes

Line 1: Line 1:  +
                                      '''''Porting Turtle Confusion and Turtle Flags'''''
 +
 
== About You ==
 
== About You ==
 
'''What is your name?'''  
 
'''What is your name?'''  
Line 26: Line 28:  
'''Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?'''  
 
'''Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?'''  
   −
I am new in open source and I want to work in open source because I believe in software freedom. I use GNU/Linux for my day-to-day work and software development. I also use several other open source services like Libreoffice, Moodle, Mozilla-Firefox etc. Open-Source development has introduced me to a whole new world of software development which I was unaware of previously. It has been a great experience to learn new frameworks and to work on building something new using them from my sophomore year itself. I have enjoyed my journey of getting to know people on irc and mailing lists while applying for GSoC and learning from them. It's amazing how people from different time zones can come together to work as a community. I think it would be the best utilization of my summer holidays to work on an open-source project this summer.
+
I want to work in open source because I believe in software freedom. I use Ubuntu for my day­to­day work and software development. I also use several other open source services like Libreoffice,Moodle, Mozilla­ Firefox etc. Open ­Source development has introduced me to a whole new world of software development which I was unaware of previously. It has been a great experience to learn new frameworks (like Phaser, Cordova, Ionic etc.) and to work on building something new using them from my sophomore year itself. I have enjoyed my journey of getting to know people on irc and mailing lists while applying for GSoC and learning from them. It's amazing how people from different time zones can come together to work as a community. I think it would be the best utilization of my summer holidays to work on an open ­source project.
 
== About your project ==
 
== About your project ==
 
'''What is the name of your project?'''
 
'''What is the name of your project?'''
Line 77: Line 79:  
Start working on Turtle Confusion:
 
Start working on Turtle Confusion:
 
*Make basic UI. (Palette, windows etc.)
 
*Make basic UI. (Palette, windows etc.)
*Implement various blocks in the palette by taking help from Turtle blocks implementation.
+
*Implement various blocks in the palette and export them to Javascript by taking help from Turtle blocks implementation.
    
|-
 
|-
 
| Week 2 ( May 30 - June 5)
 
| Week 2 ( May 30 - June 5)
 
|
 
|
*Import features from Turtle Blocks JS.  
+
* Import features from Turtle Blocks JS.  
* Write code to Load challenges  
+
* Write code for Loading challenges and implementation of the activity.
 
*Check for browser compatibility
 
*Check for browser compatibility
 
|-
 
|-
 
| Week 3 (June 6 - June 12)
 
| Week 3 (June 6 - June 12)
|  
+
| Start Working on Turtle Flags:
 +
* Make basic UI. (Palette, windows etc.)
 +
* Implement various blocks in the palette and export them to Javascript by taking help from Turtle blocks implementation.
 
|-
 
|-
 
| Week 4 (June 13- June 20)
 
| Week 4 (June 13- June 20)
|'''First Deliverable - Turtle Flags Activity for Sugarizer'''
+
|
 +
* Import features from Turtle Blocks JS and Turtle Confusion implemented earlier in the project.
 +
* Write code for Loading challenges and implemention of the activity.
 +
* Check for browser compatibility
 
|-
 
|-
 
| Week 5 (Midterm Evaluations)
 
| Week 5 (Midterm Evaluations)
|
+
|'''First Deliverable - Basic Implementation for Turtle Flags and Confusion Activities for Sugarizer'''
 
|-
 
|-
 
| Week 6 (June 29- July 3)
 
| Week 6 (June 29- July 3)
Line 100: Line 107:  
|-
 
|-
 
| Week 7 (July 4 - July 10)
 
| Week 7 (July 4 - July 10)
|
+
|Turtle Confusion -
 +
* Resolve Bugs
 +
* Add features like the image export feature
 +
* Check for other improvements that can be done
 
|-
 
|-
 
| Week 8 (July 11 - July 17)
 
| Week 8 (July 11 - July 17)
|  
+
| Turtle Flags -
 +
* Resolve Bugs
 +
* Add features like the image export feature
 +
* Check for other improvements that can be done
 
|-
 
|-
 
| Week 9 (July 18 - July 24)
 
| Week 9 (July 18 - July 24)
|
+
|'''Second Deliverable - Completed Activities Turtle Flags and Turtle'''
 
|-
 
|-
 
| Week 10 (July 25 - July 31)
 
| Week 10 (July 25 - July 31)
|'''Second Deliverable - Completed Activities Turtle Flags and Turtle '''
+
|Buffer Week
 
|-
 
|-
 
| Week 11 (August 1 - August 7)
 
| Week 11 (August 1 - August 7)
| Buffer Week
+
| Work on Documentation
 
  −
Work on Documentation
      
Host the activity on a github page and share the link in Sugar Labs community for feedback and bugs.  
 
Host the activity on a github page and share the link in Sugar Labs community for feedback and bugs.  
Line 121: Line 132:  
| Address all the feedback and fix bugs.
 
| Address all the feedback and fix bugs.
   −
Test all the games, clean and organize the code.
+
Test all the features, clean and organize the code.
 
|-
 
|-
 
| Week 13 (Code Submission and Evaluations )
 
| Week 13 (Code Submission and Evaluations )
Line 141: Line 152:  
* Developed a game Meteor Shower using Phaser.io. It is shared on github here - https://github.com/lovemehta/Meteor-Shower<br />You can also play the game here -http://lovemehta.github.io/Meteor-Shower
 
* Developed a game Meteor Shower using Phaser.io. It is shared on github here - https://github.com/lovemehta/Meteor-Shower<br />You can also play the game here -http://lovemehta.github.io/Meteor-Shower
   −
* Developed a simple platform game interface Jumping Jack using Phaser.io. It's source code is shared on github here – https://github.com/lovemehta/TheJumpingJack <br />And it can be played here - http://lovemehta.github.io/TheJumpingJack<br />
+
* Developed a simple platform game interface Jumping Jack using Phaser.io. It's source code is shared on github here – https://github.com/lovemehta/TheJumpingJack <br />And it can be played here - http://lovemehta.github.io/TheJumpingJack
*Developed a 2048 Game. The code can be viewed here https://github.com/lovemehta/2048-Game It can be played here http://lovemehta.github.io/2048-Game/ <br />
+
*Developed a 2048 Game. The code can be viewed here https://github.com/lovemehta/2048-Game It can be played here http://lovemehta.github.io/2048-Game/  
*Developed a Flappy Birds Clone. The code has been shared here https://github.com/lovemehta/FlappyBirds . The game can be played here http://lovemehta.github.io/FlappyBirds/ <br />
+
*Developed a Flappy Birds Clone. The code has been shared here https://github.com/lovemehta/FlappyBirds . The game can be played here http://lovemehta.github.io/FlappyBirds/  
 
*I host a blog here http://blog.lovemehta.com/  and will be posting about my work during the length of this project here. I have shared more details about me, my works, projects and achievements here http://www.lovemehta.com <br />
 
*I host a blog here http://blog.lovemehta.com/  and will be posting about my work during the length of this project here. I have shared more details about me, my works, projects and achievements here http://www.lovemehta.com <br />
 
Given below is the detailed information about time contribution to the GSoC project. As I do not have any other long term commitments this summer, completion of this project is my top priority.
 
Given below is the detailed information about time contribution to the GSoC project. As I do not have any other long term commitments this summer, completion of this project is my top priority.
  −
   
During the length of this semester (i.e. Until May 06) - I can easily manage to squeeze at least 6 hours a day (due to classes in the daytime) on weekdays and 8-10 Hours a day on weekends. In total around 45 hours a week.
 
During the length of this semester (i.e. Until May 06) - I can easily manage to squeeze at least 6 hours a day (due to classes in the daytime) on weekdays and 8-10 Hours a day on weekends. In total around 45 hours a week.
   Line 160: Line 169:     
This project will bring two new and very interactive activities of Sugar to Sugarizer. These two activities summed up with Turtle Blocks form a complete package for teaching coding and algorithmic approaches to children.These activities provide a different learning experience by using drawings and shapes to be made by coding and logo type interface which can make Sugarizer more content rich and enjoyable educational platform.   
 
This project will bring two new and very interactive activities of Sugar to Sugarizer. These two activities summed up with Turtle Blocks form a complete package for teaching coding and algorithmic approaches to children.These activities provide a different learning experience by using drawings and shapes to be made by coding and logo type interface which can make Sugarizer more content rich and enjoyable educational platform.   
 +
 +
Walter Sir’s Answer (GSoC mentor) - 
 +
 +
The rationale for porting these activities to JS is to reach out to learners who do not have access to the GNU/Linux desktop. By reaching these learners we will hopefully bring more people into the Sugar way of learning.
 +
 +
Dave Crossland Sir’s(GSoC Mentor) Answer - 
 +
 +
If the Turtle Confusion and Flag porting to JavaScript project is successfully completed, the impact on the Sugar Labs community will be another solid contribution to the increasing number of Sugarizer activities that ensure children can learn with any computer that supports HTML5 (such as tablets that are hard to install GNU/Linux on.)
    
'''What will you do if you get stuck on your project and your mentor isn't around?'''
 
'''What will you do if you get stuck on your project and your mentor isn't around?'''
Line 193: Line 210:  
'''Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?'''
 
'''Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?'''
   −
This project has potential to make Sugarizer an even better place to learn to code for children than it already is. I  will try my best to make this activity the best attraction Sugarizer has among children. Really looking forward to work on this project for the summer.  
+
This project has potential to make Sugarizer an even better place to learn to code for children than it already is. I  will try my best to make these activities the best attraction Sugarizer has among children. Really looking forward to work on this project for the summer.  
    
[[Category:2016 GSoC applications]]
 
[[Category:2016 GSoC applications]]
60

edits