From 3dfe7987ea94043ce5a5b3874760bad835007748 Mon Sep 17 00:00:00 2001 From: Darredevil Date: Fri, 8 Aug 2014 02:04:02 +0300 Subject: [PATCH] Added new level 'QuickSort the Spiral' --- app/views/play/MainPlayView.coffee | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/play/MainPlayView.coffee b/app/views/play/MainPlayView.coffee index c10205c8b..93ea1e1d9 100644 --- a/app/views/play/MainPlayView.coffee +++ b/app/views/play/MainPlayView.coffee @@ -250,6 +250,13 @@ module.exports = class MainPlayView extends RootView image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png' description: 'Learn cluster analysis while leading armies into battle! - by Alexandru Caciulescu' } + { + name: 'QuickSort the Spiral' + difficulty: 3 + id: 'quicksort-the-spiral' + image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png' + description: 'Learn Quicksort while sorting a spiral of ogres! - by Alexandru Caciulescu' + } { name: 'Find the Spy' difficulty: 2