Skip to content

Instantly share code, notes, and snippets.

@damienh
Created June 23, 2015 11:10
Show Gist options
  • Save damienh/fea91ab710475d499a09 to your computer and use it in GitHub Desktop.
Save damienh/fea91ab710475d499a09 to your computer and use it in GitHub Desktop.
json
[
{
"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