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

Comments (40)

Avatar
New

Another one ready for a beautiful reread, and the website is awesome! I'm so happy that this is back ✨

Avatar
Senior

And here it all began... The best webcomic in all the land...

Hey I just realised that rhymes!

Avatar
Regular

did you know that pigeons make milk?

Avatar
New

what.

Avatar
Regular

Is that where they get bird milk from?

Actually I don't know what bird milk is. I know a cake called bird milk which was kind of like my favourite cake as a child, but not really because actual bird milk cake has something inedible (for me =]) in it

Avatar
New

Since Broccoli knows that things cool down, but entropy isn’t a law in the void, then are they from a different universe with entropy?

Avatar
New

Broccoli seems to have the same intuition that humans do about goodness; why not about how general things work?

Avatar
New

I'm confused how to listen to the music. Is that here yet? Yay soup!!

Avatar
Senior

Doesn’t seem to be on the website yet, but you can search “Broccoli Soup” on your music platform of choice and it should be close to the top.

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