Skip to content

Instantly share code, notes, and snippets.

@dgmstuart
Last active August 29, 2015 14:16
Show Gist options
  • Save dgmstuart/1da727a9221197c843cb to your computer and use it in GitHub Desktop.
Save dgmstuart/1da727a9221197c843cb to your computer and use it in GitHub Desktop.
Resources for teaching kids to code

Code Games

Games where you need to write code to win - in order of difficulty

Blockly maze (web)

https://blockly-games.appspot.com/maze

  • Navigate through a maze using a slack-like block language
  • Teaches loops and conditionals

Lightbot (web, mobile app)

http://lightbot.com/hocflash.html

  • Move a robot round a level, turning on lights
  • Uses totally visual commands, useful for kids with reading difficulties
  • Teaches procedures and recursion

Code combat (web)

https://codecombat.com/

Navigate a warrior through a maze, picking up gems and fighting monsters

  • Requires writing text commands to control the character, but the interface prompts them to enter the right text

Ruby warrior (web)

https://www.bloc.io/ruby-warrior

Navigate a warrior through dungeon levels, sensing and attacking monsters, healing damage and opening chests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment