Trampolinedraak header

Trampoline Dragon

Trampoline Dragon was my training ground for the world of “smartphone multiplayer games”

These are games that you run on your computer (either a program or a website), but play on your smartphone. They usually support many players—without the need to buy controllers for everyone—which is great for large groups and parties!

What is it?

In this case, I made a drawing game. (Heavily inspired by the Jackbox Drawful 2 game, which is also the thumbnail for this project.)

Everyone must draw something on their smartphone screen. Once done, drawings are displayed one by one, and everyone must guess what the drawing represents. (Again by typing something on their phone.) Points are awarded for right answers … or by fooling other players with your wrong answer. The drawings are hilarious; the wrong answers even better.

What I learned from the project

You can read my (sort-of) “devlog” about the creation on my blog (only in Dutch): Trampolinedraak Devlog

This project mainly taught me that there is a better way to do this:

  • Using the WebRTC framework, I can connect devices much more easily. In fact, it’s so fast, that you can play realtime games with this technique.
  • Using a website for the game is asking for trouble. It’s just not as fast and unreliable. For later projects, I made an actual game executable instead.

I saw no reason to continue the project once I realized this. Instead, I started The Peerful Project, which actually has finished games.