mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
commit
481666d65f
1 changed files with 10 additions and 2 deletions
|
@ -211,14 +211,21 @@ module.exports = class PlayView extends View
|
||||||
difficulty: 3
|
difficulty: 3
|
||||||
id: 'bubble-sort-bootcamp-battle'
|
id: 'bubble-sort-bootcamp-battle'
|
||||||
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
|
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
|
||||||
description: "Write a bubble sort to organize your soldiers. - by Alexandru"
|
description: "Write a bubble sort to organize your soldiers. - by Alexandru Caciulescu"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: 'Ogres of Hanoi'
|
name: 'Ogres of Hanoi'
|
||||||
difficulty: 3
|
difficulty: 3
|
||||||
id: 'ogres-of-hanoi'
|
id: 'ogres-of-hanoi'
|
||||||
image: '/file/db/level/526fd3043c637ece50001bb2/the_herd_icon.png'
|
image: '/file/db/level/526fd3043c637ece50001bb2/the_herd_icon.png'
|
||||||
description: "Transfer a stack of ogres while preserving their honor. - by Alexandru"
|
description: "Transfer a stack of ogres while preserving their honor. - by Alexandru Caciulescu"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name: 'Danger! Minefield'
|
||||||
|
difficulty: 3
|
||||||
|
id: 'danger-minefield'
|
||||||
|
image: '/file/db/level/526ae95c1e5cd30000000008/zone_of_danger_icon.png'
|
||||||
|
description: "Learn how to find prime numbers while defusing mines ! - by Alexandru Caciulescu"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: 'Find the Spy'
|
name: 'Find the Spy'
|
||||||
|
@ -235,6 +242,7 @@ module.exports = class PlayView extends View
|
||||||
description: "Collect a hundred mushrooms in just five lines of code - by Nathan Gossett"
|
description: "Collect a hundred mushrooms in just five lines of code - by Nathan Gossett"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#{
|
#{
|
||||||
# name: 'Enemy Artillery'
|
# name: 'Enemy Artillery'
|
||||||
# difficulty: 1
|
# difficulty: 1
|
||||||
|
|
Loading…
Reference in a new issue