Solo quests

Nooblet

001 - Hello (HTML)
Goal: print "hello" to #display
Train your Dragons to talk HTML. Anything you write in HTML will appear in the game UI. In this quest, your challenge is to write "hello" to an HTML div with the id "display".
002 - Hello (Javascript)
Goal: print "hello" to the console
Write your first Javascript program by printing "hello" to your web browser's console. Your Javascript code will eventually grow to become the "brains" of your Dragon A.I..
003 - Attack
Goal: defeat all enemy Dragons.
Use the Game.attack() function to attack enemy Dragons. Observe how your attacks are more accurate and do more damage to nearer targets. And see how your attacks are weaker for farther targets.
004 - Move
Goal: defeat all enemy Dragons.
Use the Game.moveTo() function. Move close enough to defeat the enemy Dragon before time runs out.

Novice

005 - Hide and Seek
Goal: defeat all enemy Dragons.
Hunt them down before time runs out!
006 - Shield Mastery
Goal: defeat all enemy Dragons.
Your Dragons' shield aura absorbs magical damage. The shield can regenerate when it's not taking damage. When your shield energy gets low, move out of harm's way to regenerate your shield before returning to combat.
007 - Orbs
Goal: capture all Orbs.
Use Game.moveTo() to get close to an Orb. Use Game.carryOrb() to pick it up. You can only carry one Orb at a time. Return the Orbs to your floating base.
008 - Tug of War
Goal: capture the Orbs.
Return as many Orbs as you can to your base while trying to stop your opponent from capturing any.

Apprentice

009 - Lead the Target
Goal: stop the enemy Dragon.
An enemy Dragon will try to sneak right past your Dragons' noses to capture an Orb. You'll find that it's a challenge to hit a moving target. Hint: don't aim at where something is; aim at where it will be.
010 - Dance Battle
Goal: defeat all enemy Dragons
In this 4v4 battle, the crew with the best moves wins.
011 - Multitasking
Goal: capture the orbs
Victory will elude your Dragons until you craft a well-balanced strategy of aggression vs defense, attack vs capture and solo vs teamwork.
012 - Black Friday
Goal: capture the orb
Hurry, while stocks last!
013 - Mexican Standoff
Goal: defeat all enemy Dragons
Every Dragon is in danger. Things are going to get messy. Use teamwork to shift the odds in your favor.
014 - The Power of Friendship
Goal: defeat all enemy Dragons
Victory belongs to the Dragons that learn to fight together as one.

Expert

015 - Unlock "Bighorn"
You are outnumbered. Your odds do not look good. Turn the tables by summoning your first hero Dragon "Bighorn" with Game.setClass(unit.id, 'bighorn'). This transforms your chosen Dragon into a hero Dragon. Hero Dragons have special abilities. "Bighorn" has beefier shields. Its attack is slightly more powerful and it can channel its attack longer before having to cool down. But since it's the biggest Dragon, it is also the slowest.
016 - Unlock "Longtail"
Summon your second hero Dragon, "Longtail" with Game.setClass(unit.id, 'longtail'). "Longtail" has the most powerful attack in the game as well as the longest range. However, its powerful attack takes longer to charge up and cool down.
017 - Unlock "Little Wing"
Summon your third hero Dragon, "Little Wing" with Game.setClass(unit.id, 'little-wing'). "Little Wing" is the fastest and smallest Dragon in the game. Its powerful short-range attack fires in a bursts of 3. Fly on, Little Wing.
018 - Bossfight
Goal: Defeat the Boss and free "Brightfang".
Training's over. Ready or not, it's Bossfight time! You have a total of 16 Dragons at your command. Build your best team from a selection of 8 Bighorns, 8 Little Wings and 8 Longtails. Defeat the boss to unlock your fourth hero Dragon as a reward: "Brightfang" the healer. Hint: capture the orbs to bring down the boss' shield.

lock_outline Solo quests locked

To unlock this page, make your first A.I. and save your code