mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 21:44:40 -04:00
Update play_view.coffee
New Level Added : Sword Loop
This commit is contained in:
parent
9cb80783ff
commit
5e964cd6cf
1 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,14 @@ module.exports = class PlayView extends View
|
|||
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
|
||||
description: "Write a bubble sort to organize your soldiers. - by Alexandru"
|
||||
}
|
||||
{
|
||||
name: 'Sword Loop'
|
||||
difficulty: 1
|
||||
id: 'sword-loop'
|
||||
image: '/file/db/level/525dc5589a0765e496000006/drink_me_icon.png'
|
||||
description: 'Kill the ogres and save the peasants and their cattle'
|
||||
}
|
||||
|
||||
{
|
||||
name: 'Enemy Artillery'
|
||||
difficulty: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue