Like a mini capture the flag. Canvas might be overkill for a game like this. Consider using DOM instead, since that provides rendering images built-in (instead of having to write function to draw, etc...). Also makes making things like bubbles ~100 times easier, since it's just a div with position: absolute, set width & height, and border-radius: 100%.
No audio :(