mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Merge pull request #1205 from Darredevil/patch-9
Added new level "K-means++ Cluster Wars"
This commit is contained in:
commit
874b149986
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue