From be66c44e2b882219c44bcf0de3238f6e3d62cfad Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 30 Sep 2015 16:43:56 +0200 Subject: Add the robot problem screen Mostly a copy of the Python screen, a lot of functionality is missing. --- index.html | 34 ++++++ js/codeq/language.js | 8 +- js/codeq/navigation.js | 6 +- js/codeq/robot.js | 300 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 345 insertions(+), 3 deletions(-) create mode 100644 js/codeq/robot.js diff --git a/index.html b/index.html index 24a4836..1464528 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ +