Completed Real Time Multiplayer Game

Hi everybody.

I’ve completed the last project of the Information Security Projects: create a secure multiplayer game.

It was fun to do. Hope you’ll like it.

Comments welcome
Thanks
Marc

3 Likes

Hey @mcamuzat!

That is a really fun game!

Great job!

It’s a fun little game. Are you finished with this project or are you planning on adding more enhancements?

Thanks for your review.
I was thinking about:

  • Adding a timer and every minute , the winner gets a badge.
  • Adding a button to deflate the bubble to avoid the spike.

But it’s difficult to add animated sprite. Because it’s vanilla javascript, a javascript game framework like phaser would make the thing easier. the exercise gives some classes and unit tests to complete which are not compatible with phaser for example.