We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Client REPL

Let's update the client to support its REPL commands (or at least an empty shell of them).

Assignment

      • Possible unit types are: infantry, cavalry, artillery
      • Possible locations are: americas, europe, africa, asia, antarctica, australia
      • Example usage: spawn europe infantry
      • After spawning a unit, you should see its ID printed to the console.
      • Example usage: move europe 1

Once you're satisfied, move on to the next lesson.