Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image
  4. image
  5. image
  6. image
  7. image
  8. image
  9. image
  10. image
  11. image

Comments (61)

Avatar
New

Indeed, the future is down.

I wish it didn’t scroll so fast.

Avatar
Regular

Same

Same

Same. I wonder if this is actually better to read on a computer. Maybe I could turn on autoscroll so I don't go too fast I feel like I'm constantly going too fast

Avatar
Regular

oh. I didn't consider that in the meta sense, the future is literally down further in the comic

Avatar
New

In context of this, the Polite and Good music video is interesting. Was the opening scene with Godkiller an attempt to add free will to the world by removing herself from it? The symbol on the hilt was that splitting of colors we see now with the introduction of uncertainty. She then put that little cat on the hilt to pretend that her goal was always to create cats out of her blood.

Does this make sense to anyone but me?

Avatar
Senior

That scene is so intriguing because the symbol seems to be associated with Lady Doris since it’s the shape of her eyes, but she also warns Broccoli about it in the rules like it’s a danger.

Avatar
Regular

Those are primary colors. Specifically, the symbol on the knife shows the additive primary colors,(red, green, and blue) coming together to form the subtractive primary colors(cyan, yellow, and magenta). Interestingly enough, Student's blood is the color of the subtractive primary colors, another way she acts as a narrative foil to Lady Doris.

Avatar
Regular

Garnet's futer vision: "Future is like a river, which breaks into lakes, and streams...."

Doris: "Down! It is down! :D"

Avatar
New

i saw this as a short on youtube and honestly that was all the convincing i needed to binge everything up to this moment in one sitting

Avatar
New

Exactly the same reason for me. We finally got here!

Avatar
New

lol same

Avatar
New

SAME DUDE

Avatar
New

Same here lol

Avatar
New

Me too! 😀

Avatar
New

Me too! I’m sad though that we seem to be near the end of what’s currently out…

Avatar
New

Literally me too lol

Avatar
New

I love the idea of “ the future is down” because it’s a comic where you need to scroll down :) :)

Add Comment

* Required information
8000
Drag & drop images (max 3)
Captcha Image
Powered by Commentics

Want to know when the comic updates? Subscribe to my newsletter!

jQuery(document).ready(function () { var alt_down = false; jQuery(document).keyup(function(e) { if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus')) return; if(e.which == 18) { alt_down = false; } }); jQuery(document).keydown(function(e) { var url = false; if(document.querySelector('#comment:focus,#author:focus,#email:focus,#url:focus,#mcspvalue:focus') || alt_down) return; if (e.which == 37) { // Left arrow key code url = jQuery('comic_url_prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('a.comic-nav-next').attr('href'); } else if (e.which == 18) { // Alt key code alt_down = true; } if (url) { window.location = url; } }); });