Created
June 23, 2015 11:10
-
-
Save damienh/fea91ab710475d499a09 to your computer and use it in GitHub Desktop.
json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "scratch", | |
"name": "Scratch", | |
"img": "scratch.png", | |
"desc": "Learn how to program your own interactive stories, games and animations.", | |
"long_desc": "Scratch is a graphical programming language, developed by the Lifelong Kindergarten group at the Massachusetts Institute of Technology. Children can drag and combine code blocks to make a range of programs, including animations, stories, musical instruments and games. It’s a bit like the programming equivalent of Lego!" | |
}, | |
{ | |
"id": "python", | |
"name": "Python", | |
"img": "python.png", | |
"desc": "", | |
"long_desc": "" | |
}, | |
{ | |
"id": "webdev", | |
"name": "HTML & CSS", | |
"img": "webdev.png", | |
"desc": "", | |
"long_desc": "" | |
}, | |
{ | |
"id": "code-kingdoms", | |
"name": "Code Kingdoms", | |
"img": "codekingdoms.jpg", | |
"desc": "", | |
"long_desc": "Code Kingdoms teaches Computer Science and programming in a way that’s fun for children. Children use real JavaScript code to design their own game worlds, and then challenge friends to complete them.", | |
"partner_project": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment