Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Toaster Wars: Going Rogue, Episode 2 — Explorers of Toffee, Donuts, and Sugar Web, 120 points

Problem Description

Given the relative success of the first release, it was no surprise that a second installment in the TW:GR series was released. I can’t beat this one either, though... those darn spatulas put an induction cooktop in the floor so I can’t get to the flag! Can you get it for me?

Hint: Toasters can’t go through induction cooktops because they’re made of metal. However, it looks like there’s a nice, friendly spatula on the last floor; and better yet, he’s made of rubber! I’m sure he could be persuaded to go pick up the flag and bring it back to you.

Deployment

This problem can be deployed using the docker-compose setup in the problem directory. There was no handout for this problem.

Some modifications that don't significantly affect the problem were made to the original code:

  • The entire service was containerized
  • Modifications were made to db.js and init.js to support having mongo in a separate container

Solution

See here.