Skip to content

community-coding-dojo/challenges

Repository files navigation

Challenges

Programming-challenges for the Coding Dojo.

All instructions and challenges expect you to have set up the Essentials correctly!

Setup

  1. Clone this repository with the following terminal command:

    git clone https://github.com/community-coding-dojo/challenges.git coding_dojo_challenges
  2. Follow the instructions in the individual challenges

Challenge List

Beginner

  1. crack_pass

    You have retrieved the hash of a very secret password.
    Write a script to crack it!
    
  2. Karel the Robot

    Karel is a little robot that requires your help to solve various tasks.
    

Intermediate

  1. pypong

    Program the classic video game Pong in python!
    

Advanced

  1. Karel the Robot

    Karel is a little robot that requires your help to solve various tasks.