From 4ca1d2bfeb576b7dfa33c26b87008d128dba4140 Mon Sep 17 00:00:00 2001 From: Darredevil Date: Mon, 23 Jun 2014 03:43:54 +0300 Subject: [PATCH] Added new level "K-means++ Cluster Wars" Added new level "K-means++ Cluster Wars" --- app/views/play_view.coffee | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/play_view.coffee b/app/views/play_view.coffee index 6997dc83c..6fcc8d51a 100644 --- a/app/views/play_view.coffee +++ b/app/views/play_view.coffee @@ -227,6 +227,13 @@ module.exports = class PlayView extends View image: '/file/db/level/526bda3fe79aefde2a003e36/mobile_artillery_icon.png' description: "Learn how to find prime numbers while defusing mines! - by Alexandru Caciulescu" } + { + name: 'K-means++ Cluster Wars' + difficulty: 4 + id: 'k-means-cluster-wars' + image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png' + description: "Learn cluster analysis while leading armies into battle! - by Alexandru Caciulescu" + } { name: 'Find the Spy' difficulty: 2