• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Party Game, phone as player & controller

J

julianb

Guest
Is there an "easy" way to make a game similar to kahoot or the jackbox?


It does not need to be an online multiplayer, it just have to work on the local network.

Like this:

- Start the game host on a computer.
- go to ipaddress : port on your smartphone (WiFi)
- enter the game pin and nickname to join

The webcontroller on the phone will just display different buttons for answering the questions during the gameplay and you get point for correct answers.

The game itself is easy to make in gamemaker, but I don't know how to make the webcontroller or if it's even possible. Any help is appreciated.
 
Yes. Read up on the mplayer functions GM:S 1 and 2 have built in. You would set it up as a local server (computer) with each phone connecting as a client.

The server would manage the game logic and interface between the clients (phones). The clients (phones) would accept inputs from the players and transmit those inputs to the server (computer).
 
Top