mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 22:00:25 -04:00
Added Alexandru's Bubble Sort Bootcamp Battle to /play.
This commit is contained in:
parent
df95e8c784
commit
873c560a06
1 changed files with 7 additions and 0 deletions
|
@ -154,6 +154,13 @@ module.exports = class PlayView extends View
|
|||
image: '/file/db/level/526fd3043c637ece50001bb2/the_herd_icon.png'
|
||||
description: "Strike at the weak point in an array of enemies. - by Aftermath"
|
||||
}
|
||||
{
|
||||
name: 'Bubble Sort Bootcamp Battle'
|
||||
difficulty: 3
|
||||
id: 'bubble-sort-bootcamp-battle'
|
||||
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
|
||||
description: "Write a bubble sort to organize your soldiers. - by Alexandru"
|
||||
}
|
||||
{
|
||||
name: 'Enemy Artillery'
|
||||
difficulty: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue