Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Toaster Wars: Going Rogue, Episode 4 — Super Toaster Wars Web, 200 points

Problem Description

Many saw the fourth installment of Toaster Wars: Going Rogue as a return to grace after the relative mediocrity of the third. I’m just glad it was made at all. And hey, they added some nifty new online scoreboard features, too!

Hint: Ooh, what a nifty scoreboard! If we get a bunch of people playing at once, we can have a race through the dungeon!

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.