Broccoli Soup Broccoli Soup
  1. image
  2. image
  3. image
  4. image

Comments (13)

Avatar
Senior

Never thought a wall would make me feel existential dread

Avatar
Regular

The w a l l

I was gonna say a joke but I forgot it.

Avatar
Regular

Or is this the joke

Avatar
New

Another brick in the w a l l

Avatar
New

not the placeholder event all over again

Avatar
Regular

Is it weird that I think Broccoli's voice sounds like Terra Strong's you know they woman who voice act every you boy protagonist in every cartoon ever.

Avatar
New

THE BUTTON EYES APPEAR

Avatar
Regular

I LOVE THIS SO MUCH AHHH

nothing like a good ol' wholesome comic to give me existential dread

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; } }); });